This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to annotated tag 4.1.10RC0 in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
commit cddc2ce8a399f2e9c9f37cf0409496a1c2089fb2 Author: Duo Zhang <[email protected]> AuthorDate: Sat Jan 18 13:07:37 2025 +0000 Preparing hbase-thirdparty release 4.1.10RC0; tagging and updates to CHANGES.md and RELEASENOTES.md Signed-off-by: Duo Zhang <[email protected]> --- CHANGES.md | 14 ++++++++++++++ RELEASENOTES.md | 33 +++++++++++++++++++++++++++++++++ pom.xml | 2 +- 3 files changed, 48 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3a9f5c3..c09bb16 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,20 @@ --> # HBASE Changelog +## Release thirdparty-4.1.10 - Unreleased (as of 2025-01-18) + + + +### SUB-TASKS: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [HBASE-29059](https://issues.apache.org/jira/browse/HBASE-29059) | [hbase-thirdparty] Bump dependencies for hbase-thirdparty-4.1.10 release | Major | dependencies, thirdparty | +| [HBASE-29060](https://issues.apache.org/jira/browse/HBASE-29060) | [hbase-thirdparty] Bump protobuf version from 4.28.2 to 4.29.2 | Major | dependencies, thirdparty | +| [HBASE-29063](https://issues.apache.org/jira/browse/HBASE-29063) | [hbase-thirdparty] Document steps to generate patches for protobuf-java | Major | community, thirdparty | +| [HBASE-29085](https://issues.apache.org/jira/browse/HBASE-29085) | [hbase-thirdparty] Add spotless plugin | Major | build, thirdparty | + + ## Release thirdparty-4.1.9 - Unreleased (as of 2024-09-23) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a233772..f29c75f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -16,6 +16,39 @@ # See the License for the specific language governing permissions and # limitations under the License. --> +# HBASE thirdparty-4.1.10 Release Notes + +These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. + + +--- + +* [HBASE-29059](https://issues.apache.org/jira/browse/HBASE-29059) | *Major* | **[hbase-thirdparty] Bump dependencies for hbase-thirdparty-4.1.10 release** + +Bump versions for following dependencies, + netty 4.1.113.Final -\> 4.1.116.Final + netty.tcnative 2.0.66.Final -\> 2.0.69.Final + guava 33.3.0-jre -\> 33.4.0-jre + error\_prone\_annotations 2.32.0 -\> 2.36.0 + jersey 2.45 -\> 2.46 + jackson-jaxrs-json-provider 2.17.2 -\> 2.17.3 + + +--- + +* [HBASE-29060](https://issues.apache.org/jira/browse/HBASE-29060) | *Major* | **[hbase-thirdparty] Bump protobuf version from 4.28.2 to 4.29.2** + +Bump protobuf-java version from 4.28.2 to 4.29.2 + + +--- + +* [HBASE-29085](https://issues.apache.org/jira/browse/HBASE-29085) | *Major* | **[hbase-thirdparty] Add spotless plugin** + +Add a spotless plugin to format the code. + + + # HBASE thirdparty-4.1.9 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 a13de6a..6aa575e 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ </ciManagement> <!--TODO--> <properties> - <revision>4.1.10-SNAPSHOT</revision> + <revision>4.1.10</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>
