Skip to content

Commit 55bba7d

Browse files
committed
Preparing hbase-thirdparty release 4.1.9RC0; tagging and updates to CHANGES.md and RELEASENOTES.md
Signed-off-by: Duo Zhang <[email protected]>
1 parent 1dbe9f5 commit 55bba7d

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

CHANGES.md

+19
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@
1818
-->
1919
# HBASE Changelog
2020

21+
## Release thirdparty-4.1.9 - Unreleased (as of 2024-09-23)
22+
23+
24+
25+
### SUB-TASKS:
26+
27+
| JIRA | Summary | Priority | Component |
28+
|:---- |:---- | :--- |:---- |
29+
| [HBASE-28869](https://issues.apache.org/jira/browse/HBASE-28869) | [hbase-thirdparty] Bump protobuf java to 4.27.5+ | Major | Protobufs, security, thirdparty |
30+
| [HBASE-28871](https://issues.apache.org/jira/browse/HBASE-28871) | [hbase-thirdparty] Bump dependency versions before releasing | Major | dependencies, thirdparty |
31+
32+
33+
### OTHER:
34+
35+
| JIRA | Summary | Priority | Component |
36+
|:---- |:---- | :--- |:---- |
37+
| [HBASE-28794](https://issues.apache.org/jira/browse/HBASE-28794) | [hbase-thirdparty] Enable infra automation: autolink to Jira and 'pull-request-available' label | Minor | community |
38+
39+
2140
## Release thirdparty-4.1.8 - Unreleased (as of 2024-08-17)
2241

2342

RELEASENOTES.md

+28
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,34 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818
-->
19+
# HBASE thirdparty-4.1.9 Release Notes
20+
21+
These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
22+
23+
24+
---
25+
26+
* [HBASE-28869](https://issues.apache.org/jira/browse/HBASE-28869) | *Major* | **[hbase-thirdparty] Bump protobuf java to 4.27.5+**
27+
28+
Bump protobuf version from 4.27.3 to 4.28.2.
29+
30+
31+
---
32+
33+
* [HBASE-28871](https://issues.apache.org/jira/browse/HBASE-28871) | *Major* | **[hbase-thirdparty] Bump dependency versions before releasing**
34+
35+
Bump versions for these dependencies
36+
37+
netty 4.1.112.Final -\> 4.1.113.Final
38+
netty-tcnative 2.0.61.Final -\> 2.0.66.Final
39+
guava 33.2.1-jre -\> 33.3.0-jre
40+
commons-cli 1.8.0 -\> 1.9.0
41+
error\_prone\_annotations 2.28.0 -\> 2.32.0
42+
jetty 9.4.55.v20240627 -\> 9.4.56.v20240826
43+
jersey.version 2.43 -\> 2.45
44+
45+
46+
1947
# HBASE thirdparty-4.1.8 Release Notes
2048

2149
These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<developers />
124124
<!--TODO-->
125125
<properties>
126-
<revision>4.1.9-SNAPSHOT</revision>
126+
<revision>4.1.9</revision>
127127
<maven.javadoc.skip>true</maven.javadoc.skip>
128128
<maven.build.timestamp.format>
129129
yyyy-MM-dd'T'HH:mm

0 commit comments

Comments
 (0)