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/01/22 20:00:35 UTC

[cxf] branch 3.4.x-fixes updated (93f9471 -> a5747fd)

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 93f9471  Recording .gitmergeinfo Changes
     new e18bf64  Update Hibernate to 5.6.4.Final
     new a5747fd  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 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

[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 a5747fd66a73e14ec35eb73588da523189a005dc
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 22 15:00:11 2022 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 01baf04..5e21fb8 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -176,6 +176,7 @@ M 59f2f96920558470d08483e924a9b088a85beaad
 M 5b850b3fa3760c9863ecd49855efeb0612003138
 M 5c9421e147f5f5b83559779b94cda7673c01c397
 M 5cbed0aaa0160a8588cca6d8a2290a61bba2cdbf
+M 5cdd7e21e3f0cb31d6ff89380af3cd6330d0ea9d
 M 5df02724d93f6a65ee790136e9c50be350748c26
 M 601939d43496c5a1da0e6ff14434f5a50bb3f6a9
 M 606f948737eeff635da799ba02228c5e8debf492

[cxf] 01/02: Update Hibernate to 5.6.4.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 e18bf640f39e81b083af946652db9eabb5352c7e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 22 11:56:44 2022 -0500

    Update Hibernate to 5.6.4.Final
    
    (cherry picked from commit e2715ce04e357b3971e7b7f253159da9ec854f23)
    (cherry picked from commit 5cdd7e21e3f0cb31d6ff89380af3cd6330d0ea9d)
    
    # Conflicts:
    #	distribution/src/main/release/samples/pom.xml
    #	parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bd0c37d..a5ec528 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -122,7 +122,7 @@
         <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.1.Final</cxf.hibernate.em.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.hsqldb.version>2.5.0</cxf.hsqldb.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>