This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to tag 1.1.3RC1 in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git
commit eb686f11f67e21d1a76361003c14135d97367691 Author: Istvan Toth <[email protected]> AuthorDate: Tue Mar 25 14:58:42 2025 +0000 Preparing phoenix-omid release 1.1.3RC1; tagging and updates to CHANGES.md and RELEASENOTES.md --- CHANGES.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++ RELEASENOTES.md | 21 ++++++++++++++++++++ benchmarks/pom.xml | 2 +- codahale-metrics/pom.xml | 2 +- commit-table/pom.xml | 2 +- common/pom.xml | 2 +- examples/pom.xml | 2 +- hbase-client/pom.xml | 2 +- hbase-commit-table/pom.xml | 2 +- hbase-common/pom.xml | 2 +- hbase-coprocessor/pom.xml | 2 +- hbase-tools/pom.xml | 2 +- metrics/pom.xml | 2 +- pom.xml | 2 +- statemachine/pom.xml | 2 +- timestamp-storage/pom.xml | 2 +- transaction-client/pom.xml | 2 +- tso-server/pom.xml | 2 +- 18 files changed, 86 insertions(+), 16 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0fc9ce52..8dc86c48 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,55 @@ --> # OMID Changelog +## Release 1.1.3 - Unreleased (as of 2025-03-25) + + + +### IMPROVEMENTS: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [OMID-305](https://issues.apache.org/jira/browse/OMID-305) | Support TLS 1.3 | Major | . | +| [OMID-259](https://issues.apache.org/jira/browse/OMID-259) | Update commons-pool2 to 2.12.1 | Major | . | +| [OMID-260](https://issues.apache.org/jira/browse/OMID-260) | Align mockito version with Hadoop and HBase | Major | . | +| [OMID-283](https://issues.apache.org/jira/browse/OMID-283) | Support for build on mac M1 | Major | . | +| [OMID-290](https://issues.apache.org/jira/browse/OMID-290) | fix CVE-2024-29025 in netty package | Major | . | +| [OMID-263](https://issues.apache.org/jira/browse/OMID-263) | Remove usage of TrustedPrefixesTagInspector as this will be dropped in Snakeyaml 2.2 | Major | . | +| [OMID-262](https://issues.apache.org/jira/browse/OMID-262) | Move from commons-configuration:commons-configuration to org.apache.commons:commons-configuration2 | Major | . | + + +### BUG FIXES: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [OMID-308](https://issues.apache.org/jira/browse/OMID-308) | Fix release maven profile | Blocker | . | +| [OMID-307](https://issues.apache.org/jira/browse/OMID-307) | Set javadoc source version to 1.8 | Blocker | . | +| [OMID-302](https://issues.apache.org/jira/browse/OMID-302) | Use Netty BOM | Major | . | +| [OMID-303](https://issues.apache.org/jira/browse/OMID-303) | Update OWASP plugin to 12.1.0 | Major | . | +| [OMID-300](https://issues.apache.org/jira/browse/OMID-300) | Update HBase to 2.5.11-hadoop3 | Major | . | +| [OMID-299](https://issues.apache.org/jira/browse/OMID-299) | Update commons-io to 2.18.0 | Major | . | +| [OMID-301](https://issues.apache.org/jira/browse/OMID-301) | Update Netty to 4.1.119 | Major | . | +| [OMID-298](https://issues.apache.org/jira/browse/OMID-298) | Remove Travis config from repo | Trivial | . | +| [OMID-294](https://issues.apache.org/jira/browse/OMID-294) | Bump BouncyCastle version to 1.78 | Major | . | + + +### TESTS: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [OMID-289](https://issues.apache.org/jira/browse/OMID-289) | Add additional asserts in TestOmidClientConfiguration.java | Minor | . | + + +### OTHER: + +| JIRA | Summary | Priority | Component | +|:---- |:---- | :--- |:---- | +| [OMID-297](https://issues.apache.org/jira/browse/OMID-297) | Bump TestNG version to 7.5.1 | Major | . | +| [OMID-296](https://issues.apache.org/jira/browse/OMID-296) | Set up a Github actions CI pipeline for omid | Major | . | +| [OMID-293](https://issues.apache.org/jira/browse/OMID-293) | Update owasp plugin to 10.0.2 | Major | . | + + + ## Release 1.1.2 - Unreleased (as of 2024-03-13) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index dcab85cb..20064b7c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -16,6 +16,27 @@ # See the License for the specific language governing permissions and # limitations under the License. --> +# OMID 1.1.3 Release Notes + +These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. + + +--- + +* [OMID-305](https://issues.apache.org/jira/browse/OMID-305) | *Major* | **Support TLS 1.3** + +Previously Omid hardcoded the list of SSL ciphers. +This has been removed, and Phoenix defaults to the JVM default ciphers. + + +--- + +* [OMID-300](https://issues.apache.org/jira/browse/OMID-300) | *Major* | **Update HBase to 2.5.11-hadoop3** + +Omid is not built with HBase 2.5.11. + + + # OMID 1.1.2 Release Notes These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 8a7b29a0..cfac8da1 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-benchmarks</artifactId> diff --git a/codahale-metrics/pom.xml b/codahale-metrics/pom.xml index 7b9ea08e..c347e80b 100644 --- a/codahale-metrics/pom.xml +++ b/codahale-metrics/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/commit-table/pom.xml b/commit-table/pom.xml index f8b38b81..e5d59e7a 100644 --- a/commit-table/pom.xml +++ b/commit-table/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-commit-table</artifactId> diff --git a/common/pom.xml b/common/pom.xml index 28c6c53a..172527d9 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-common</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index 11098c54..a0da37e0 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-examples</artifactId> diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 7b6b37f7..6da629c4 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-hbase-client</artifactId> diff --git a/hbase-commit-table/pom.xml b/hbase-commit-table/pom.xml index cbbda178..35a95a76 100644 --- a/hbase-commit-table/pom.xml +++ b/hbase-commit-table/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-hbase-commit-table</artifactId> diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 9f319ba8..d69942e5 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-hbase-common</artifactId> diff --git a/hbase-coprocessor/pom.xml b/hbase-coprocessor/pom.xml index 9f6285a2..3e48034c 100644 --- a/hbase-coprocessor/pom.xml +++ b/hbase-coprocessor/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-hbase-coprocessor</artifactId> diff --git a/hbase-tools/pom.xml b/hbase-tools/pom.xml index 8f9d97e7..04ac023f 100644 --- a/hbase-tools/pom.xml +++ b/hbase-tools/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-hbase-tools</artifactId> diff --git a/metrics/pom.xml b/metrics/pom.xml index 46cdff7d..f77a6e9b 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-metrics</artifactId> diff --git a/pom.xml b/pom.xml index 28c8b04b..a63c2505 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <artifactId>omid</artifactId> <packaging>pom</packaging> <!-- WARNING: do not update version manually, use mvn versions:set --> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <organization> <name>Apache Software Foundation</name> diff --git a/statemachine/pom.xml b/statemachine/pom.xml index 2857203e..fe9f62fa 100644 --- a/statemachine/pom.xml +++ b/statemachine/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <name>State Machine</name> diff --git a/timestamp-storage/pom.xml b/timestamp-storage/pom.xml index 76c1849e..14c7f92b 100644 --- a/timestamp-storage/pom.xml +++ b/timestamp-storage/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-timestamp-storage</artifactId> diff --git a/transaction-client/pom.xml b/transaction-client/pom.xml index f755b247..73cfd4f1 100644 --- a/transaction-client/pom.xml +++ b/transaction-client/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-transaction-client</artifactId> diff --git a/tso-server/pom.xml b/tso-server/pom.xml index 45b9eed9..f0d39846 100644 --- a/tso-server/pom.xml +++ b/tso-server/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>omid-tso-server</artifactId>
