zkclient

a zookeeper client, that makes life a little easier.

  • Owner: sgroschupf/zkclient
  • Platform:
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownersgroschupf/zkclient
Primary LanguageJava
Program languageJava (Language Count: 1)
Platform
License:Apache License 2.0
所有者活动
Created At2009-07-01 04:13:42
Pushed At2024-03-14 19:04:50
Last Commit At2018-10-02 07:31:56
Release Count10
Last Release Name0.11 (Posted on 2018-10-02 07:30:59)
First Release Name0.1.0 (Posted on 2010-01-14 09:29:11)
用户参与
Stargazers Count1.1k
Watchers Count124
Fork Count490
Commits Count182
Has Issues Enabled
Issues Count60
Issue Open Count32
Pull Requests Count12
Pull Requests Open Count1
Pull Requests Close Count18
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private