You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2019/10/01 17:57:37 UTC

svn commit: r36150 - in /dev/hbase/3.1.0RC2: ./ CHANGES.md RELEASENOTES.md hbase-thirdparty-3.1.0-src.tar.gz hbase-thirdparty-3.1.0-src.tar.gz.asc hbase-thirdparty-3.1.0-src.tar.gz.sha512

Author: stack
Date: Tue Oct  1 17:57:37 2019
New Revision: 36150

Log:
Apache hbase-thirdparty 3.1.0RC2

Added:
    dev/hbase/3.1.0RC2/
    dev/hbase/3.1.0RC2/CHANGES.md
    dev/hbase/3.1.0RC2/RELEASENOTES.md
    dev/hbase/3.1.0RC2/hbase-thirdparty-3.1.0-src.tar.gz   (with props)
    dev/hbase/3.1.0RC2/hbase-thirdparty-3.1.0-src.tar.gz.asc
    dev/hbase/3.1.0RC2/hbase-thirdparty-3.1.0-src.tar.gz.sha512

Added: dev/hbase/3.1.0RC2/CHANGES.md
==============================================================================
--- dev/hbase/3.1.0RC2/CHANGES.md (added)
+++ dev/hbase/3.1.0RC2/CHANGES.md Tue Oct  1 17:57:37 2019
@@ -0,0 +1,53 @@
+# HBASE Changelog
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+
+
+CHANGES.md and RELEASENOTES.md were generated using yetus releasedocmaker.
+
+First make sure what is in JIRA agrees with what is in git and vice-versa.
+Thirdparty version numbers are of the form thirdparty-x.y.z.
+
+Then run the hbase script that updates CHANGES and RELEASENOTES. For
+example:
+
+ $  source ../hbase.git/dev-support/create-release/release-util.sh; update_releasenotes `pwd` thirdparty-2.2.0
+
+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 hbase-thirdparty-3.1.0 - Unreleased (as of 2019-10-01)
+
+
+
+### SUB-TASKS:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [HBASE-23088](https://issues.apache.org/jira/browse/HBASE-23088) | [hbase-thirdparty] Upgrade the dependencies for hbase-thirdparty |  Major | hbase-thirdparty |
+
+
+## Release thirdparty-3.0.0 - Unreleased (as of 2019-09-22)
+
+### IMPROVEMENTS:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [HBASE-23052](https://issues.apache.org/jira/browse/HBASE-23052) | hbase-thirdparty version of GSON that works for branch-1 |  Blocker | dependencies |
+

Added: dev/hbase/3.1.0RC2/RELEASENOTES.md
==============================================================================
--- dev/hbase/3.1.0RC2/RELEASENOTES.md (added)
+++ dev/hbase/3.1.0RC2/RELEASENOTES.md Tue Oct  1 17:57:37 2019
@@ -0,0 +1,70 @@
+# RELEASENOTES
+
+<!---
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# 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  hbase-thirdparty-3.1.0 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
+
+
+---
+
+* [HBASE-23088](https://issues.apache.org/jira/browse/HBASE-23088) | *Major* | **[hbase-thirdparty] Upgrade the dependencies for hbase-thirdparty**
+
+    netty-all: 4.1.34.Final =\> 4.1.42.Final
+    guava: 27.1-jre =\> 28.1-jre
+    commons-collections4: 4.3 =\> 4.4
+    protobuf: 3.7.1 =\> 3.9.2
+
+
+
+
+These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
+
+
+---
+
+* [HBASE-23088](https://issues.apache.org/jira/browse/HBASE-23088) | *Major* | **[hbase-thirdparty] Upgrade the dependencies for hbase-thirdparty**
+
+    netty-all: 4.1.34.Final =\> 4.1.42.Final
+    guava: 27.1-jre =\> 28.1-jre
+    commons-collections4: 4.3 =\> 4.4
+    protobuf: 3.7.1 =\> 3.9.2
+
+
+
+
+# HBASE  hbase-thirdparty-3.0.0 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
+
+
+---
+
+* [HBASE-23052](https://issues.apache.org/jira/browse/HBASE-23052) | *Blocker* | **hbase-thirdparty version of GSON that works for branch-1**
+
+<!-- markdown -->
+HBase's internal use of GSON is now done in a stand alone module named `hbase-shaded-gson` rather than as a part of the `hbase-shaded-miscellaneous` module. The relocated fully qualified class names are still the same.
+
+This internal artifact is also set to maintain JDK bytecode compatibility as appropriate for use with branches-1 based releases in addition to the existing use in later release lines.
+
+
+

Added: dev/hbase/3.1.0RC2/hbase-thirdparty-3.1.0-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/hbase/3.1.0RC2/hbase-thirdparty-3.1.0-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/hbase/3.1.0RC2/hbase-thirdparty-3.1.0-src.tar.gz.asc
==============================================================================
--- dev/hbase/3.1.0RC2/hbase-thirdparty-3.1.0-src.tar.gz.asc (added)
+++ dev/hbase/3.1.0RC2/hbase-thirdparty-3.1.0-src.tar.gz.asc Tue Oct  1 17:57:37 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQJFBAABCAAvFiEEXzLoEtM2TIUEtz4m250xPaeHTykFAl2TkpMRHHN0YWNrQGR1
+Ym9jZS5uZXQACgkQ250xPaeHTyk/bA//ePI4RpSx6IJ67Q7ZVAFm58P+MTtKc7I6
+GH/MTvsLh+ckVVuwOXjwex64CCEg9k+AMrgxDH3rqeCYjuHrLX1MaqDtdIcIPbpj
+iqIgqiOSE1Gf7dR5FxOBJf/84Dw9vB/QN/ceUtlFnznPPp5lNErvHVv8RqkEQZCk
+qxTrVc49cTUqmSaSCfsHoNJDA/JXjn5IjOxOAliT1mjFpVaUTrsOV/8UlxtCvpO9
+UGh/7cG/7R46goctk45UkD+fVkawz/BZ4KF4ZvWSj4f0lp7qF0RAn8MoOCdUhy/e
+kRyfOh8BNns12Gn8d7dNkw0I1I4ik2kM6mLaot+6vqVQrSHTHwV/t1+CkyLOWq1F
+ORAcVO6zZICkUl4YL897FHbUTnOhEvTs4Y4vT3+MgFxd55M3KFjafu7kbQBcre+B
+8tuy3J1BrJauDO4RFxEcWOtLcx6CbbkkopzUbJNQ7cXkxuXfebgsc90uxaHMbG31
+6slCMMl+KQ5ialZcuwqkpDEQfUagzhvLbwmQ3jLUxRikQt5ebcxOb6mnYdurQ9uR
+NOUliAzXp7yAGxhTza22rJcSo7eDVkQkdEUKhDaXfwjPtKt0Wk8VQhulA1+3fUwH
+tL8bThJ+FlSM4ak3E1sqiDqhp23XZEFrefSjzEdpD4/zpNqcyC7T8pPK/TE66uGH
+3ArWZUkofo4=
+=oVhC
+-----END PGP SIGNATURE-----

Added: dev/hbase/3.1.0RC2/hbase-thirdparty-3.1.0-src.tar.gz.sha512
==============================================================================
--- dev/hbase/3.1.0RC2/hbase-thirdparty-3.1.0-src.tar.gz.sha512 (added)
+++ dev/hbase/3.1.0RC2/hbase-thirdparty-3.1.0-src.tar.gz.sha512 Tue Oct  1 17:57:37 2019
@@ -0,0 +1,4 @@
+hbase-thirdparty-3.1.0-src.tar.gz: F2642810 8DE1C719 0ACEB681 F6EACBF0 A0D8244C
+                                   B86D6FC4 3F14C0D5 95160012 A9A4F28F 1D814917
+                                   7292B224 6378F5E9 BD2787E0 006488D5 FE640317
+                                   C3E9A037