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

Erick Erickson commented on SOLR-14606:
---------------------------------------

If you only knew... Many of the bits making me go crazy about SOLR-14592 are 
getting Zookeeper to resolve dependencies in both Gradle and Ant builds, 
leading me down paths I've studiously been avoiding.

These two are cute. Everything builds, but you get a NoClassDefFoundError when 
trying to instantiate a ZkTestServer or embedded Zookeeper without the 
associated jars being available.

org.xerial.snappy:snappy-java
commons-lang 2.6

Dawid Weiss has thoughts about transitive dependencies in Solr that I'm 
clueless about. But the latest glitch is that upgrading Zookeeper has a 
dependency on netty 4.1.48.Final, which gets pulled in for updating the sha1 
files in licenses in Gradle... but doesn't get pulled in for Ant. So switching 
back and forth between them thrashes adding/deleting the netty-related sha1 
files.

So unless there are objections, I'll upgrade netty as part of SOLR-14592 rather 
than mess around with dealing with our dependency being one behind what the new 
version of Zookeeper uses, that as you say we only need for Zookeeper anyway. 
Thanks for that info, it reassures me that this isn't exclusively my problem ;)

> Upgrade Netty to 4.1.50
> -----------------------
>
>                 Key: SOLR-14606
>                 URL: https://issues.apache.org/jira/browse/SOLR-14606
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>            Priority: Minor
>
> Other than general principles about not falling too far behind, do any of the 
> issues listed here seem compelling? NOTE: I wouldn't upgrade this until after 
> 8.6 is cut.
> We're currently on 4-1-47
> https://netty.io/news/2020/03/17/4-1-48-Final.html
> https://netty.io/news/2020/04/22/4-1-49-Final.html
> https://netty.io/news/2020/05/13/4-1-50-Final.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to