diff --git a/CHANGES.md b/CHANGES.md index 79069d2..101485d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -32,6 +32,26 @@ The 'pwd' argument says where the thirdparty files to edit are and the last argument is the version to search JIRA with. DO NOT REMOVE THIS MARKER; FOR INTERPOLATING CHANGES!--> +## Release thirdparty-3.4.0 - Unreleased (as of 2020-07-28) + + + +### SUB-TASKS: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [HBASE-24784](https://issues.apache.org/jira/browse/HBASE-24784) | [hbase-thirdparty] Set version as 3.4.0 in prep for first RC | Major | thirdparty | +| [HBASE-24785](https://issues.apache.org/jira/browse/HBASE-24785) | [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.md for 3.4.0 | Major | thirdparty | + + +### OTHER: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [HBASE-24782](https://issues.apache.org/jira/browse/HBASE-24782) | [hbase-thirdparty] Bump dependencis in hbase-thirdparty | Major | dependencies, thirdparty | +| [HBASE-19256](https://issues.apache.org/jira/browse/HBASE-19256) | [hbase-thirdparty] shade jetty | Major | dependencies, thirdparty | + + ## Release thirdparty-3.3.0 - Unreleased (as of 2020-04-28) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index da5d2ac..913d1b9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,27 @@ # Be careful doing manual edits in this file. Do not change format # of release header or remove the below marker. This file is generated. # DO NOT REMOVE THIS MARKER; FOR INTERPOLATING CHANGES!--> +# HBASE thirdparty-3.4.0 Release Notes + +These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. + + +--- + +* [HBASE-24782](https://issues.apache.org/jira/browse/HBASE-24782) | *Major* | **[hbase-thirdparty] Bump dependencis in hbase-thirdparty** + +netty 4.1.18.Final \> 4.1.51.Final +protobuf 3.11.4 -\> 3.12.2 + + +--- + +* [HBASE-19256](https://issues.apache.org/jira/browse/HBASE-19256) | *Major* | **[hbase-thirdparty] shade jetty** + +Introduce two new modules for hbase-thirdparty, one is hbase-shaded-jetty, for shading jetty related jars, and the other is hbase-shaded-jersey, for shading jersey related jars. + + + # HBASE thirdparty-3.3.0 Release Notes These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.