zkclient

a zookeeper client, that makes life a little easier.

Github星跟踪图

ZkClient: a zookeeper client, that makes life a little easier.

  • Website: https://github.com/sgroschupf/zkclient
  • Apache 2.0 License

==> see CHANGELOG for recent work

Build ZkClient from sources:

Howto release ZkClient as maven artifact

  • sonatype repository is already configured: https://issues.sonatype.org/browse/OSSRH-4783
  • generate gpg key and publish it to hkp://pool.sks-keyservers.net (https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven may be of help)
  • tell gradle about the gpg key and sonatype credentials, e.g. through ~/.gradle/gradle.properties:
    • sonatypeUsername=$yourSonatypeUser
    • sonatypePassword=$yourSonatypePassword
    • signing.keyId=$yourKeyId
    • signing.password=$yourKeyPassphrase
    • signing.secretKeyRingFile=/Users/$username/.gnupg/secring.gpg
  • set version in build.gradle to the release version (e.g. 0.5-dev to 0.5) and commit
  • update CHANGELOG.markdown
  • upload the signed artifacts to the Sonatype repository
    • gradle clean uploadArchives
  • go to https://oss.sonatype.org/index.html#stagingRepositories and close the repository
  • check the artifacts and if everything is ok, release the repository (on the same page)
  • syncing to central maven repository will then be activated (might take around 2h)
  • tag with
    • git tag -a $releaseVersion -m "Tag for $releaseVersion release"
    • git push --tags
  • set version in build.gradle to the next dev version (e.g 0.5 to 0.6-dev) and commit

主要指标

概览
名称与所有者sgroschupf/zkclient
主编程语言Java
编程语言Java (语言数: 1)
平台
许可证Apache License 2.0
所有者活动
创建于2009-07-01 12:13:42
推送于2024-03-15 03:04:50
最后一次提交2018-10-02 13:31:56
发布数10
最新版本名称0.11 (发布于 2018-10-02 13:30:59)
第一版名称0.1.0 (发布于 2010-01-14 16:29:11)
用户参与
星数1.1k
关注者数121
派生数489
提交数182
已启用问题?
问题数60
打开的问题数32
拉请求数12
打开的拉请求数1
关闭的拉请求数18
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?