You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ya...@apache.org on 2021/02/06 02:05:00 UTC

[phoenix] tag 4.16.0RC2 created (now 2342aaa)

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

yanxinyi pushed a change to tag 4.16.0RC2
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


      at 2342aaa  (commit)
This tag includes the following new commits:

     new 2342aaa  Preparing phoenix release 4.16.0RC2; tagging and updates to CHANGES.md and RELEASENOTES.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[phoenix] 01/01: Preparing phoenix release 4.16.0RC2; tagging and updates to CHANGES.md and RELEASENOTES.md

Posted by ya...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yanxinyi pushed a commit to tag 4.16.0RC2
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit 2342aaac53e6b7f5db0d0ca100e73c1c952dcc31
Author: yanxinyi <ya...@apache.org>
AuthorDate: Sat Feb 6 02:04:52 2021 +0000

    Preparing phoenix release 4.16.0RC2; tagging and updates to CHANGES.md and RELEASENOTES.md
---
 CHANGES.md      | 5 +++--
 RELEASENOTES.md | 8 --------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 14c08bf..0e401d6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -18,7 +18,7 @@
 -->
 # PHOENIX Changelog
 
-## Release 4.16.0 - Unreleased (as of 2021-02-02)
+## Release 4.16.0 - Unreleased (as of 2021-02-06)
 
 
 
@@ -45,8 +45,8 @@
 
 | JIRA | Summary | Priority | Component |
 |:---- |:---- | :--- |:---- |
+| [PHOENIX-6114](https://issues.apache.org/jira/browse/PHOENIX-6114) | Create shaded phoenix-pherf and remove lib dir from assembly |  Major | core |
 | [PHOENIX-6182](https://issues.apache.org/jira/browse/PHOENIX-6182) | IndexTool to verify and repair every index row |  Major | . |
-| [PHOENIX-6349](https://issues.apache.org/jira/browse/PHOENIX-6349) | Add and use commons-cli to phoenix-thirdparty |  Major | . |
 | [PHOENIX-6250](https://issues.apache.org/jira/browse/PHOENIX-6250) | Fix ViewMetadataIT test flapper |  Major | . |
 | [PHOENIX-6327](https://issues.apache.org/jira/browse/PHOENIX-6327) | Consolidate Junit test categories |  Minor | core |
 | [PHOENIX-6276](https://issues.apache.org/jira/browse/PHOENIX-6276) | Log when hconnection is getting closed in ConnectionQueryServicesImpl |  Major | core |
@@ -146,6 +146,7 @@
 
 | JIRA | Summary | Priority | Component |
 |:---- |:---- | :--- |:---- |
+| [PHOENIX-6360](https://issues.apache.org/jira/browse/PHOENIX-6360) | phoenix-core has compile dependency on phoenix-hbase-compat |  Blocker | core |
 | [PHOENIX-5874](https://issues.apache.org/jira/browse/PHOENIX-5874) | IndexTool does not set TTL on its log tables correctly |  Major | . |
 | [PHOENIX-6078](https://issues.apache.org/jira/browse/PHOENIX-6078) | Remove Internal Phoenix Connections from parent LinkedQueue when closed |  Major | . |
 | [PHOENIX-5872](https://issues.apache.org/jira/browse/PHOENIX-5872) | Close Internal Phoenix Connections that were running during cancel |  Major | . |
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 640a6a6..865196d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -23,14 +23,6 @@ These release notes cover new developer and user-facing incompatibilities, impor
 
 ---
 
-* [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-6273](https://issues.apache.org/jira/browse/PHOENIX-6273) | *Major* | **Add support to handle MR Snapshot restore externally**
 
 Adds mapreduce configuration param "phoenix.mapreduce.external.snapshot.restore" which when set to true indicates that snapshot-based MapReduce jobs shouldn't try to restore the snapshot themselves, but assume an external application has already done so.