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

vincent royer commented on CASSANDRA-13501:
-------------------------------------------

Assuming there is no regression, we can switch to the latest version that you 
mention.

For snowball-stemmer ( 
https://github.com/rholder/snowball-stemmer/tree/master/src/main/java/org/tartarus/snowball
 ), it's a bit messy, because same classes in a different version have been 
included in lucene-analyzers-common-5.5.4.jar (see 
https://github.com/apache/lucene-solr/tree/branch_5_4/lucene/analysis/common/src/java/org/tartarus/snowball
 ). 

So, depending on class loading order,  you could have various behavior. I guess 
that at least on project (rholder/snowball-stemmer or lucene) should rename 
this package to avoid such a version conflict ? (The stratio lucene plugin has 
the same issue in version 3.10, because it also include 
lucene-analyzers-common-5.5.4.jar).

> Upgrade some dependencies.
> --------------------------
>
>                 Key: CASSANDRA-13501
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13501
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Libraries
>            Reporter: vincent royer
>            Priority: Minor
>             Fix For: 3.0.x, 3.11.x, 4.x
>
>
> Upgrade some java libraries to be able to run elasticsearch as a cassandra 
> plugin (an elasticsearch jar dropped in lib), see CASSANDRA-13270.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to