You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/11/30 13:04:38 UTC

svn commit: r44754 - in /dev/phoenix/phoenix-tephra-b3dc67e28e89ab53408b33c803b2c8fb7868ba99: ./ CHANGES.md RELEASENOTES.md phoenix-tephra-0.16.0-src.tar.gz phoenix-tephra-0.16.0-src.tar.gz.asc phoenix-tephra-0.16.0-src.tar.gz.sha512

Author: stoty
Date: Mon Nov 30 13:04:38 2020
New Revision: 44754

Log:
Apache phoenix-tephra b3dc67e28e89ab53408b33c803b2c8fb7868ba99

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

Added: dev/phoenix/phoenix-tephra-b3dc67e28e89ab53408b33c803b2c8fb7868ba99/CHANGES.md
==============================================================================
--- dev/phoenix/phoenix-tephra-b3dc67e28e89ab53408b33c803b2c8fb7868ba99/CHANGES.md (added)
+++ dev/phoenix/phoenix-tephra-b3dc67e28e89ab53408b33c803b2c8fb7868ba99/CHANGES.md Mon Nov 30 13:04:38 2020
@@ -0,0 +1,55 @@
+
+<!---
+# 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.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-b3dc67e28e89ab53408b33c803b2c8fb7868ba99/RELEASENOTES.md
==============================================================================
--- dev/phoenix/phoenix-tephra-b3dc67e28e89ab53408b33c803b2c8fb7868ba99/RELEASENOTES.md (added)
+++ dev/phoenix/phoenix-tephra-b3dc67e28e89ab53408b33c803b2c8fb7868ba99/RELEASENOTES.md Mon Nov 30 13:04:38 2020
@@ -0,0 +1,24 @@
+
+<!---
+# 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.0 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
+
+
+

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

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

Added: dev/phoenix/phoenix-tephra-b3dc67e28e89ab53408b33c803b2c8fb7868ba99/phoenix-tephra-0.16.0-src.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-tephra-b3dc67e28e89ab53408b33c803b2c8fb7868ba99/phoenix-tephra-0.16.0-src.tar.gz.asc (added)
+++ dev/phoenix/phoenix-tephra-b3dc67e28e89ab53408b33c803b2c8fb7868ba99/phoenix-tephra-0.16.0-src.tar.gz.asc Mon Nov 30 13:04:38 2020
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAl/E7eEACgkQlzUcG3lE
+M8fP7gf+JlFNTT2qmK1rQXK0JmzYFvo5A66ojOJAj8EDRbsZIthT3iZ2USlUwJfD
+Bh+Pv9Mu29NdDSf9+J42WGe0Ybwp5PD16vxY/Tolhc/YAyU8QfVaAOoY+z5ABWlf
+KnWRZyA+YOdVZiO9O7/nmBANQx7NSuK6uk2fcUXUMxkyQ3ym6prnEIpi6ar7oiK8
+2VvnsnEWIerZBuUo9BaVV8sgHfPmsTgsyOFavdV0Klmyw1c65y0UsOZlp64yW8pi
+Lb1eAXAUnUPMPM9I7MN3cNCRJoehGsMO3e65fSCKTOlU02BryDfKXDI5n49tRrfL
+uAda7nq4CTLtKkMvk/zdNXPWt+Cpqw==
+=iIAJ
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-tephra-b3dc67e28e89ab53408b33c803b2c8fb7868ba99/phoenix-tephra-0.16.0-src.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-tephra-b3dc67e28e89ab53408b33c803b2c8fb7868ba99/phoenix-tephra-0.16.0-src.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-tephra-b3dc67e28e89ab53408b33c803b2c8fb7868ba99/phoenix-tephra-0.16.0-src.tar.gz.sha512 Mon Nov 30 13:04:38 2020
@@ -0,0 +1,4 @@
+phoenix-tephra-0.16.0-src.tar.gz: 52B01462 B5A0AF7D 447ADD81 A16DEA3F 8EF56941
+                                  28EE1256 58932EE1 4A134693 8E57FEA5 B1967A86
+                                  F8F44EBE 5AEDF790 C31650DA D3439462 09FD5695
+                                  93E84F97