This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to annotated tag 4.1.13RC0 in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
commit c9bfbbce6ae5134367e85292939defd02235316d Author: Duo Zhang <[email protected]> AuthorDate: Fri Mar 6 03:46:28 2026 +0000 Preparing hbase-thirdparty release 4.1.13RC0; tagging and updates to CHANGES.md and RELEASENOTES.md Signed-off-by: Duo Zhang <[email protected]> --- CHANGES.md | 21 +++++++++++++++++++++ RELEASENOTES.md | 29 +++++++++++++++++++++++++++++ pom.xml | 2 +- 3 files changed, 51 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9be1d99..292367b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,27 @@ --> # HBASE Changelog +## Release thirdparty-4.1.13 - Unreleased (as of 2026-03-06) + + + +### BUG FIXES: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [HBASE-29565](https://issues.apache.org/jira/browse/HBASE-29565) | [hbase-thirdparty] Exclude org.jspecify from hbase-shaded-miscellaneous | Major | thirdparty | +| [HBASE-29685](https://issues.apache.org/jira/browse/HBASE-29685) | [hbase-thirdparty] Bump netty4 to 4.1.127.Final | Trivial | security, thirdparty | +| [HBASE-29545](https://issues.apache.org/jira/browse/HBASE-29545) | [hbase-thirdparty] remove usage of Unsafe.defineClass | Major | thirdparty | + + +### SUB-TASKS: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [HBASE-29943](https://issues.apache.org/jira/browse/HBASE-29943) | [hbase-thirdparty] Bump dependency versions before releasing | Major | dependencies, security, thirdparty | +| [HBASE-29942](https://issues.apache.org/jira/browse/HBASE-29942) | [hbase-thirdparty] Bump protobuf java to 4.34.0 | Major | Protobufs, thirdparty | + + ## Release thirdparty-4.1.12 - Unreleased (as of 2025-08-08) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 108a73e..10513b6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -16,6 +16,35 @@ # See the License for the specific language governing permissions and # limitations under the License. --> +# HBASE thirdparty-4.1.13 Release Notes + +These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. + + +--- + +* [HBASE-29943](https://issues.apache.org/jira/browse/HBASE-29943) | *Major* | **[hbase-thirdparty] Bump dependency versions before releasing** + +\* netty 4.1.127.Final -\> 4.1.131.Final +\* netty.tcnative 2.0.72.Final -\> 2.0.75.Final +\* guava 33.4.8-jre -\> 33.5.0-jre +\* commons-cli 1.9.0 -\> 1.11.0 +\* commons-collections 4.4 -\> 4.5.0 +\* error\_prone\_annotations 2.41.0 -\> 2.48.0 +\* gson 2.13.1 -\> 2.13.2 +\* jetty 9.4.57.v20241219 -\> 9.4.58.v20250814 +\* jetty-12-plus 12.0.23 -\> 12.0.32 +\* jackson-jaxrs-json-provider 2.19.2 -\> 2.21.1 + + +--- + +* [HBASE-29942](https://issues.apache.org/jira/browse/HBASE-29942) | *Major* | **[hbase-thirdparty] Bump protobuf java to 4.34.0** + +Bump protobuf version from 4.31.1 to 4.34.0 + + + # HBASE thirdparty-4.1.12 Release Notes These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. diff --git a/pom.xml b/pom.xml index f8d10e8..3625786 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,7 @@ <url>https://issues.apache.org/jira/browse/HBASE</url> </issueManagement> <properties> - <revision>4.1.13-SNAPSHOT</revision> + <revision>4.1.13</revision> <maven.javadoc.skip>true</maven.javadoc.skip> <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm</maven.build.timestamp.format> <buildDate>${maven.build.timestamp}</buildDate>
