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/08/31 11:48:21 UTC

[cxf] branch 3.4.x-fixes updated (f2cc3790fe -> 242894c2df)

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 f2cc3790fe feat(CXF-8752): list of redirectable verbs configurable. (#987)
     new 266fcbacb1 Update Hibernate to 5.6.11.Final
     new 242894c2df 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 242894c2df678ca241d8f86ee043b01b1bc36f45
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Aug 31 07:47:57 2022 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index ea06d72a81..7139a94a74 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -222,6 +222,7 @@ M 29e9ae1bd69a373e7a33d84405510a5e825a6508
 M 2a1614e5be080b6749fc72d1be2c253215c1bae7
 M 2b112dd1e05bd43ed25c7d77f1bc437fc976bd5a
 M 2bc6347335a4dff32b7ac11149c983d57996e123
+M 2c323a1915f5b192678062c7d25fbbd7de5afa4e
 M 2c7b64383d81db5e7bd14abc90fbbbf0597044af
 M 2c9b67fd1777c6a3bdf965eda75c4b7359d544a1
 M 2cd495719e7532657f7e8cad5b5347cedccd2de8


[cxf] 01/02: Update Hibernate to 5.6.11.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 266fcbacb18734e46242f994b0ab7ce66757fbf0
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Aug 30 21:03:29 2022 -0400

    Update Hibernate to 5.6.11.Final
    
    (cherry picked from commit 5f6dbbc1352670c1fdce1e30dccce70ac0703871)
    (cherry picked from commit 2c323a1915f5b192678062c7d25fbbd7de5afa4e)
    
    # 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 3f72553f1c..5fb896069b 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.10.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.em.version>5.6.11.Final</cxf.hibernate.em.version>
         <cxf.hibernate.validator.version>6.2.4.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>