-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use ZooKeeper C Client v3.8.2 (#330)
* wip: use zookeeper-c-client v3.8.2 * fix: eslint import order * fix(ci): skip CMake on CI * Add prebuild for Windows and C Client v3.8.2 * fix(windows): build with extra CMAKE flags * fix(windows): apply patches is still needed * remove unused client version env * fix(patch): not needed * feat(mac os x): add prebuild for node 18 and C Client v3.8.2 * docs(prebuildify): update node version * feat(mac os x M1): add prebuild for node 18 and C Client v3.8.2 * bump version to 6.0.0 * docs: add changelog
- Loading branch information
1 parent
58382fd
commit 838b2e4
Showing
19 changed files
with
22 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
### Developer: updating the ZooKeeper Client C source code | ||
|
||
This guide is extracted from the [official docs](https://github.com/apache/zookeeper/blob/master/zookeeper-client/zookeeper-client-c/README) | ||
and the as of today unresolved issue about outdated docs: https://issues.apache.org/jira/browse/ZOOKEEPER-4621 | ||
|
||
1 Download the source code | ||
2 Navigate to the `zookeeper-jute` folder and run `mvn compile` | ||
3 Navigate to the zookeeper-client-c folder: run autoreconf -if | ||
4 compress the entire zookeeper-client-c folder and name it `zookeeper-client-c.tar.gz` | ||
1. Download the source code | ||
2. Navigate to the `zookeeper-jute` folder and run `mvn compile` | ||
3. Navigate to the zookeeper-client-c folder: run autoreconf -if | ||
4. compress the entire zookeeper-client-c folder and name it `zookeeper-client-c.tar.gz` | ||
* On Mac OS X: `COPYFILE_DISABLE=1 tar -czvf zookeeper-client-c.tar.gz zookeeper-client-c` | ||
5 replace the existing compressed file in the deps folder | ||
5. replace the existing compressed file in the deps folder |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "zookeeper", | ||
"description": "apache zookeeper client (zookeeper async API v3.5.x - v3.8.x)", | ||
"version": "5.6.0", | ||
"version": "6.0.0", | ||
"author": "Yuri Finkelstein <[email protected]>", | ||
"license": "MIT", | ||
"contributors": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters