Author: stoty
Date: Mon Apr 11 07:22:03 2022
New Revision: 53742

Log:
Apache phoenix-thirdparty 2.0.0RC1

Added:
    dev/phoenix/phoenix-thirdparty-2.0.0RC1/
    dev/phoenix/phoenix-thirdparty-2.0.0RC1/CHANGES.md
    dev/phoenix/phoenix-thirdparty-2.0.0RC1/RELEASENOTES.md
    dev/phoenix/phoenix-thirdparty-2.0.0RC1/phoenix-thirdparty-2.0.0-src.tar.gz 
  (with props)
    
dev/phoenix/phoenix-thirdparty-2.0.0RC1/phoenix-thirdparty-2.0.0-src.tar.gz.asc
    
dev/phoenix/phoenix-thirdparty-2.0.0RC1/phoenix-thirdparty-2.0.0-src.tar.gz.sha512

Added: dev/phoenix/phoenix-thirdparty-2.0.0RC1/CHANGES.md
==============================================================================
--- dev/phoenix/phoenix-thirdparty-2.0.0RC1/CHANGES.md (added)
+++ dev/phoenix/phoenix-thirdparty-2.0.0RC1/CHANGES.md Mon Apr 11 07:22:03 2022
@@ -0,0 +1,71 @@
+
+<!---
+# 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.
+-->
+# PHOENIX Changelog
+
+## Release thirdparty-2.0.0 - Unreleased (as of 2022-04-11)
+
+
+
+### IMPROVEMENTS:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [PHOENIX-6575](https://issues.apache.org/jira/browse/PHOENIX-6575) | Replace 
patched commons-cli with original one when a release with CLI-254 is available 
|  Major | thirdparty |
+| [PHOENIX-6641](https://issues.apache.org/jira/browse/PHOENIX-6641) | Bump 
Guava to 31.0.1 in phoenix-thirdparty |  Major | thirdparty |
+
+
+### BUG FIXES:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [PHOENIX-6353](https://issues.apache.org/jira/browse/PHOENIX-6353) | Fix 
phoenix-thirdparty rat warnings, and update CHANGES.md, RELEASE\_NOTES.md |  
Minor | thirdparty |
+
+
+### OTHER:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [PHOENIX-6648](https://issues.apache.org/jira/browse/PHOENIX-6648) | Change 
next release version of phoenix-thirdparty to 2.0.0 |  Major | thirdparty |
+
+
+
+## Release thirdparty-1.1.0 - Unreleased (as of 2021-01-29)
+
+
+
+### IMPROVEMENTS:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [PHOENIX-6349](https://issues.apache.org/jira/browse/PHOENIX-6349) | Add and 
use commons-cli to phoenix-thirdparty |  Major | . |
+
+
+
+## Release thirdparty-1.0.0 - Unreleased (as of 2020-10-14)
+
+
+
+### SUB-TASKS:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [PHOENIX-6039](https://issues.apache.org/jira/browse/PHOENIX-6039) | Create 
phoenix-thirdparty main project, and add phoenix-shaded-guava as a subproject | 
 Major | thirdparty |
+| [PHOENIX-6038](https://issues.apache.org/jira/browse/PHOENIX-6038) | Create 
phoenix-thirdparty git repo |  Major | thirdparty |
+
+

Added: dev/phoenix/phoenix-thirdparty-2.0.0RC1/RELEASENOTES.md
==============================================================================
--- dev/phoenix/phoenix-thirdparty-2.0.0RC1/RELEASENOTES.md (added)
+++ dev/phoenix/phoenix-thirdparty-2.0.0RC1/RELEASENOTES.md Mon Apr 11 07:22:03 
2022
@@ -0,0 +1,59 @@
+
+<!---
+# 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.
+-->
+# PHOENIX  thirdparty-2.0.0 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
+
+
+---
+
+* [PHOENIX-6575](https://issues.apache.org/jira/browse/PHOENIX-6575) | *Major* 
| **Replace patched commons-cli with original one when a release with CLI-254 
is available**
+
+Phoenix-thirdparty now uses unmodified (apart from the relocation) upstream 
commons-cli 1.5.0.
+commons-cli 1.5.0 includes the fix for CLI-254, bu the API to activate it is 
different than the patched version included in phoenix-thirdparty 1.1.0.
+Hence phoenix-thirdparty is 2.0 NOT API compatible with phoenix-thirdparty 
1.1.0
+
+
+---
+
+* [PHOENIX-6641](https://issues.apache.org/jira/browse/PHOENIX-6641) | *Major* 
| **Bump Guava to 31.0.1 in phoenix-thirdparty**
+
+Phoenix-thirdparty now includes Guava 31.0.1.
+
+
+
+# PHOENIX  thirdparty-1.1.0 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
+
+
+---
+
+* [PHOENIX-6349](https://issues.apache.org/jira/browse/PHOENIX-6349) | *Major* 
| **Add and use commons-cli to phoenix-thirdparty**
+
+Added phoenix-shaded-commons-cli to phoenix-thirdparty.
+This helps avoid classpath conflicts and includes a patch on top of 
commons-cli 1.4.0 that fixes CLI-254.
+
+
+# PHOENIX  thirdparty-1.0.0 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
+
+
+

Added: 
dev/phoenix/phoenix-thirdparty-2.0.0RC1/phoenix-thirdparty-2.0.0-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: 
dev/phoenix/phoenix-thirdparty-2.0.0RC1/phoenix-thirdparty-2.0.0-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/phoenix/phoenix-thirdparty-2.0.0RC1/phoenix-thirdparty-2.0.0-src.tar.gz.asc
==============================================================================
--- 
dev/phoenix/phoenix-thirdparty-2.0.0RC1/phoenix-thirdparty-2.0.0-src.tar.gz.asc 
(added)
+++ 
dev/phoenix/phoenix-thirdparty-2.0.0RC1/phoenix-thirdparty-2.0.0-src.tar.gz.asc 
Mon Apr 11 07:22:03 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmJT1xgACgkQlzUcG3lE
+M8dkzwf/bveJcSn4vtcQBFTlkHvIwiLsfJhEQTKK8M8x+sJr8OkUaK9vPnd0wIVn
+wdKKVFJESw+e1nExfY7mAsNJ3KsH/JopZAKPrlkYdldnh3rWT6yjEQQZ0yvMkG26
+7cZAi7c09kU5SLvTzXNsT8DJ0XCJjcpi9til4FqB5qQNti4jDI3Dle5E5U5Nk1Qr
+GRXJiGFzZcHt39eRlEtRidIT+pZuKHqQaD+yjhlor1Gc8HDvTG6ulXK7VPQtYyro
+Tz4/b97tzlf2CwqdFrYngUCBSk2QVLmDQPhlsWt8gmICDhWt0vihRxmc6MRqGnTC
+oIQtPLkauOwH5uPNAFsz4s770E9CUg==
+=6sVi
+-----END PGP SIGNATURE-----

Added: 
dev/phoenix/phoenix-thirdparty-2.0.0RC1/phoenix-thirdparty-2.0.0-src.tar.gz.sha512
==============================================================================
--- 
dev/phoenix/phoenix-thirdparty-2.0.0RC1/phoenix-thirdparty-2.0.0-src.tar.gz.sha512
 (added)
+++ 
dev/phoenix/phoenix-thirdparty-2.0.0RC1/phoenix-thirdparty-2.0.0-src.tar.gz.sha512
 Mon Apr 11 07:22:03 2022
@@ -0,0 +1,4 @@
+phoenix-thirdparty-2.0.0-src.tar.gz: 8398F72E BC003795 FCE987D9 2F33FE0D
+                                     6A97FEEB 8B5701CD 634B074D A1AECC3C
+                                     BA649E76 E1180FF1 82DA1103 E29FCC41
+                                     EE3FEDE6 75B79914 A9981C9C AA333407


Reply via email to