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/17 14:14:09 UTC

svn commit: r44540 - in /dev/phoenix/phoenix-omid-1.0.2RC0: ./ CHANGES.md RELEASENOTES.md phoenix-omid-1.0.2-src.tar.gz phoenix-omid-1.0.2-src.tar.gz.asc phoenix-omid-1.0.2-src.tar.gz.sha512

Author: stoty
Date: Tue Nov 17 14:14:08 2020
New Revision: 44540

Log:
Apache phoenix-omid 1.0.2RC0

Added:
    dev/phoenix/phoenix-omid-1.0.2RC0/
    dev/phoenix/phoenix-omid-1.0.2RC0/CHANGES.md
    dev/phoenix/phoenix-omid-1.0.2RC0/RELEASENOTES.md
    dev/phoenix/phoenix-omid-1.0.2RC0/phoenix-omid-1.0.2-src.tar.gz   (with props)
    dev/phoenix/phoenix-omid-1.0.2RC0/phoenix-omid-1.0.2-src.tar.gz.asc
    dev/phoenix/phoenix-omid-1.0.2RC0/phoenix-omid-1.0.2-src.tar.gz.sha512

Added: dev/phoenix/phoenix-omid-1.0.2RC0/CHANGES.md
==============================================================================
--- dev/phoenix/phoenix-omid-1.0.2RC0/CHANGES.md (added)
+++ dev/phoenix/phoenix-omid-1.0.2RC0/CHANGES.md Tue Nov 17 14:14:08 2020
@@ -0,0 +1,56 @@
+
+<!---
+# 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.
+-->
+# OMID Changelog
+
+## Release 1.0.2 - Unreleased (as of 2020-11-17)
+
+
+
+### IMPROVEMENTS:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [OMID-165](https://issues.apache.org/jira/browse/OMID-165) | Adopt Omid packaging to Phoenix standards |  Major | . |
+| [OMID-168](https://issues.apache.org/jira/browse/OMID-168) | cleanup the example code using HBase 0.x and yahoo imports |  Minor | . |
+| [OMID-120](https://issues.apache.org/jira/browse/OMID-120) | Utilize protobuf-maven-plugin for build |  Major | . |
+| [OMID-164](https://issues.apache.org/jira/browse/OMID-164) | Update phoenix-thirdparty dependency version to 1.0.0 |  Major | . |
+| [OMID-161](https://issues.apache.org/jira/browse/OMID-161) | Switch default timestampType to WORLD\_TIME |  Major | . |
+| [OMID-158](https://issues.apache.org/jira/browse/OMID-158) | Add OWASP dependency check, and update the flagged direct dependencies |  Major | . |
+| [OMID-156](https://issues.apache.org/jira/browse/OMID-156) | refactor Omid to use phoenix-shaded-guava |  Major | . |
+| [OMID-155](https://issues.apache.org/jira/browse/OMID-155) | disable trimStackTrace |  Major | . |
+
+
+### BUG FIXES:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [OMID-187](https://issues.apache.org/jira/browse/OMID-187) | Fix incorrect URL of source code |  Trivial | . |
+| [OMID-166](https://issues.apache.org/jira/browse/OMID-166) | AbstractTransactionManager.closeResources should be public |  Major | . |
+| [OMID-159](https://issues.apache.org/jira/browse/OMID-159) | Replace  default hbase commit table and timestamp modules in server configurations as for the new package structure |  Major | . |
+| [OMID-157](https://issues.apache.org/jira/browse/OMID-157) | Multiple problems with Travis tests |  Major | . |
+
+
+### OTHER:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [OMID-162](https://issues.apache.org/jira/browse/OMID-162) | Remove org.mortbay.log.Log and add junit dependency |  Major | . |
+| [OMID-160](https://issues.apache.org/jira/browse/OMID-160) | Remove -incubating from assembly name |  Major | . |
+
+

Added: dev/phoenix/phoenix-omid-1.0.2RC0/RELEASENOTES.md
==============================================================================
--- dev/phoenix/phoenix-omid-1.0.2RC0/RELEASENOTES.md (added)
+++ dev/phoenix/phoenix-omid-1.0.2RC0/RELEASENOTES.md Tue Nov 17 14:14:08 2020
@@ -0,0 +1,32 @@
+
+<!---
+# 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.
+-->
+# OMID  1.0.2 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
+
+
+---
+
+* [OMID-161](https://issues.apache.org/jira/browse/OMID-161) | *Major* | **Switch default timestampType to WORLD\_TIME**
+
+The default timestampType has been changed from INCREMENTAL to  WORLD\_TIME.
+To restore the 1.0.1 behaviour add the "timestampType: INCREMENTAL" line to omid-server-configuration.yml.
+
+
+

Added: dev/phoenix/phoenix-omid-1.0.2RC0/phoenix-omid-1.0.2-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-omid-1.0.2RC0/phoenix-omid-1.0.2-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-omid-1.0.2RC0/phoenix-omid-1.0.2-src.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-omid-1.0.2RC0/phoenix-omid-1.0.2-src.tar.gz.asc (added)
+++ dev/phoenix/phoenix-omid-1.0.2RC0/phoenix-omid-1.0.2-src.tar.gz.asc Tue Nov 17 14:14:08 2020
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAl+z2qwACgkQlzUcG3lE
+M8ekPAf7B7CA7vg+tf2aBi+IbapxvpdBvAeF9wk9UShHmxYt1CeSp1Z1j7wKC/Uq
+NXgs2PJ/czhANuxe/L3lxX9Lty/0K15xm5Qt3sP7bppbhHCrPOvxofaa7PH133db
+ZEcND83B3NpPS5Zxk9q/CIJAMk2PZ9zbeZpZgQylQ4gTRHToTftfpX4wnehni6qA
+slA8DHtWchZBCPgleIewwd0UzkAiG97kfaXA3dG1SxmVyp7gc34XY+cqJarTy8eg
+H2+nScZaRjgITlP4XuZCpTAOEfeveU71/+gdD+l7i8BmWWtJz/52ZYK07h1Z6XAF
+xRV6/8sCneap/BMpF8QierG+OdHBUQ==
+=3fHh
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-omid-1.0.2RC0/phoenix-omid-1.0.2-src.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-omid-1.0.2RC0/phoenix-omid-1.0.2-src.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-omid-1.0.2RC0/phoenix-omid-1.0.2-src.tar.gz.sha512 Tue Nov 17 14:14:08 2020
@@ -0,0 +1,4 @@
+phoenix-omid-1.0.2-src.tar.gz: C7F98E98 7EC8B6D7 2B6613DF 5E2D8201 832B1A8E
+                               7F8C005B E15FFCCD B391DE4F F5D83805 D3BF8286
+                               2537A302 49B76CDC C68E5FD2 616249FE 364F32E4
+                               4573213C