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/05/17 00:37:29 UTC

[cxf] branch 3.4.x-fixes updated (a0d4c32a69 -> 427cdec14f)

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 a0d4c32a69 Upgrade tomitribe signing library (#951)
     new 4842a47bc7 Update Hibernate to 5.6.9.Final
     new 427cdec14f 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  | 3 +++
 parent/pom.xml | 2 +-
 2 files changed, 4 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 427cdec14f2c59b3a58fdd25ace580d714ba2105
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon May 16 20:37:12 2022 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index cb0d6bb663..6668de2bf8 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -184,6 +184,7 @@ M 2ffd54661533e8a0f0ca221d1a903a23d44133a9
 M 327e0d2a1605f05a25ac491e5d1775d00f018d22
 M 32d40493c0db97c4d207e99da5b8c491fc04eedd
 M 33ecef385c10f1a3351103a01b591bd1fafb46f6
+M 36d24f1fbbb896105f43121b841a702b8c058fa3
 M 370f0926a5c3b092f987438109ab39db9fcae0a8
 M 37ce0562e8b98bf8fce0c15834a45ff9b5eb58e6
 M 38d899f2891381d287b4782bd4211d6301f3b4c1
@@ -211,6 +212,7 @@ M 4c3c5196be3e9295c31b5bc592ebc8f911c93c6d
 M 4dc7c95796c89ec6d33d99b2df202cb71124a741
 M 4f78d536ca6e9f6e16466f554db5108e651b6b8f
 M 4fec10f6210a12963ea120e720406289ca0eb93b
+M 50210b5dd6014ce16a6704ce8bad9232e00d8aae
 M 504cb84e0bf6043d3b787def4070c0649dd51c32
 M 509db61fb9c8c5b36691d1293908f2f36aef3d30
 M 50bef0418d228a071a14ee117638d89827d58444
@@ -347,6 +349,7 @@ M c741a057830f5a661ad51869b11704253a272a89
 M c7786d4e78999cb08fd668b24a7fac480bf7b5e0
 M ca5d02bf9581a28971c8b8d021732972dce5377e
 M caccb85c0007c80a0f62041825dbdaf3976f83b1
+M cb001264bb062b3f7a0aca0370cc612062c2f21f
 M cb521517edfb65e4ff53a37c86a15c72b86c507d
 M cc07aa8a16ea65b446e1b1988135234e91ae49bd
 M cc4f758e89da58b2f47c95fb68df186e0533ca74


[cxf] 01/02: Update Hibernate to 5.6.9.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 4842a47bc7b26c68ae3d5bb88fc70a3232c75721
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon May 16 20:18:52 2022 -0400

    Update Hibernate to 5.6.9.Final
    
    (cherry picked from commit a6e362a5ea8d77b09470428c2a12d55e71a0c809)
    (cherry picked from commit 50210b5dd6014ce16a6704ce8bad9232e00d8aae)
    
    # Conflicts:
    #       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 e022f80b9f..c254aa1e98 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.8.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.em.version>5.6.9.Final</cxf.hibernate.em.version>
         <cxf.hibernate.validator.version>6.2.3.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>