File tree 5 files changed +6
-5
lines changed
metadata-drivers/etcd/src/main/java
org/apache/bookkeeper/metadata/etcd
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- package io .etcd .jetcd ;
19
+ package io .etcd .jetcd . impl ;
20
20
21
21
import java .lang .reflect .Field ;
22
22
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- package io .etcd .jetcd ;
19
+ package io .etcd .jetcd . impl ;
20
20
21
+ import io .etcd .jetcd .Client ;
21
22
import io .etcd .jetcd .api .WatchGrpc ;
22
23
import lombok .extern .slf4j .Slf4j ;
23
24
Original file line number Diff line number Diff line change 19
19
/**
20
20
* Etcd client changes for bookkeeper metadata driver.
21
21
*/
22
- package io .etcd .jetcd ;
22
+ package io .etcd .jetcd . impl ;
Original file line number Diff line number Diff line change 27
27
import com .google .protobuf .UnsafeByteOperations ;
28
28
import io .etcd .jetcd .ByteSequence ;
29
29
import io .etcd .jetcd .Client ;
30
- import io .etcd .jetcd .EtcdConnectionManager ;
31
30
import io .etcd .jetcd .api .WatchCancelRequest ;
32
31
import io .etcd .jetcd .api .WatchCreateRequest ;
33
32
import io .etcd .jetcd .api .WatchGrpc ;
36
35
import io .etcd .jetcd .common .exception .ErrorCode ;
37
36
import io .etcd .jetcd .common .exception .EtcdException ;
38
37
import io .etcd .jetcd .common .exception .EtcdExceptionFactory ;
38
+ import io .etcd .jetcd .impl .EtcdConnectionManager ;
39
39
import io .etcd .jetcd .options .WatchOption ;
40
40
import io .etcd .jetcd .watch .WatchResponseWithError ;
41
41
import io .grpc .Status ;
Original file line number Diff line number Diff line change 129
129
<bouncycastle .version>1.0.2.4</bouncycastle .version>
130
130
<curator .version>5.1.0</curator .version>
131
131
<dropwizard .version>4.1.12.1</dropwizard .version>
132
- <etcd .version>0.5.11 </etcd .version>
132
+ <etcd .version>0.7.7 </etcd .version>
133
133
<freebuilder .version>2.8.0</freebuilder .version>
134
134
<google .code.version>3.0.2</google .code.version>
135
135
<google .errorprone.version>2.9.0</google .errorprone.version>
You can’t perform that action at this time.
0 commit comments