Author: stack
Date: Tue Oct  8 05:30:53 2019
New Revision: 36248

Log:
Apache hbase-thirdparty 3.1.1RC0

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

Added: dev/hbase/3.1.1RC0/CHANGES.md
==============================================================================
--- dev/hbase/3.1.1RC0/CHANGES.md (added)
+++ dev/hbase/3.1.1RC0/CHANGES.md Tue Oct  8 05:30:53 2019
@@ -0,0 +1,64 @@
+# 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.1 - Unreleased (as of 2019-10-08)
+
+
+
+### BUG FIXES:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [HBASE-23132](https://issues.apache.org/jira/browse/HBASE-23132) | Squash 
hbase-thirdparty-3.1.0; was compiled w/ jdk10 so "NoSuchMethodError: 
java.nio.ByteBuffer.\*" |  Major | . |
+
+
+## Release hbase-thirdparty-3.1.0 - Unreleased (as of 2019-10-04)
+
+
+
+### 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.1RC0/RELEASENOTES.md
==============================================================================
--- dev/hbase/3.1.1RC0/RELEASENOTES.md (added)
+++ dev/hbase/3.1.1RC0/RELEASENOTES.md Tue Oct  8 05:30:53 2019
@@ -0,0 +1,60 @@
+# 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.1 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
+
+
+
+# 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
+
+
+
+# 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.1RC0/hbase-thirdparty-3.1.0-src.tar.gz
==============================================================================
Binary file - no diff available.

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

Added: dev/hbase/3.1.1RC0/hbase-thirdparty-3.1.0-src.tar.gz.asc
==============================================================================
--- dev/hbase/3.1.1RC0/hbase-thirdparty-3.1.0-src.tar.gz.asc (added)
+++ dev/hbase/3.1.1RC0/hbase-thirdparty-3.1.0-src.tar.gz.asc Tue Oct  8 
05:30:53 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQJFBAABCAAvFiEEXzLoEtM2TIUEtz4m250xPaeHTykFAl2b01URHHN0YWNrQGR1
+Ym9jZS5uZXQACgkQ250xPaeHTymrSg//Yxl6o5P6ULweFSls8GFzVMrw3rFDIuWD
+IsSuHWPyEEExLTwYz4t2tT2Ne0GPtCyqSwzAIpc/homtvmfXSq0b8C1aTwQsu7NF
+enc4Y4IYH5odXzpam670kqrQNbGxlFiNW1wWGDF5G3DDDjrsQqIz67B8OoofoRZs
+ajE3EKHCqoSTMgEV9zKlP6PZluVuxLTxKS1XuLanEOs3m7oc+pW+WUsf5veB0EDd
+3YXgvbnl9RIcK+CboiuODxyKtiYnsOY6lWDNQAPNm97YEOj6Uo/z1GEQ16cZshwc
+9+ZSkkU3dLMg4m1w29f+JNn9zCUcach+9ZFFKeju9bThTy5KWAJPkYzvQIaT/PgX
+IdEKgxnuI3g0SPKDi2DjQRvwnLxSdBDeKeryoVUqkZ8iNN32Owv32zqpjQrqcqy7
+veGesjgrpwSt590P50D/F/qxBzxb+4B6G3XgO2hGZRFWTv5droXOAbXAYVxNGYT4
+w5iqNyasGo4saDHG/vMBFxBR2Xw0x1k/VZsIvoCuIACva4NPnIMUvpZqTG5KMoTu
+wPoqNzxhE8hVreqDgakxCt16PiymDDb7LmiTyrZ2oou2wy6hhwJUMMj0VVv4lnux
+6llwG/lG4yx1Hz1LhltPD7Mj3gPmOR4RWk+4tpbBXIcUEd96B9fnugze9euMKAmR
+RD7B/qDIbrI=
+=+TXC
+-----END PGP SIGNATURE-----

Added: dev/hbase/3.1.1RC0/hbase-thirdparty-3.1.0-src.tar.gz.sha512
==============================================================================
--- dev/hbase/3.1.1RC0/hbase-thirdparty-3.1.0-src.tar.gz.sha512 (added)
+++ dev/hbase/3.1.1RC0/hbase-thirdparty-3.1.0-src.tar.gz.sha512 Tue Oct  8 
05:30:53 2019
@@ -0,0 +1,4 @@
+hbase-thirdparty-3.1.0-src.tar.gz: 22C764A8 7D3D5667 196B404A C539770A 925D48E4
+                                   89362A14 6ACC9088 DBA21486 50A38CDE EE38B12B
+                                   EACB3075 1229BF0A 1899624E C036CA60 44DB8E22
+                                   599FDF3D

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

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

Added: dev/hbase/3.1.1RC0/hbase-thirdparty-3.1.1-src.tar.gz.asc
==============================================================================
--- dev/hbase/3.1.1RC0/hbase-thirdparty-3.1.1-src.tar.gz.asc (added)
+++ dev/hbase/3.1.1RC0/hbase-thirdparty-3.1.1-src.tar.gz.asc Tue Oct  8 
05:30:53 2019
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQJFBAABCAAvFiEEXzLoEtM2TIUEtz4m250xPaeHTykFAl2cHJ8RHHN0YWNrQGR1
+Ym9jZS5uZXQACgkQ250xPaeHTymDjw/9HWagSuAPveGsk6AOKF+SUdLIK//Ecp56
+c9bfrwQ09L6X/8LVFL0v/INJM9FDGk31gcvT5koOIBjoNkFoLIQ/42DF7MlXnmb+
+IlE/g2JeiZtsgVvGgufg2ScnB3Z97B4RqTGVh3PR0yWJX2uFAkBCBM+hTS8Q2+5o
+zphwXY7Hj3m1cfKxLBE4KU8keLTt1n/Xrs6xP91uSTQptPPSMMFl1k+A6s0HruTs
+EK2Yk5L59aMEBsSND52/ug1vM0J/AkJPIXoT27pODRDZqL3dJiOZ6Lmo/q8mQN2p
+aedmHDpCh6ba1V034xTZxdenZD0ABqwRv1KUdOplPLXLDV+oIIceSMgBoPn5qVDu
+/m8l4It5DwgEAlyArciIwScYKqCKCYw1X3T7Y4m+FE2H8Hw9LGapiUgajIymrq+h
+E7MkgG3TFjk9Dhx22DPOShHNhOx2OjpMKjqegJFcy9eU84cevZxAQhiHUT2e1dP4
+QpuxqSL2mZIASPSKgP1TtLdxkTvVB8I5cU9m53Z+EHBPQbbgEcbhujsxdteKzdeR
+VtCXIzwLqjLtR0Ax6V7DIlMIaB3T/Wfl0y1jL3BtfFyAt7CA4RVxoxYpbkj5yd8O
+nT2HcDqj8lohdVPOzetcnM76gj3NAOl/i2AzUbucRdHiuokzD/SnRjvFh5f8cEQ2
+3cuCP+EpnKA=
+=hc6v
+-----END PGP SIGNATURE-----

Added: dev/hbase/3.1.1RC0/hbase-thirdparty-3.1.1-src.tar.gz.sha512
==============================================================================
--- dev/hbase/3.1.1RC0/hbase-thirdparty-3.1.1-src.tar.gz.sha512 (added)
+++ dev/hbase/3.1.1RC0/hbase-thirdparty-3.1.1-src.tar.gz.sha512 Tue Oct  8 
05:30:53 2019
@@ -0,0 +1,4 @@
+hbase-thirdparty-3.1.1-src.tar.gz: 237F9E42 4757CE47 200F3CF1 B92D89DA 0F425276
+                                   4D1B6C8F 6BA62F79 14B44C52 48D401EC 82DED705
+                                   F1A1A0E5 EE8D4429 390E5CA0 AB154837 6CE90576
+                                   DC01CF36


Reply via email to