You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2019/09/22 04:49:29 UTC

svn commit: r35960 - in /dev/hbase/hbase-thirdparty-3.0.0-RC0: ./ CHANGES.md RELEASENOTES.md hbase-thirdparty-3.0.0-src.tar.gz hbase-thirdparty-3.0.0-src.tar.gz.asc hbase-thirdparty-3.0.0-src.tar.gz.sha512

Author: busbey
Date: Sun Sep 22 04:49:29 2019
New Revision: 35960

Log:
Staging HBase Thirdparty 3.0.0 RC0

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

Added: dev/hbase/hbase-thirdparty-3.0.0-RC0/CHANGES.md
==============================================================================
--- dev/hbase/hbase-thirdparty-3.0.0-RC0/CHANGES.md (added)
+++ dev/hbase/hbase-thirdparty-3.0.0-RC0/CHANGES.md Sun Sep 22 04:49:29 2019
@@ -0,0 +1,43 @@
+# 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 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/hbase-thirdparty-3.0.0-RC0/RELEASENOTES.md
==============================================================================
--- dev/hbase/hbase-thirdparty-3.0.0-RC0/RELEASENOTES.md (added)
+++ dev/hbase/hbase-thirdparty-3.0.0-RC0/RELEASENOTES.md Sun Sep 22 04:49:29 2019
@@ -0,0 +1,50 @@
+# 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.
+
+
+
+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. E.g.
+
+ $  source ../hbase.git/dev-support/create-release/release-util.sh; update_releasenotes . 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 RNS!-->
+# 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/hbase-thirdparty-3.0.0-RC0/hbase-thirdparty-3.0.0-src.tar.gz
==============================================================================
Binary file - no diff available.

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

Added: dev/hbase/hbase-thirdparty-3.0.0-RC0/hbase-thirdparty-3.0.0-src.tar.gz.asc
==============================================================================
--- dev/hbase/hbase-thirdparty-3.0.0-RC0/hbase-thirdparty-3.0.0-src.tar.gz.asc (added)
+++ dev/hbase/hbase-thirdparty-3.0.0-RC0/hbase-thirdparty-3.0.0-src.tar.gz.asc Sun Sep 22 04:49:29 2019
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEP0MIy9fNWtTBxN6f5l4R1A2A23wFAl2G+FoACgkQ5l4R1A2A
+23wjSg//WFavKZsPwtXOCKJ2L2rJ+cNoTQCLVybTEBPxH4fAkbTO+E02pe9qQq+z
+7AFA24ZTPNgvBbOsHBA8GhBjOARDplvUn+rEvjb6Igx+TxRBMHn0HGbCp2vZzOMh
+MAQO9di2IrDcYC+KQ9MjUMxjcT4y2ipVtYmJy1T2BqzytMayewYgYQ20xd7SFJpZ
++nDtBNaFQsoNWIKoZI/4uk1n9qqClDf3CxtTAdIcz1dUhfbK8k2nBaJkW2VBCErk
+57kjnNqDiCIdZd99FEF0kaQSom4gXQaJ/Hy+Z+HRGyCymEHMLRvERvlJV+563Ppo
+lkomtyd52efhjBn0vbwBaSvtSN37nL+yPAzvQrUW2Dv0kzxRGQiwHvyXHmfV2YQB
+aZ3NqhONM8hyiYVlwDS+oj4T7zSFSd85B/+INXDS8WjBE0H+2wTFECKME4WKXBRy
+b+8WzeRpfcMzuEIyZtdFaW9LrmYYbUUHaz15kz9uVrMU2Qs1ufsDV9XKYsGTX1Xe
+rM4Ja2knk8x5qPk33bEZ/vOIkyDjnmh6T99WZiuQ62pCnd3UGSnXX7hVp5b3C3/9
+2NbyP2WAZuO9bXj6CiPg4v2uGqzpRqsbYsNnGlTbjAC+MddVI6a9sErjm885yWtm
+8oVaiySJp443h2JvcJu3qGA+VqlgFQK1eql4ao8JT/mgHAKb3ug=
+=PP6U
+-----END PGP SIGNATURE-----

Added: dev/hbase/hbase-thirdparty-3.0.0-RC0/hbase-thirdparty-3.0.0-src.tar.gz.sha512
==============================================================================
--- dev/hbase/hbase-thirdparty-3.0.0-RC0/hbase-thirdparty-3.0.0-src.tar.gz.sha512 (added)
+++ dev/hbase/hbase-thirdparty-3.0.0-RC0/hbase-thirdparty-3.0.0-src.tar.gz.sha512 Sun Sep 22 04:49:29 2019
@@ -0,0 +1,4 @@
+hbase-thirdparty-3.0.0-src.tar.gz: B6BA18F5 515E9B18 3079F7A3 65E68462 CC2571DB
+                                   1A078141 06A94652 D5276713 E0C54FF5 1CC1C16D
+                                   B0E28F4A BD3D37A2 2106C295 B250F153 4FD172ED
+                                   CE3489FD