This is an automated email from the ASF dual-hosted git repository. nihaljain pushed a commit to annotated tag 4.1.11RC0 in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
commit 338681abc9b66581e0701a658cd6edf1c9edcaa1 Author: Nihal Jain <[email protected]> AuthorDate: Tue May 27 14:02:18 2025 +0000 Preparing hbase-thirdparty release 4.1.11RC0; tagging and updates to CHANGES.md and RELEASENOTES.md Signed-off-by: Nihal Jain <[email protected]> --- CHANGES.md | 21 +++++++++++++++++++++ RELEASENOTES.md | 27 +++++++++++++++++++++++++++ pom.xml | 2 +- 3 files changed, 49 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c09bb16..bed8660 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,27 @@ --> # HBASE Changelog +## Release thirdparty-4.1.11 - Unreleased (as of 2025-05-27) + + + +### SUB-TASKS: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [HBASE-29304](https://issues.apache.org/jira/browse/HBASE-29304) | [hbase-thirdparty] Bump dependency versions before releasing | Major | dependencies, security, thirdparty | +| [HBASE-29303](https://issues.apache.org/jira/browse/HBASE-29303) | [hbase-thirdparty] Bump protobuf java to 4.30.2 | Major | Protobufs, thirdparty | + + +### OTHER: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [HBASE-29126](https://issues.apache.org/jira/browse/HBASE-29126) | Bump netty4 to 4.1.119.Final | Major | dependencies, thirdparty | +| [HBASE-28885](https://issues.apache.org/jira/browse/HBASE-28885) | [hbase-thirdparty] Bump hbase.stable.version to 2.5.11 in hbase-noop-htrace | Minor | thirdparty | +| [HBASE-29343](https://issues.apache.org/jira/browse/HBASE-29343) | Stop versioning protobuf patches in hbase-thirdparty | Major | Protobufs, thirdparty | + + ## Release thirdparty-4.1.10 - Unreleased (as of 2025-01-18) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f29c75f..45db9e4 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -16,6 +16,33 @@ # See the License for the specific language governing permissions and # limitations under the License. --> +# HBASE thirdparty-4.1.11 Release Notes + +These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. + + +--- + +* [HBASE-29304](https://issues.apache.org/jira/browse/HBASE-29304) | *Major* | **[hbase-thirdparty] Bump dependency versions before releasing** + +\* netty 4.1.119.Final -\> 4.1.121.Final +\* netty.tcnative 2.0.69.Final -\> 2.0.71.Final +\* guava 33.4.0-jre -\> 33.4.8-jre +\* error\_prone\_annotations 2.36.0 -\> 2.38.0 +\* gson 2.11.0 -\> 2.13.1 +\* jetty 9.4.56.v20240826 -\> 9.4.57.v20241219 +\* jetty-12-plus 12.0.20 -\> 12.0.21 +\* jackson-jaxrs-json-provider 2.17.3 -\> 2.19.0 + + +--- + +* [HBASE-29303](https://issues.apache.org/jira/browse/HBASE-29303) | *Major* | **[hbase-thirdparty] Bump protobuf java to 4.30.2** + +Bump protobuf version from 4.29.2 to 4.30.2 + + + # HBASE thirdparty-4.1.10 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 fc5178d..1c45db6 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ </ciManagement> <!--TODO--> <properties> - <revision>4.1.11-SNAPSHOT</revision> + <revision>4.1.11</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>
