zookeeper 1.5.0-java → 1.5.1-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/java/java_base.rb CHANGED
@@ -187,7 +187,7 @@ class JavaBase
187
187
  @req_registry.clear_watchers!
188
188
 
189
189
  replace_jzk!(opts)
190
- wait_until_connected
190
+ wait_until_connected(timeout)
191
191
  end
192
192
 
193
193
  state
@@ -1,4 +1,4 @@
1
1
  module Zookeeper
2
- VERSION = '1.5.0'
2
+ VERSION = '1.5.1'
3
3
  DRIVER_VERSION = '3.4.5'
4
4
  end
File without changes
data/zoomonkey/duplicates CHANGED
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zookeeper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: java
6
6
  authors:
7
7
  - Phillip Pearson
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2021-09-27 00:00:00.000000000 Z
17
+ date: 2021-11-16 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  requirement: !ruby/object:Gem::Requirement
@@ -84,6 +84,7 @@ files:
84
84
  - ext/generate_gvl_code.rb
85
85
  - ext/patches/zkc-3.3.5-network.patch
86
86
  - ext/patches/zkc-3.4.5-buffer-overflow.patch
87
+ - ext/patches/zkc-3.4.5-config.patch
87
88
  - ext/patches/zkc-3.4.5-fetch-and-add.patch
88
89
  - ext/patches/zkc-3.4.5-logging.patch
89
90
  - ext/patches/zkc-3.4.5-out-of-order-ping.patch