This is an automated email from the ASF dual-hosted git repository. rcordier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
from d646821089 JAMES-4083 removed logback jackson dependency for james and added it for crowdsec at runtime new 8ef825c6a5 JAMES-4077 LuceneSearchHighlighter - Fix NullpointerException new 80cca2039a JAMES-4077 SearchHighlight support search on html_body field The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../searchhighligt/SearchHighLighterContract.java | 30 ++- .../lucene/search/LuceneSearchHighlighter.java | 16 +- .../search/OpenSearchSearchHighlighter.java | 1 + .../opensearch/search/OpenSearchSearcher.java | 1 + .../src/main/resources/eml/html_body.eml | 240 +++++++++++++++++++++ .../contract/SearchSnippetGetMethodContract.scala | 93 +++++++- 6 files changed, 372 insertions(+), 9 deletions(-) create mode 100644 server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/resources/eml/html_body.eml --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org