This is an automated email from the ASF dual-hosted git repository.

fortino pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d28e5b3c41 OAK-10539: fix oak-search-elastic bundle import packages 
(#1207)
d28e5b3c41 is described below

commit d28e5b3c41a5014d34041dd443a193c342c42f98
Author: Fabrizio Fortino <[email protected]>
AuthorDate: Tue Nov 14 16:04:03 2023 +0100

    OAK-10539: fix oak-search-elastic bundle import packages (#1207)
    
    * OAK-10539: fix oak-search-elastic bundle import packages
    
    * OAK-10539: add oak-search-elastic bundle test in oak-it-osgi
    
    * OAK-10539: revert oak-it-osgi changes
---
 oak-search-elastic/pom.xml | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/oak-search-elastic/pom.xml b/oak-search-elastic/pom.xml
index 5fd82b97fa..8c4843cef3 100644
--- a/oak-search-elastic/pom.xml
+++ b/oak-search-elastic/pom.xml
@@ -48,29 +48,20 @@
               
org.apache.jackrabbit.oak.plugins.index.elastic.ElasticIndexProviderService
             </_exportcontents>
             <Import-Package>
+              !io.opentelemetry.sdk.autoconfigure.*,
               !jdk.net.*,
-              !org.apache.avalon.framework.logger.*,
               !org.apache.log.*,
               !org.apache.logging.*,
-              !org.elasticsearch.geometry.*,
-              !org.joda.convert.*,
-              !org.locationtech.jts.geom.*,
-              !org.locationtech.spatial4j.*,
               !sun.misc.*,
-              !org.apache.lucene.search.similarity.*,
               !org.apache.lucene.analysis.*,
               !org.glassfish.json.*,
               !com.sun.management.*,
-              !joptsimple.*,
-              !org.apache.lucene.search.suggest.document.*,
               !jakarta.json.bind.*,
-              !com.carrotsearch.randomizedtesting.*,
-              !org.yaml.snakeyaml.*,
               *
             </Import-Package>
             <Embed-Dependency>
               oak-search;scope=compile|runtime;inline=true,
-              elasticsearch;groupId=org.elasticsearch,
+              elasticsearch-java;groupId=co.elastic.clients,
               *;scope=compile|runtime
             </Embed-Dependency>
             <Embed-Transitive>true</Embed-Transitive>

Reply via email to