You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/02/03 02:24:30 UTC

[cxf] branch 3.4.x-fixes updated (4ee6706 -> 0ad84b5)

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

reta pushed a change to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 4ee6706  Adding guard for array in Base64Utility
     new fbf38c3  Update Hibernate to 5.6.5.Final and Hibernate Validator to 6.2.1.Final
     new 0ad84b5  Recording .gitmergeinfo Changes

The 2 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.


Summary of changes:
 .gitmergeinfo  | 1 +
 parent/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

[cxf] 02/02: Recording .gitmergeinfo Changes

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 0ad84b5283109eaa4999970b15baa891bfef8695
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Feb 2 21:24:17 2022 -0500

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 2573214..578f639 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -187,6 +187,7 @@ M 5cdd7e21e3f0cb31d6ff89380af3cd6330d0ea9d
 M 5df02724d93f6a65ee790136e9c50be350748c26
 M 601939d43496c5a1da0e6ff14434f5a50bb3f6a9
 M 606f948737eeff635da799ba02228c5e8debf492
+M 60bea92f15e8286b1fa5b7d5abe174ebc57f7645
 M 6295ba0a616f708a60b1d69ad5c3910ec1513786
 M 62dee0b664bc1d0c1dfd1617895c731d7d079bb5
 M 62fdb71b6114ac1c9de5625c54f76673e43ea64e

[cxf] 01/02: Update Hibernate to 5.6.5.Final and Hibernate Validator to 6.2.1.Final

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit fbf38c365d9482f3be48effb73074e6f53493e46
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Feb 2 17:40:13 2022 -0500

    Update Hibernate to 5.6.5.Final and Hibernate Validator to 6.2.1.Final
    
    (cherry picked from commit 02c91b305f92a674bf4adafb5df094f5328e53df)
    (cherry picked from commit 60bea92f15e8286b1fa5b7d5abe174ebc57f7645)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 68720bc..7744158 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -122,8 +122,8 @@
         <cxf.guava.version>30.1-jre</cxf.guava.version>
         <cxf.hamcrest.version>2.2</cxf.hamcrest.version>
         <cxf.hazelcast.version>3.12.9</cxf.hazelcast.version>
-        <cxf.hibernate.em.version>5.6.4.Final</cxf.hibernate.em.version>
-        <cxf.hibernate.validator.version>6.2.0.Final</cxf.hibernate.validator.version>
+        <cxf.hibernate.em.version>5.6.5.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.validator.version>6.2.1.Final</cxf.hibernate.validator.version>
         <cxf.hsqldb.version>2.5.0</cxf.hsqldb.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>
         <cxf.httpcomponents.asyncclient.version>4.1.4</cxf.httpcomponents.asyncclient.version>