(cxf-xjc-utils) branch dependabot/maven/org.apache.maven.plugins-maven-surefire-report-plugin-3.2.2 deleted (was 6f2a441)

2023-12-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-surefire-report-plugin-3.2.2
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


 was 6f2a441  Bump org.apache.maven.plugins:maven-surefire-report-plugin

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(cxf-xjc-utils) branch main updated (a666413 -> de5e063)

2023-12-12 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


from a666413  Bump org.apache.maven.plugins:maven-plugin-plugin from 3.8.2 
to 3.10.2 (#95)
 add de5e063  Bump 
org.apache.maven.plugins:maven-project-info-reports-plugin (#97)

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(cxf-xjc-utils) branch main updated (de5e063 -> b1144dd)

2023-12-12 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


from de5e063  Bump 
org.apache.maven.plugins:maven-project-info-reports-plugin (#97)
 add b1144dd  Bump org.apache.maven.plugins:maven-surefire-report-plugin 
(#96)

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(cxf-xjc-utils) branch dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.5.0 deleted (was ff2e44d)

2023-12-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.5.0
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


 was ff2e44d  Bump 
org.apache.maven.plugins:maven-project-info-reports-plugin

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(cxf) branch dependabot/maven/cxf.spring.security.version-6.2.0 created (now 8905de6a0e)

2023-12-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/cxf.spring.security.version-6.2.0
in repository https://gitbox.apache.org/repos/asf/cxf.git


  at 8905de6a0e Bump cxf.spring.security.version from 6.0.8 to 6.2.0

No new revisions were added by this update.



(cxf-xjc-utils) branch dependabot/maven/org.apache.maven.plugins-maven-surefire-report-plugin-3.2.2 created (now 6f2a441)

2023-12-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-surefire-report-plugin-3.2.2
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


  at 6f2a441  Bump org.apache.maven.plugins:maven-surefire-report-plugin

No new revisions were added by this update.



(cxf-xjc-utils) branch dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.5.0 created (now ff2e44d)

2023-12-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.5.0
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


  at ff2e44d  Bump 
org.apache.maven.plugins:maven-project-info-reports-plugin

No new revisions were added by this update.



(cxf) 01/03: fix flaky tests (#1542)

2023-12-12 Thread reta
This is an automated email from the ASF dual-hosted git repository.

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

commit f07421be1bfdb05ec541cd4e1e96b5de9caa0d7c
Author: prathyushreddylpr <112648268+prathyushreddy...@users.noreply.github.com>
AuthorDate: Sun Dec 10 21:34:38 2023 -0600

fix flaky tests (#1542)

Fix flaky JAXBUtilsTest  tests

-

Co-authored-by: Prathyush Reddy Lakkidi 

Co-authored-by: Prathyush Reddy Lakkidi 

(cherry picked from commit 1878f67fd6d9e8b07197f2b971838ceb17e22015)
---
 .../jaxrs/src/test/java/org/apache/cxf/jaxrs/utils/JAXBUtilsTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/rt/frontend/jaxrs/src/test/java/org/apache/cxf/jaxrs/utils/JAXBUtilsTest.java 
b/rt/frontend/jaxrs/src/test/java/org/apache/cxf/jaxrs/utils/JAXBUtilsTest.java
index 665aeb4dc1..7efcd6932c 100644
--- 
a/rt/frontend/jaxrs/src/test/java/org/apache/cxf/jaxrs/utils/JAXBUtilsTest.java
+++ 
b/rt/frontend/jaxrs/src/test/java/org/apache/cxf/jaxrs/utils/JAXBUtilsTest.java
@@ -53,7 +53,7 @@ public class JAXBUtilsTest {
 Assert.assertEquals(String.class, valueType);
 }
 
-public class CustomerDetailsWithExtendedAdapter {
+public static class CustomerDetailsWithExtendedAdapter {
 @NotNull
 @QueryParam("birthDate")
 @XmlJavaTypeAdapter(LocalDateXmlAdapter.class)
@@ -68,7 +68,7 @@ public class JAXBUtilsTest {
 }
 }
 
-public class CustomerDetailsWithSimpleAdapter {
+public static class CustomerDetailsWithSimpleAdapter {
 @NotNull
 @QueryParam("birthDate")
 @XmlJavaTypeAdapter(LocalDateAdapter.class)



(cxf) 03/03: Recording .gitmergeinfo Changes

2023-12-12 Thread reta
This is an automated email from the ASF dual-hosted git repository.

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

commit 5fea9eb68552aca554c506a55013b0ef6f19bb16
Author: Andriy Redko 
AuthorDate: Tue Dec 12 17:23:25 2023 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index a0cbc60f02..c560ee24a1 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -556,6 +556,7 @@ M 926d4b431b79dac14f2dd7bff2376eb8a95ddf41
 M 9393d08995bb79906e57b82f02bdcb94b9cf9cbc
 M 93b3b94c7420c37db48a6783f340103bfe4a680a
 M 93fa039dfbb8c5d71e29cc40933fb6ff4764f91c
+M 9567da72504bbd9d69254915ba54633fdde76a85
 M 95ce55cf1d7a405c209d3a858a82b4279f24bd91
 M 967ff56b0d1c4d0535b3bdbca357c03631b41288
 M 96a2e7f27fde6ebdffd511ce69120adfff7b9dcb
@@ -622,6 +623,7 @@ M ad8d6659fbc0f44fa635769d9da2dee2e5e2a016
 M adbdb96ffca1989f3127b82c18752671df0a5019
 M ae2fd1e8166595031df48d95f1160d49f3fd506e
 M af21744e02a97cc081f3392579238c10d18b7152
+M af898d2488816561f678b11b377e955dde0e10dd
 M afa9b3aea81c9dbfe27809ed4bd9bd405067
 M b065acb970fd12f4a338b37d1e513e0d37ede7ef
 M b12b9319e5b563814f20879f29e12fbe25a95258



(cxf) 02/03: Update Project Reactor to 3.5.13

2023-12-12 Thread reta
This is an automated email from the ASF dual-hosted git repository.

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

commit f387e39f3e72084845ff4df41e36d2bdf58accc1
Author: Andriy Redko 
AuthorDate: Tue Dec 12 13:13:01 2023 -0500

Update Project Reactor to 3.5.13

(cherry picked from commit 07aa56b1d543546ed7f935fd600bf1ebfb94efed)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2365117c57..700f81a867 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -190,7 +190,7 @@
 4.9.0
 3.5.1
 1.0.4
-3.5.12
+3.5.13
 1.7.14
 1.3.8
 2.2.21



(cxf) branch 3.6.x-fixes updated (6ec1c32313 -> 5fea9eb685)

2023-12-12 Thread reta
This is an automated email from the ASF dual-hosted git repository.

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


from 6ec1c32313 Recording .gitmergeinfo Changes
 new f07421be1b fix flaky tests (#1542)
 new f387e39f3e Update Project Reactor to 3.5.13
 new 5fea9eb685 Recording .gitmergeinfo Changes

The 3 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 | 2 ++
 parent/pom.xml| 2 +-
 .../jaxrs/src/test/java/org/apache/cxf/jaxrs/utils/JAXBUtilsTest.java | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)



(cxf) branch main updated (9567da7250 -> 07aa56b1d5)

2023-12-12 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


from 9567da7250 Bump org.glassfish:jakarta.el from 4.0.0 to 4.0.2 (#1562)
 add c91d62bfe9 Update Zipkin Reporter to 2.16.5
 add 07aa56b1d5 Update Project Reactor to 3.5.13

No new revisions were added by this update.

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



(cxf) branch dependabot/maven/org.glassfish-jakarta.el-4.0.2 deleted (was ccba3b06e6)

2023-12-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.glassfish-jakarta.el-4.0.2
in repository https://gitbox.apache.org/repos/asf/cxf.git


 was ccba3b06e6 Bump org.glassfish:jakarta.el from 4.0.0 to 4.0.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(cxf) branch main updated (af898d2488 -> 9567da7250)

2023-12-12 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


from af898d2488 Bump org.apache.maven.plugins:maven-enforcer-plugin from 
3.3.0 to 3.4.1 (#1561)
 add 9567da7250 Bump org.glassfish:jakarta.el from 4.0.0 to 4.0.2 (#1562)

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(cxf-xjc-utils) branch main updated: Bump org.apache.maven.plugins:maven-checkstyle-plugin (#94)

2023-12-12 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


The following commit(s) were added to refs/heads/main by this push:
 new 7cb9001  Bump org.apache.maven.plugins:maven-checkstyle-plugin (#94)
7cb9001 is described below

commit 7cb900142b5e205d2d3b6564c4bde1734e4bc066
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 12 09:14:06 2023 -0500

Bump org.apache.maven.plugins:maven-checkstyle-plugin (#94)

Bumps 
[org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin)
 from 3.2.2 to 3.3.1.
- 
[Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.2...maven-checkstyle-plugin-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3398249..57afdd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -352,7 +352,7 @@
 
 org.apache.maven.plugins
 maven-checkstyle-plugin
-3.2.2
+3.3.1
 
 
 org.apache.cxf.build-utils



(cxf-xjc-utils) branch dependabot/maven/org.apache.maven.plugins-maven-plugin-plugin-3.10.2 deleted (was 51ade2c)

2023-12-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-plugin-plugin-3.10.2
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


 was 51ade2c  Bump org.apache.maven.plugins:maven-plugin-plugin from 3.8.2 
to 3.10.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(cxf-xjc-utils) branch main updated (7cb9001 -> a666413)

2023-12-12 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


from 7cb9001  Bump org.apache.maven.plugins:maven-checkstyle-plugin (#94)
 add a666413  Bump org.apache.maven.plugins:maven-plugin-plugin from 3.8.2 
to 3.10.2 (#95)

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(cxf-xjc-utils) branch dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.3.1 deleted (was b05a726)

2023-12-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.3.1
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


 was b05a726  Bump org.apache.maven.plugins:maven-checkstyle-plugin

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.