This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to annotated tag 2.5.16RC1 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 33c9a36af4fb6505196dcaa084ee2cf200071475 Author: Andrew Purtell <[email protected]> AuthorDate: Fri Aug 14 12:50:16 2026 -0700 Preparing hbase release 2.5.16RC1; tagging and updates to CHANGES.md and RELEASENOTES.md Signed-off-by: Andrew Purtell <[email protected]> --- CHANGES.md | 10 +++++++++- pom.xml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index af5e970f67e..13b55389a4f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,7 +18,7 @@ --> # HBASE Changelog -## Release 2.5.16 - 2026-08-07 +## Release 2.5.16 - 2026-08-28 @@ -54,6 +54,10 @@ | JIRA | Summary | Priority | Component | |:---- |:---- | :--- |:---- | +| [HBASE-30328](https://issues.apache.org/jira/browse/HBASE-30328) | Missing javax.annotation dependency causes webui start up error when building with hadoop2 | Major | dependencies, hadoop2, monitoring | +| [HBASE-30324](https://issues.apache.org/jira/browse/HBASE-30324) | Uploading hbase-src.tar.gz is broken in integration test | Major | jenkins | +| [HBASE-27691](https://issues.apache.org/jira/browse/HBASE-27691) | Fake Cell is being passed to Filters and comparators during StoreFileScans | Major | scan, Scanners | +| [HBASE-30311](https://issues.apache.org/jira/browse/HBASE-30311) | Bump at.yawk.lz4:lz4-java from 1.10.4 to 1.11.1 | Major | dependabot, dependencies, security | | [HBASE-29696](https://issues.apache.org/jira/browse/HBASE-29696) | TableInputFormatBase with NUM\_MAPPERS\_PER\_REGION produces incorrect last InputSplit | Major | mapreduce | | [HBASE-30304](https://issues.apache.org/jira/browse/HBASE-30304) | Bytes.toBytesBinary throws StringIndexOutOfBoundsException on truncated \\x escape | Minor | . | | [HBASE-30248](https://issues.apache.org/jira/browse/HBASE-30248) | Negative hbase.snapshot.region.timeout causes RegionServer abort during snapshot procedure initialization | Major | regionserver | @@ -94,6 +98,10 @@ | JIRA | Summary | Priority | Component | |:---- |:---- | :--- |:---- | +| [HBASE-30325](https://issues.apache.org/jira/browse/HBASE-30325) | Bump gitpython from 3.1.57 to 3.1.58 in /dev-support/flaky-tests | Major | dependabot, scripts, security | +| [HBASE-30315](https://issues.apache.org/jira/browse/HBASE-30315) | Bump opentelemetry-javaagent to 2.30.0 | Major | dependencies, security, tracing | +| [HBASE-30318](https://issues.apache.org/jira/browse/HBASE-30318) | Bump gitpython from 3.1.54 to 3.1.57 in /dev-support/flaky-tests | Major | dependabot, scripts, security | +| [HBASE-30307](https://issues.apache.org/jira/browse/HBASE-30307) | Bump gitpython from 3.1.50 to 3.1.54 in /dev-support/flaky-tests | Major | dependabot, jenkins, scripts, security | | [HBASE-30264](https://issues.apache.org/jira/browse/HBASE-30264) | Validate bulkToken path in SecureBulkLoadManager.cleanupBulkLoad | Major | regionserver | | [HBASE-30195](https://issues.apache.org/jira/browse/HBASE-30195) | Update Thrift gateway to use new hbase-shaded-thrift in thirdparty | Major | . | | [HBASE-30200](https://issues.apache.org/jira/browse/HBASE-30200) | Cleanup all junit4 references in hbase code base | Major | test | diff --git a/pom.xml b/pom.xml index 2d95b981e22..698d699f16f 100644 --- a/pom.xml +++ b/pom.xml @@ -521,7 +521,7 @@ </site> </distributionManagement> <properties> - <revision>2.5.17-SNAPSHOT</revision> + <revision>2.5.16</revision> <!-- override on command line to have generated LICENSE files include diagnostic info for verifying notice requirements --> <license.debug.print.included>false</license.debug.print.included>
