Repository: aurora Updated Branches: refs/heads/master 9647a42e7 -> 24f968a50
Upgrade to the latest zk point release. Reviewed at https://reviews.apache.org/r/41897/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/24f968a5 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/24f968a5 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/24f968a5 Branch: refs/heads/master Commit: 24f968a50378f4b928145d1ce87b3f80bfaa7948 Parents: 9647a42 Author: John Sirois <[email protected]> Authored: Mon Jan 4 16:16:26 2016 -0800 Committer: Bill Farner <[email protected]> Committed: Mon Jan 4 16:16:26 2016 -0800 ---------------------------------------------------------------------- NEWS | 2 +- build.gradle | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/24f968a5/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index c0c454d..a4775ad 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ `-enable_cors_for`. - `-deduplicate_snapshots` and `-deflate_snapshots`. These features are good to always enable. - `-enable_job_updates` and `-enable_job_creation` -- Upgraded the scheduler ZooKeeper client from 3.3.4 to 3.4.2. +- Upgraded the scheduler ZooKeeper client from 3.3.4 to 3.4.7. 0.11.0 ------ http://git-wip-us.apache.org/repos/asf/aurora/blob/24f968a5/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index c1bbb08..d4e7d36 100644 --- a/build.gradle +++ b/build.gradle @@ -93,8 +93,7 @@ For more details, please see https://issues.apache.org/jira/browse/AURORA-1169 ext.slf4jRev = '1.7.12' ext.stringTemplateRev = '3.2.1' ext.thriftRev = '0.9.1' - // Note: changes in >=3.4.3 trigger a failure in Kerberos5ShiroRealmModuleTest on our end. - ext.zookeeperRev = '3.4.2' + ext.zookeeperRev = '3.4.7' configurations { compile {
