You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/07/29 02:01:23 UTC

[hbase-thirdparty] branch master updated: HBASE-24785 [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.md for 3.4.0 (#25)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 434c3ba  HBASE-24785 [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.md for 3.4.0 (#25)
434c3ba is described below

commit 434c3baa3ade04340fe9f0f9d27a3da92997b773
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Jul 29 10:01:15 2020 +0800

    HBASE-24785 [hbase-thirdparty] Generate CHANGES.md and RELEASENOTES.md for 3.4.0 (#25)
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 CHANGES.md      | 20 ++++++++++++++++++++
 RELEASENOTES.md | 21 +++++++++++++++++++++
 2 files changed, 41 insertions(+)

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.