This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
commit c38c10fec1e44b840650b8a7b31f60b428b96d3e Author: Christopher Tubbs <[email protected]> AuthorDate: Mon Aug 14 02:54:17 2023 -0400 Bump ZooKeeper patch version * Bump ZK to 3.8.2 patch release * Backport test/build improvements from #3074 and #3080 * Include updates to post vote checklist GitHub issue template from main branch to reduce differences (has no effect on branches other than main) --- .github/ISSUE_TEMPLATE/post_vote_checklist.md | 5 ++--- core/pom.xml | 6 +++++- pom.xml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/post_vote_checklist.md b/.github/ISSUE_TEMPLATE/post_vote_checklist.md index 59bfc3efe2..24c8e9679d 100644 --- a/.github/ISSUE_TEMPLATE/post_vote_checklist.md +++ b/.github/ISSUE_TEMPLATE/post_vote_checklist.md @@ -24,8 +24,8 @@ assignees: '' - Verify published artifacts - [ ] In [Maven Central](https://repo1.maven.org/maven2/org/apache/accumulo/accumulo-core/) - [ ] In [ASF Downloads](https://downloads.apache.org/accumulo) - - [ ] In [several mirrors](https://www.apache.org/dyn/closer.lua/accumulo) -- Update the [staging website](https://accumulo.staged.apache.org/) + - [ ] In [several mirrors or CDN](https://www.apache.org/dyn/closer.lua/accumulo) +- Update the [website](https://accumulo.apache.org/) - [ ] Release notes - [ ] Add `LTM: true` to the release notes front-matter for LTM releases - [ ] Navigation @@ -36,7 +36,6 @@ assignees: '' - [ ] Jekyll config - [ ] Grep for, and update any links to previous version to now point to the new version - [ ] Update any older release notes front-matter to indicate they are either `archived: true` or `archived_critical: true` - - [ ] [Publish to production](https://github.com/apache/accumulo-website#publishing-staging-to-production) - Announcement email - [ ] Prepare and get review on dev list (see examples [from previous announcement messages](https://lists.apache.org/[email protected]:gte=1d:accumulo)) - [ ] Send to [email protected] and [email protected] (use plain text mode only; html email will be rejected) diff --git a/core/pom.xml b/core/pom.xml index b8e93e48cd..6981201b1b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -424,6 +424,8 @@ <exclude>**/TestCfCqSlice.java</exclude> <exclude>**/TestCfCqSliceSeekingFilter.java</exclude> <exclude>**/core/constraints/DefaultKeySizeConstraintTest.java</exclude> + <exclude>**/core/rpc/SaslConnectionParamsTest.java</exclude> + <exclude>**/core/clientImpl/ThriftTransportKeyTest.java</exclude> </excludes> </configuration> <executions> @@ -443,7 +445,9 @@ <include>**/IdleRatioScanPrioritizerTest.java</include> <include>**/TestCfCqSlice.java</include> <include>**/TestCfCqSliceSeekingFilter.java</include> - <exclude>**/core/constraints/DefaultKeySizeConstraintTest.java</exclude> + <include>**/core/constraints/DefaultKeySizeConstraintTest.java</include> + <include>**/core/rpc/SaslConnectionParamsTest.java</include> + <include>**/core/clientImpl/ThriftTransportKeyTest.java</include> </includes> </configuration> </execution> diff --git a/pom.xml b/pom.xml index 6cbabcb1df..cb923db522 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,7 @@ <version.powermock>2.0.9</version.powermock> <version.slf4j>2.0.7</version.slf4j> <version.thrift>0.17.0</version.thrift> - <version.zookeeper>3.8.1</version.zookeeper> + <version.zookeeper>3.8.2</version.zookeeper> </properties> <dependencyManagement> <dependencies>
