mirror of https://github.com/apache/lucene.git
SOLR-14876: Upgrade to zookeeper 3.6.2
This commit is contained in:
parent
5e034d7348
commit
ab3f1f0d1d
|
@ -258,6 +258,8 @@ Other Changes
|
|||
* SOLR-10471: Update default Zookeeper session timeout to 30s in bin/solr and bin/solr.cmd
|
||||
(Michael Braun, Markus Jelsma via Munendra S N)
|
||||
|
||||
* SOLR-14876: Upgrade to zookeeper 3.6.2 (odidev via Erick Erickson)
|
||||
|
||||
================== 8.6.2 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
19757b416e2d73709cc14d799e8c9c32f48843e6
|
|
@ -0,0 +1 @@
|
|||
bd0630f2de482ce8a14bc1de8dc12ef6197f4624
|
|
@ -1 +0,0 @@
|
|||
6421c6284d07abe78762fd30447c4fb15440b6c2
|
|
@ -0,0 +1 @@
|
|||
1cb72bc20e0796c2bb10034e514f76364e902898
|
|
@ -48,10 +48,10 @@ io.jaegertracing:jaeger-thrift:1.1.0 (1 constraints: 0405f335)
|
|||
io.netty:netty-buffer:4.1.50.Final (6 constraints: 0555463a)
|
||||
io.netty:netty-codec:4.1.50.Final (2 constraints: f0132581)
|
||||
io.netty:netty-common:4.1.50.Final (8 constraints: 6d6ed7af)
|
||||
io.netty:netty-handler:4.1.50.Final (2 constraints: 2c174741)
|
||||
io.netty:netty-handler:4.1.50.Final (2 constraints: 25171741)
|
||||
io.netty:netty-resolver:4.1.50.Final (3 constraints: 9b2100cd)
|
||||
io.netty:netty-transport:4.1.50.Final (5 constraints: 5a47c31d)
|
||||
io.netty:netty-transport-native-epoll:4.1.50.Final (2 constraints: 2c174741)
|
||||
io.netty:netty-transport-native-epoll:4.1.50.Final (2 constraints: 25171741)
|
||||
io.netty:netty-transport-native-unix-common:4.1.50.Final (2 constraints: fc194204)
|
||||
io.opentracing:opentracing-api:0.33.0 (5 constraints: 4d3cfe52)
|
||||
io.opentracing:opentracing-mock:0.33.0 (1 constraints: 3805343b)
|
||||
|
@ -119,8 +119,8 @@ org.apache.tika:tika-java7:1.24 (1 constraints: db04f730)
|
|||
org.apache.tika:tika-parsers:1.24 (1 constraints: db04f730)
|
||||
org.apache.tika:tika-xmp:1.24 (1 constraints: db04f730)
|
||||
org.apache.xmlbeans:xmlbeans:3.1.0 (1 constraints: 0605fd35)
|
||||
org.apache.zookeeper:zookeeper:3.6.1 (1 constraints: 0c050d36)
|
||||
org.apache.zookeeper:zookeeper-jute:3.6.1 (1 constraints: 8a0d3828)
|
||||
org.apache.zookeeper:zookeeper:3.6.2 (1 constraints: 0d050e36)
|
||||
org.apache.zookeeper:zookeeper-jute:3.6.2 (1 constraints: 8b0d3928)
|
||||
org.aspectj:aspectjrt:1.8.0 (1 constraints: 0b050836)
|
||||
org.bitbucket.b_c:jose4j:0.6.5 (1 constraints: 0d050236)
|
||||
org.bouncycastle:bcmail-jdk15on:1.64 (1 constraints: df04ff30)
|
||||
|
|
|
@ -70,7 +70,7 @@ org.apache.pdfbox:jempbox=1.8.16
|
|||
org.apache.poi:*=4.1.1
|
||||
org.apache.tika:*=1.24
|
||||
org.apache.xmlbeans:xmlbeans=3.1.0
|
||||
org.apache.zookeeper:*=3.6.1
|
||||
org.apache.zookeeper:*=3.6.2
|
||||
org.asciidoctor:asciidoctorj=1.6.2
|
||||
org.aspectj:aspectjrt=1.8.0
|
||||
org.bitbucket.b_c:jose4j=0.6.5
|
||||
|
|
Loading…
Reference in New Issue