[ 
https://issues.apache.org/jira/browse/KARAF-6047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16723922#comment-16723922
 ] 

ASF GitHub Bot commented on KARAF-6047:
---------------------------------------

jbonofre closed pull request #65: [KARAF-6047] Fix elasticsearch 6.x backend 
import/private packages
URL: https://github.com/apache/karaf-decanter/pull/65
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/backend/elasticsearch-6.x/pom.xml 
b/backend/elasticsearch-6.x/pom.xml
index 371127d..28e2d6d 100644
--- a/backend/elasticsearch-6.x/pom.xml
+++ b/backend/elasticsearch-6.x/pom.xml
@@ -83,20 +83,22 @@
                             joptsimple*,
                             org.apache.lucene*,
                             com.tdunning.math.stats,
-                            com.vividsolutions.jts.geom,
+                            com.vividsolutions.jts*,
                             org.HdrHistogram,
                             org.locationtech.spatial4j*,
                             org.tartarus.snowball*,
                             org.joda.time*,
                             org.joda.convert*,
+                            org.noggit,
                             !META-INF.services.org.apache.lucene.codecs.Codec,
                             META-INF.services.*
                         </Private-Package>
                         <Import-Package>
-                            !com.vividsolutions.jts.geom,
+                            !com.vividsolutions.jts*,
                             !org.locationtech.spatial4j*,
                             !org.joda.time*,
                             !org.joda.convert*,
+                            !org.noggit,
                             com.sun.jna*;resolution:=optional,
                             org.apache.logging.log4j*;version="[2.8,3)",
                             *


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> can not install feature elasticsearch
> -------------------------------------
>
>                 Key: KARAF-6047
>                 URL: https://issues.apache.org/jira/browse/KARAF-6047
>             Project: Karaf
>          Issue Type: Bug
>          Components: decanter
>    Affects Versions: decanter-2.1.0
>            Reporter: sunlf
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: decanter-2.2.0
>
>         Attachments: image-2018-12-12-17-55-07-939.png
>
>
> when i install feature elasticsearch under karaf 4.2.1, it can not install 
> properly.
> Following is error :
>  
> !image-2018-12-12-17-55-07-939.png!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to