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 2023/02/14 02:01:36 UTC

[cxf] branch 3.4.x-fixes updated (43d325d1fb -> 5f7684f10a)

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 43d325d1fb CXF-8393: Umbrella issue to address fixing flaky tests (#1084)
     new 739179b2eb Bump actions/cache from 3.2.4 to 3.2.5 (#1132)
     new 97892b0239 Bump github/codeql-action from 2.2.3 to 2.2.4 (#1131)
     new 9cf7f1838c Bump stax-utils from 20060502 to 20070216 (#1135)
     new 014085ac23 Update Netty to 4.1.89.Final
     new 5f7684f10a Recording .gitmergeinfo Changes

The 5 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:
 .github/workflows/codeql-analysis.yml                          | 6 +++---
 .gitmergeinfo                                                  | 2 ++
 distribution/src/main/release/samples/aegis_standalone/pom.xml | 2 +-
 distribution/src/main/release/samples/pom.xml                  | 2 +-
 parent/pom.xml                                                 | 2 +-
 5 files changed, 8 insertions(+), 6 deletions(-)


[cxf] 03/05: Bump stax-utils from 20060502 to 20070216 (#1135)

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 9cf7f1838c41f391ca7b66dfd57cc73b3a02c237
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 13 07:39:38 2023 -0500

    Bump stax-utils from 20060502 to 20070216 (#1135)
    
    Bumps stax-utils from 20060502 to 20070216.
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.stax-utils:stax-utils
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 distribution/src/main/release/samples/aegis_standalone/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/aegis_standalone/pom.xml b/distribution/src/main/release/samples/aegis_standalone/pom.xml
index 4ef42139ce..65733fb2d3 100644
--- a/distribution/src/main/release/samples/aegis_standalone/pom.xml
+++ b/distribution/src/main/release/samples/aegis_standalone/pom.xml
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>net.java.dev.stax-utils</groupId>
             <artifactId>stax-utils</artifactId>
-            <version>20060502</version>
+            <version>20070216</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.bea.xml</groupId>


[cxf] 04/05: Update Netty to 4.1.89.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 014085ac232b3a773e958680f32a6989155ca752
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Feb 13 18:24:55 2023 -0500

    Update Netty to 4.1.89.Final
    
    (cherry picked from commit f66d6216e6c62423f61351ba2dc65a0e5aabfb6b)
    
    # Conflicts:
    #       distribution/src/main/release/samples/pom.xml
    (cherry picked from commit f9e41c9a78d69d06e6552ab3df48e93250088709)
    
    # Conflicts:
    #       distribution/src/main/release/samples/pom.xml
    #       parent/pom.xml
    (cherry picked from commit e3af98ba5d3b7f066d3a2d745237f7a84a469cdb)
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 7c582d1253..ade64c4e6c 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -33,7 +33,7 @@
         <spring.boot.version>2.3.12.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.2.10.RELEASE</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.50.v20221201</cxf.jetty9.version>
-        <cxf.netty.version>4.1.87.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.89.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>4.15.5</cxf.swagger.ui.version>
         <cxf.tika.version>1.28.5</cxf.tika.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index ddc3a4d6e6..bd458cd8c6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -180,7 +180,7 @@
         <cxf.msv.version>2022.7</cxf.msv.version>
         <cxf.neethi.version>3.1.1</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
-        <cxf.netty.version>4.1.87.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.89.Final</cxf.netty.version>
         <cxf.netty.tcnative.version>2.0.46.Final</cxf.netty.tcnative.version>
         <cxf.oauth.version>20100527</cxf.oauth.version>
         <cxf.olingo.version>2.0.12</cxf.olingo.version>


[cxf] 01/05: Bump actions/cache from 3.2.4 to 3.2.5 (#1132)

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 739179b2eb583d022c87bb9fcee58d9c4e4f8996
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 13 07:59:12 2023 +0000

    Bump actions/cache from 3.2.4 to 3.2.5 (#1132)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](https://github.com/actions/cache/compare/627f0f41f6904a5b1efbaed9f96d9eb58e92e920...6998d139ddd3e68c71e9e398d8e40b71a2f39812)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 0570bc11d8..29dd6dc88d 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -36,7 +36,7 @@ jobs:
         # a pull request then we can checkout the head.
         fetch-depth: 2
     - name: Cache local Maven repository
-      uses: actions/cache@v2
+      uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}


[cxf] 02/05: Bump github/codeql-action from 2.2.3 to 2.2.4 (#1131)

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 97892b02399d842c82da6e3de7a035443f7520ee
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 13 07:59:26 2023 +0000

    Bump github/codeql-action from 2.2.3 to 2.2.4 (#1131)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.3 to 2.2.4.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/8775e868027fa230df8586bdf502bbd9b618a477...17573ee1cc1b9d061760f3a006fc4aac4f944fd5)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 29dd6dc88d..861704e1ab 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -49,7 +49,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@8775e868027fa230df8586bdf502bbd9b618a477 # v2.2.3
+      uses: github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
       with:
         languages: ${{ matrix.language }}
         #config-file: ./.github/codeql/codeql-cxf-config.yml
@@ -77,4 +77,4 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@8775e868027fa230df8586bdf502bbd9b618a477 # v2.2.3
+      uses: github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4


[cxf] 05/05: 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 5f7684f10a3e2684f50b53f6f64ba0d91065505c
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Feb 13 20:26:14 2023 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 91b0e275b0..f8ca919173 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -195,6 +195,7 @@ B b913b8d366af27a07d5c9cb80f10bf7fbf0ee5f2
 B bad8f7cfb19b041e71875e45408902f616e691b2
 B bbfd114ccc7bdbe9c09f1048a8fac13ece19d61e
 B bcde2712f577c400c03d6acf8c33877510505e0e
+B beebba09bcd47f8905edb34d3170dc92cfa4db67
 B bfd64d8112f211ed3c2409d8b1b04355ce75c8bc
 B c035185add363a99fbacbeb8970dab1a7833c054
 B c06c1318de60f6e634b8a6f772fcde7ee88dea52
@@ -626,6 +627,7 @@ M e31815b50c433a91bac93871bec801c34df2ff57
 M e32cfd0329f1e0405f8b46395dbeac5c1c70dd6d
 M e38cf3c060d03d63f06be2d50ec44f06d42d878e
 M e3adb0173649a301771aaf115ea2a8b02d27dfc1
+M e3af98ba5d3b7f066d3a2d745237f7a84a469cdb
 M e3bac521f80ebca0fa734d44e49310b1d1d7315f
 M e474ee7d98eb782d1729c1e363ec91706c346069
 M e47b201c3032f64082e9173c0f02d54698388c06