Author: vjasani
Date: Tue May  4 10:44:40 2021
New Revision: 47534

Log:
Apache phoenix-tephra 0.16.1RC1

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

Added: dev/phoenix/phoenix-tephra-0.16.1RC1/CHANGES.md
==============================================================================
--- dev/phoenix/phoenix-tephra-0.16.1RC1/CHANGES.md (added)
+++ dev/phoenix/phoenix-tephra-0.16.1RC1/CHANGES.md Tue May  4 10:44:40 2021
@@ -0,0 +1,74 @@
+
+<!---
+# 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.
+-->
+# TEPHRA Changelog
+
+## Release 0.16.1 - Unreleased (as of 2021-05-04)
+
+
+
+### BUG FIXES:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [TEPHRA-316](https://issues.apache.org/jira/browse/TEPHRA-316) | Fix missing 
executable permission because of MASSEMBLY-941 |  Major | . |
+
+
+### OTHER:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [TEPHRA-317](https://issues.apache.org/jira/browse/TEPHRA-317) | Add support 
for HBase 2.4 |  Major | core |
+
+
+
+## Release 0.16.0 - Unreleased (as of 2020-11-16)
+
+
+
+### NEW FEATURES:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [TEPHRA-301](https://issues.apache.org/jira/browse/TEPHRA-301) | Support 
HBase 1.5.x |  Major | . |
+| [TEPHRA-309](https://issues.apache.org/jira/browse/TEPHRA-309) | Add HBase 
1.6 compatibility |  Blocker | . |
+| [TEPHRA-307](https://issues.apache.org/jira/browse/TEPHRA-307) | Support 
Hbase 2.3 |  Major | . |
+| [TEPHRA-305](https://issues.apache.org/jira/browse/TEPHRA-305) | Support 
HBase 2.1 and 2.2 |  Blocker | . |
+
+
+### IMPROVEMENTS:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [TEPHRA-314](https://issues.apache.org/jira/browse/TEPHRA-314) | Clean up 
lib dir in distribution assembly |  Major | . |
+| [TEPHRA-310](https://issues.apache.org/jira/browse/TEPHRA-310) | Add OWASP 
dependency check, and update the flagged direct dependencies |  Major | . |
+| [TEPHRA-308](https://issues.apache.org/jira/browse/TEPHRA-308) | create 
artifact with shaded Guava and Twill in Tephra |  Major | . |
+| [TEPHRA-304](https://issues.apache.org/jira/browse/TEPHRA-304) | Remove 
Support for Java 7 |  Major | . |
+
+
+### BUG FIXES:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [TEPHRA-302](https://issues.apache.org/jira/browse/TEPHRA-302) | Add tests 
and examples for HBase 1.5.x |  Blocker | . |
+| [TEPHRA-312](https://issues.apache.org/jira/browse/TEPHRA-312) | Revert 
TEPHRA-304 |  Blocker | core |
+| [TEPHRA-303](https://issues.apache.org/jira/browse/TEPHRA-303) | HBase 1.1 
tests don't compile |  Major | . |
+| [TEPHRA-299](https://issues.apache.org/jira/browse/TEPHRA-299) | Executing a 
large batch delete is very slow |  Major | . |
+| [TEPHRA-300](https://issues.apache.org/jira/browse/TEPHRA-300) | Tephra 
coprocessors do not close passed scanner |  Major | . |
+
+

Added: dev/phoenix/phoenix-tephra-0.16.1RC1/RELEASENOTES.md
==============================================================================
--- dev/phoenix/phoenix-tephra-0.16.1RC1/RELEASENOTES.md (added)
+++ dev/phoenix/phoenix-tephra-0.16.1RC1/RELEASENOTES.md Tue May  4 10:44:40 
2021
@@ -0,0 +1,37 @@
+
+<!---
+# 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.
+-->
+# TEPHRA  0.16.1 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
+
+
+---
+
+* [TEPHRA-317](https://issues.apache.org/jira/browse/TEPHRA-317) | *Major* | 
**Add support for HBase 2.4**
+
+Tephra now supports HBase 2.4
+
+
+
+# TEPHRA  0.16.0 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
+
+
+

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

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

Added: dev/phoenix/phoenix-tephra-0.16.1RC1/phoenix-tephra-0.16.1-src.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-tephra-0.16.1RC1/phoenix-tephra-0.16.1-src.tar.gz.asc 
(added)
+++ dev/phoenix/phoenix-tephra-0.16.1RC1/phoenix-tephra-0.16.1-src.tar.gz.asc 
Tue May  4 10:44:40 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEJKMPW+8OPec7XENEs9bAtByK39UFAmCRJY4ACgkQs9bAtByK
+39Wrmw//cVlqBEozcjT36uhAjZ8/JE7v/UrYvgXHuFMuglVCwteqCHRTxijcaB9A
+n1isU6ePFXiVNuD2JonzicUAu0QbbkU1QL0CUqSbXmkS5Iw2qo0uDzI9GnhExyVI
+KD1qv6+vkBDItS5qFvqZwBNRYz9aPc9PUv8MtgZnDG74xrAFj0A5L+pwTkZNZ0Ng
+zYOsiC2RD7SGVDqcq0dHMAjcJgvcEKkqgk8VNHSfJitQbLIOMbHCtrKALf2M4lbm
+nFVWhSYYyOHskFs8usEOT7m6ml+qudhSxEmhD6H6Hb0ZWTD4WSudPUDQVnxXxNZ3
+L2g7aUt2OJpGNfuRLTMBmcBTzlZ0XuReUfQ4qLTxWvOHHcBlE+54oDtOPTAAMfZ/
+b2cdW8/ahhYc9OJotvbv04YrshG4HtB7+PjnWmJbdYB0w+nZ8MNMKwkQtCkXQjVW
+uiDMR+hZscDp9FizKj/qWULnElrJxqZ2GsOB3cAVNmHPDOmtR+sFQ72EYior3v1y
+E3vCsb50T6gfzQUzmkNOZr1MOUtJyWN7dAJr36ZGGGS4H4x+GjY6UZ+gD5nGb56E
+BV+fWoEs8SFic9tySCNh2XuEOiI4orcO1hHueBwapMPuJoh4RB8CCG30X0AmVtV9
+ML5JjGiQQNxSjM4ti15m882ixFBLbu6PNTkwsnqw/iSNSb5uKTI=
+=oF05
+-----END PGP SIGNATURE-----

Added: 
dev/phoenix/phoenix-tephra-0.16.1RC1/phoenix-tephra-0.16.1-src.tar.gz.sha512
==============================================================================
--- 
dev/phoenix/phoenix-tephra-0.16.1RC1/phoenix-tephra-0.16.1-src.tar.gz.sha512 
(added)
+++ 
dev/phoenix/phoenix-tephra-0.16.1RC1/phoenix-tephra-0.16.1-src.tar.gz.sha512 
Tue May  4 10:44:40 2021
@@ -0,0 +1,4 @@
+phoenix-tephra-0.16.1-src.tar.gz: 28052CB7 206CE279 0096E769 A66A9ED4 0010C399
+                                  E09F845C 9CE0119C EB9FA65A F455CB6E 0D113711
+                                  59CACA8A 2A9F2025 59620893 B9270A5B FE328123
+                                  4C1C2E00


Reply via email to