fabriziofortino commented on code in PR #2597:
URL: https://github.com/apache/jackrabbit-oak/pull/2597#discussion_r2470266134


##########
oak-search-elastic/pom.xml:
##########
@@ -33,8 +33,8 @@
   <description>Oak Elasticsearch integration subproject</description>
 
   <properties>
-    
<elasticsearch.java.client.version>8.18.2</elasticsearch.java.client.version>
-    <lucene.version>9.12.1</lucene.version>
+    
<elasticsearch.java.client.version>8.19.5</elasticsearch.java.client.version>

Review Comment:
   Good point. Lucene 10 requires java 21.
   But we are not actually using lucene core functionalities. The main reason 
we import it is that we need the analyzer package to allow configuration of 
custom analyzers.
   I can remove the imports and directly include in the module the required 
packages (like we do in oak-lucene).
   @thomasmueller any objection?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to