[cxf] branch dependabot/maven/org.jboss.logging-jboss-logging-3.5.1.Final created (now 57d19b26d1)

2023-06-06 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.jboss.logging-jboss-logging-3.5.1.Final
in repository https://gitbox.apache.org/repos/asf/cxf.git


  at 57d19b26d1 Bump jboss-logging from 3.5.0.Final to 3.5.1.Final

No new revisions were added by this update.



[cxf] annotated tag cxf-4.0.2 created (now 17b0fb2fc1)

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

dkulp pushed a change to annotated tag cxf-4.0.2
in repository https://gitbox.apache.org/repos/asf/cxf.git


  at 17b0fb2fc1 (tag)
 tagging ea8b32093020842261e395ebaa7cb458faa7bd07 (commit)
 replaces cxf-4.0.1
  by Daniel Kulp
  on Tue Jun 6 12:42:02 2023 -0400

- Log -
[maven-release-plugin] copy for tag cxf-4.0.2
---

No new revisions were added by this update.



[cxf] branch main updated (3bb3b0dbe5 -> ec1ffc66d1)

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

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


from 3bb3b0dbe5 Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0 (#1293)
 add e9d8422af7 Fix checkstyle
 add ec1ffc66d1 Update release notes

No new revisions were added by this update.

Summary of changes:
 BUILDING.txt   |  5 +--
 SECURITY.md|  5 +--
 distribution/src/main/release/release_notes.txt| 40 ++
 pom.xml|  2 +-
 .../org/apache/cxf/jaxrs/impl/ResponseImpl.java|  8 ++---
 .../org/apache/cxf/jaxrs/model/ProviderInfo.java   | 12 +++
 6 files changed, 27 insertions(+), 45 deletions(-)



[cxf] annotated tag cxf-3.6.1 created (now 5850306690)

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

dkulp pushed a change to annotated tag cxf-3.6.1
in repository https://gitbox.apache.org/repos/asf/cxf.git


  at 5850306690 (tag)
 tagging cec58e80d94e1e40d6f0948a8cdb8b9eadb6268d (commit)
 replaces cxf-3.6.0
  by Daniel Kulp
  on Tue Jun 6 11:25:34 2023 -0400

- Log -
[maven-release-plugin] copy for tag cxf-3.6.1
---

No new revisions were added by this update.



[cxf] branch 3.6.x-fixes updated: Update release notes

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

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


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
 new f466c1d881 Update release notes
f466c1d881 is described below

commit f466c1d881a996e45267f3b2e3210f0ebccdfdd4
Author: Daniel Kulp 
AuthorDate: Tue Jun 6 11:14:17 2023 -0400

Update release notes
---
 BUILDING.txt|  2 +-
 SECURITY.md |  6 +++---
 distribution/src/main/release/release_notes.txt | 20 +++-
 pom.xml |  2 +-
 4 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index a7fccabf6b..4d9bc0ea82 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -12,7 +12,7 @@ Initial Setup
JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or 
$JAVA_HOME$/bin (unix).
 
-3) Install Maven 3.1 or newer, which can be downloaded from 
+3) Install Maven 3.8 or newer, which can be downloaded from 
http://maven.apache.org/download.html. Make sure that your PATH includes 
the MVN_HOME/bin directory. 
 
diff --git a/SECURITY.md b/SECURITY.md
index 04702d233d..9d234fab3f 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -4,10 +4,10 @@
 
 | Version | Supported  |
 | --- | -- |
+| 4.0.x   | :white_check_mark: |
+| 3.6.x   | :white_check_mark: |
 | 3.5.x   | :white_check_mark: |
-| 3.4.x   | :white_check_mark: |
-| 3.3.x   | :white_check_mark: |
-| < 3.3.x | :x:|
+| <= 3.4.x | :x:|
 
 ## Reporting a Vulnerability
 
diff --git a/distribution/src/main/release/release_notes.txt 
b/distribution/src/main/release/release_notes.txt
index 4ac57b6bf5..4bfe6796d5 100644
--- a/distribution/src/main/release/release_notes.txt
+++ b/distribution/src/main/release/release_notes.txt
@@ -1,4 +1,4 @@
-Apache CXF 3.6.0 Release Notes
+Apache CXF 3.6.1 Release Notes
 
 1. Overview
 
@@ -24,6 +24,8 @@ http://cxf.apache.org/docs/36-migration-guide.html
 for further information and requirements for upgrading from earlier
 versions of CXF.
 
+3.6.1 fixes over 5 issues reported by users.
+
 
 2. Installation Prerequisites 
 
@@ -61,3 +63,19 @@ http://issues.apache.org/jira/browse/CXF
 See the migration guide at:
 http://cxf.apache.org/docs/36-migration-guide.html
 for caveats when upgrading.
+
+7. Release Notes
+
+** Sub-task
+* [CXF-8606] - Introduce HTTP/2 Transport: client-side support (Netty & 
HttpClient 5)
+
+** Bug
+* [CXF-8881] - WSDLValidator link doesn't work
+* [CXF-8882] - Apache HttpClient 5 async conduit does not handle 
authentication
+* [CXF-8884] - Update commons-jexl3 to 3.3
+
+** Improvement
+* [CXF-8802] - Update to Maven Remote Resources Plugin 3.1.0
+
+
+
diff --git a/pom.xml b/pom.xml
index e796e85fb6..1b732780c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
 
 
 false
-4.0.2-SNAPSHOT
+4.0.1
 3.3.2
 11
 UTF-8



[cxf] branch 3.5.x-fixes updated: Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0 (#1293)

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

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


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
 new b57e587812 Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0 (#1293)
b57e587812 is described below

commit b57e58781242d0ff64de8aef332393dea0cc0b94
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 6 08:46:41 2023 -0400

Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0 (#1293)

Bumps 
[buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin)
 from 3.1.0 to 3.2.0.
- [Release 
notes](https://github.com/mojohaus/buildnumber-maven-plugin/releases)
- 
[Commits](https://github.com/mojohaus/buildnumber-maven-plugin/compare/3.1.0...3.2.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:buildnumber-maven-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>
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 7fc6788ac6..67f035184d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -221,7 +221,7 @@
 
 org.codehaus.mojo
 buildnumber-maven-plugin
-3.1.0
+3.2.0
 
 
 create-noncanonicalrev



[cxf] 03/03: Fix checkstyle

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

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

commit 91c97378d9a64166b3099cad6a9f842d18c5bcad
Author: Daniel Kulp 
AuthorDate: Tue Jun 6 10:58:15 2023 -0400

Fix checkstyle
---
 .../main/java/org/apache/cxf/jaxrs/impl/ResponseImpl.java|  8 
 .../main/java/org/apache/cxf/jaxrs/model/ProviderInfo.java   | 12 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/ResponseImpl.java 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/ResponseImpl.java
index 7404c96a9e..a757ad4e32 100644
--- 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/ResponseImpl.java
+++ 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/ResponseImpl.java
@@ -635,8 +635,8 @@ public final class ResponseImpl extends Response {
 
 @Override
 public String toString() {
-return "ResponseImpl{" +
-"status=" + (status == null ? "null" : status.getStatusCode()) 
+
-'}';
+return "ResponseImpl{"
++ "status=" + (status == null ? "null" : 
status.getStatusCode())
++ "}";
 }
-}
\ No newline at end of file
+}
diff --git 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/ProviderInfo.java 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/ProviderInfo.java
index e0fc2c074b..acb7120976 100644
--- 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/ProviderInfo.java
+++ 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/ProviderInfo.java
@@ -108,11 +108,11 @@ public class ProviderInfo extends AbstractResourceInfo 
{
 
 @Override
 public String toString() {
-return "ProviderInfo{" +
-"provider=" + provider.getClass().getName() +
-", custom=" + custom +
-", busGlobal=" + busGlobal +
-", root=" + root +
-'}';
+return "ProviderInfo{"
++ "provider=" + provider.getClass().getName()
++ ", custom=" + custom
++ ", busGlobal=" + busGlobal
++ ", root=" + root
++ "}";
 }
 }



[cxf] 01/03: Some toString methods to help with debugging

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

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

commit 5f01178a1fa46f35c7b75076742cbcef2e615152
Author: David Blevins 
AuthorDate: Fri Dec 16 12:30:42 2022 -0800

Some toString methods to help with debugging

(cherry picked from commit d0d9d77a17883e863571c87626e46ae86958209e)
---
 .../src/main/java/org/apache/cxf/jaxrs/impl/ResponseImpl.java | 11 +--
 .../main/java/org/apache/cxf/jaxrs/model/ProviderInfo.java|  9 +
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/ResponseImpl.java 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/ResponseImpl.java
index f18e211983..7404c96a9e 100644
--- 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/ResponseImpl.java
+++ 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/ResponseImpl.java
@@ -556,10 +556,10 @@ public final class ResponseImpl extends Response {
 protected void autoClose(Class cls, boolean exception) {
 autoCloseWithHint(cls, false, exception);
 }
-
+
 protected void autoCloseWithHint(Class cls, boolean autoCloseHint, 
boolean exception) {
 if (!entityBufferred && !JAXRSUtils.isStreamingOutType(cls)
-&& (exception || MessageUtils.getContextualBoolean(outMessage, 
+&& (exception || MessageUtils.getContextualBoolean(outMessage,
 RESPONSE_STREAM_AUTO_CLOSE, autoCloseHint))) {
 close();
 }
@@ -632,4 +632,11 @@ public final class ResponseImpl extends Response {
 return type.isPrimitive() || Number.class.isAssignableFrom(type) || 
Boolean.class.isAssignableFrom(type)
 || Character.class.isAssignableFrom(type);
 }
+
+@Override
+public String toString() {
+return "ResponseImpl{" +
+"status=" + (status == null ? "null" : status.getStatusCode()) 
+
+'}';
+}
 }
\ No newline at end of file
diff --git 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/ProviderInfo.java 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/ProviderInfo.java
index c1e3923998..e0fc2c074b 100644
--- 
a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/ProviderInfo.java
+++ 
b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/ProviderInfo.java
@@ -106,4 +106,13 @@ public class ProviderInfo extends AbstractResourceInfo {
 this.busGlobal = busGlobal;
 }
 
+@Override
+public String toString() {
+return "ProviderInfo{" +
+"provider=" + provider.getClass().getName() +
+", custom=" + custom +
+", busGlobal=" + busGlobal +
+", root=" + root +
+'}';
+}
 }



[cxf] 02/03: Recording .gitmergeinfo Changes

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

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

commit 44b60ff6a49811ebfe2cd94b6aff64e785bd3767
Author: Daniel Kulp 
AuthorDate: Tue Jun 6 10:04:11 2023 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 377c5e2793..b37f5af84e 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -13,6 +13,7 @@ B 0ecf85b387b5def229a997c60416f37cd987e8f3
 B 0edc6a8f2e4051e24ccc65ee30dd05fe7f3b05c9
 B 0f2a3fdf5ac92e4789f8099b75fe2fc841fdb048
 B 0f2f9d35779a8e3387bb76d8d3b1ecd688a0c1da
+B 0f43bd534763f9ebe6ac8c2a0746bd257f5edc30
 B 145b3a3fd6b598693a155ba329c720265e72b08f
 B 14b45d215535f4c69261dc8cdc5342b93c3c1235
 B 194f6aa32321826865293527d0511a965a83fd54
@@ -37,9 +38,11 @@ B 3983c304fcec6b40d60f3c804dd6537cf3b4d2c1
 B 3a25cab6172083d26f2cc5f29a134c11214d5131
 B 3a9583d5edf20a16dd2fa739a9fb8fbce8168a23
 B 3b700961ead8a1c23ef945275bfe4defe22ea81d
+B 3bb3b0dbe55e2d29b489ea983f6f15fd140bd010
 B 3d5564dbff38b782837e291871cd210351acbfc2
 B 419e1849157cfe0146227dfc3e8da7c693c71045
 B 43e1aa22d5498bc0a324fc57292e241c42e7ea0c
+B 448ce7865eae2f20208e238af2ad1e795d359ed7
 B 48a2c301cdb8cc4ffce0480e670b694cca3e6249
 B 49cf9ffa8aac88631b4ad16187812e3700069cd9
 B 4a71fea3e7a826f8022bf59b113b1a27649f370e
@@ -59,6 +62,7 @@ B 58ae0ed63c9361ad5e9591c5cf8bf6f34d1649fd
 B 5e88225f5b45ca03416e616e77f602e62b25ace5
 B 60aa618e06d0bbaadd7bc65d3cd3503673e53a6b
 B 60f00a123ee85f6865e24ee35a91e4ec6eced62c
+B 6266242cb5e720efdd0add51842ea953376494f9
 B 634758b2e0352a489e39cb96c9b834369fcb444f
 B 647408469988d9e244086efc839b2f6ab5e42cd7
 B 64d861dd27daa09363144f5b6d0de367dd369ae1
@@ -171,6 +175,7 @@ M 07d4d658494ab19860932d6ec83059c7ab9443cb
 M 0800f5d26a5d8671db7ce9035c86bffbefb0cdfe
 M 08f9a8e455896e005c508ab376a55d8edc2cc168
 M 09211352a70bef5e309f9e93a9548eb9657e0673
+M 09322cd6b93f4b236f8ed030f65a232bebba9892
 M 0973afd32b7a5990481eef2324a35cea02a71024
 M 0a106ca8313663f324b57606a72ef6da76aa1ce0
 M 0bfc8552e73a54cf5fe52633be18e81edf1a375d
@@ -183,6 +188,7 @@ M 0f2a3fdf5ac92e4789f8099b75fe2fc841fdb048
 M 0f2f9d35779a8e3387bb76d8d3b1ecd688a0c1da
 M 0faa7345c7ac6386e464a60436e71c4c63abc9a1
 M 0fcbc5360a2a2ad6738874c46db48d63ff846a9a
+M 101a68321fde9a9595dc15c799259025e0386cf4
 M 1065c7070bb7d3ba5f1553956a308b316b2ea572
 M 106c310b39a5b611cd8b8c2de4b4070e1d52b498
 M 11502cd9e0f85ded3ae83b3df7226d2e107159ab
@@ -226,6 +232,7 @@ M 24151890ce517fcd8cfb5db08251e9088f4d7e85
 M 2419865a4d160ef5973d3fbb8adb3dd50472e6a3
 M 24b749e191c51a1a6e509dfaef482380d0859120
 M 253186a0d19c628e84e0558dd950a6d6b9e5be93
+M 2534e01ee84f47d5fd75af56c811b041d24b5234
 M 254586ce54966d15dffd9933f76c6d7581142c18
 M 27813a0523e1b4ab7cccd980ef63d7249627f4e8
 M 278431e8adc631b7089f979d455fc54a721c7ab0
@@ -258,6 +265,7 @@ M 34552752819b0bad272fcb67537c8df1b4c1ba3c
 M 3510be0065382444daf8eaf728fdf0240fd03a9b
 M 360f80381d8fc44045a5dcf8fa276f56709d383d
 M 365932977e4c97b34ca6de47425fd60054d91511
+M 37537290932d3d399819a223142ab190fbafd3f4
 M 383c9273a0b88931fef8117c6f0e481fa31734e4
 M 396c32848ff70a7cd77bfcd5ea80a4b4abe4c20c
 M 3983c304fcec6b40d60f3c804dd6537cf3b4d2c1
@@ -277,7 +285,9 @@ M 461c06ea6087e60f4b5aa6d8985fb1177c851c9c
 M 464dd9a4d5ed3631865cbb7574158234ba6fb9e9
 M 46ebe303e8efc5c2f31fa15619852b2abd080d5e
 M 46fff187395f52cf5be098b208f3b0a939b80bff
+M 470e03a82c05c5f353dde861c2b5442acad4f9ad
 M 474317828798de64b29483f212a43ec03ecf1d39
+M 48595425eb69a8db662233991a409fb4e2b38149
 M 48a2c301cdb8cc4ffce0480e670b694cca3e6249
 M 49b9b597344089ec143129b441eed62e959c81f8
 M 4b96bea6a3a2241ce891196fd6eacb34dce0e91d
@@ -330,6 +340,7 @@ M 66f581222723f7fb3aaf8b7c0f50a117db6b0ea6
 M 671cf75bcf3eb169eb98cbe398131ad9f9551529
 M 683e2b1bbd5f629d2d6d5726849f6f8d16298202
 M 688e0c16e8a760c839c52f01e210998c947c0037
+M 6b4d9482558bab1538aa375424a8b7a430e91395
 M 6bb1a69c531ec15a521bd736db6195e9506a4679
 M 6c56c4c41492b9e7660474867f7ff2d69ffb3727
 M 6cc5829898b4c2324732ac98a885ea9ea1a50662
@@ -359,6 +370,7 @@ M 8038d267a217c1d3f41d4e6655b7a60c4a4486bc
 M 804ce3a646dfd81e90b2cd78d9c6b7b21cae3b86
 M 80cf0d301fc3381b680538b0b4fae6c67efd4045
 M 81532faf1c2b8b08a09f90b1a658605f3158e5f9
+M 8196761b0336ab21d94d5601c4b296beaa460f6e
 M 8207f6bf9c0e4f1833ba20ba61adb6bff0921253
 M 8394701f3327adaac409d950a1756eca9fc7a0c8
 M 84e897dfbda3bff1d6be3c3b44ef36c039cb8c92
@@ -376,6 +388,7 @@ M 8d07a7698748190367bc81faa6b67396eae42b5b
 M 8dbb29c3ff09f320c90da5af1e74bb79e66b1328
 M 8e1c471c27dffdb10c262b7af7dd7991c5d3dc7c
 M 8e7283f3c9369991787f63f8601e23013afe63bb
+M 8ed5a0d4a801f63ce4673d0e3f6e3707c9916901
 M 8f4d3d46413666d07c903ef622fb617b1be1385f
 M 8f81fd87c458a87f9871231b5e8eef3c7d5840a1
 M 8ffec0eb10eab9894ea62152e1e6f3eb962beca9
@@ -415,6 +428,7 @@ M a54e2dbe6e4dc2d74472e2db523a5290378da325
 M a64ce3f9d03e18d2f26bdd0ca39d442591b14ff3
 M a744e7f595486ea34a0e0edc255d60a

[cxf] branch 3.6.x-fixes updated (d899b59bb9 -> 91c97378d9)

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

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


from d899b59bb9 Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0 (#1293)
 new 5f01178a1f Some toString methods to help with debugging
 new 44b60ff6a4 Recording .gitmergeinfo Changes
 new 91c97378d9 Fix checkstyle

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 | 19 +++
 .../java/org/apache/cxf/jaxrs/impl/ResponseImpl.java  | 13 ++---
 .../java/org/apache/cxf/jaxrs/model/ProviderInfo.java |  9 +
 3 files changed, 38 insertions(+), 3 deletions(-)



[cxf] branch 3.6.x-fixes updated: Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0 (#1293)

2023-06-06 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


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
 new d899b59bb9 Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0 (#1293)
d899b59bb9 is described below

commit d899b59bb90fbc57ba6256ad61841d869fb25bb8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 6 08:46:41 2023 -0400

Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0 (#1293)

Bumps 
[buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin)
 from 3.1.0 to 3.2.0.
- [Release 
notes](https://github.com/mojohaus/buildnumber-maven-plugin/releases)
- 
[Commits](https://github.com/mojohaus/buildnumber-maven-plugin/compare/3.1.0...3.2.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:buildnumber-maven-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>
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index e16c1ed6bb..16e5123331 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -236,7 +236,7 @@
 
 org.codehaus.mojo
 buildnumber-maven-plugin
-3.1.0
+3.2.0
 
 
 create-noncanonicalrev



[cxf] branch dependabot/maven/org.codehaus.mojo-buildnumber-maven-plugin-3.2.0 deleted (was 3ee1092970)

2023-06-06 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.codehaus.mojo-buildnumber-maven-plugin-3.2.0
in repository https://gitbox.apache.org/repos/asf/cxf.git


 was 3ee1092970 Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0

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 (49b9b59734 -> 3bb3b0dbe5)

2023-06-06 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 49b9b59734 Update Dropwizard Metrics to 4.2.19
 add 3bb3b0dbe5 Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0 (#1293)

No new revisions were added by this update.

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



[cxf] 03/03: Recording .gitmergeinfo Changes

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

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

commit 054fd3a05653f18380f438b8957c56e71102fb8f
Author: Andriy Redko 
AuthorDate: Tue Jun 6 08:42:14 2023 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 53ada695d1..f57d345f52 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -191,6 +191,7 @@ B b176e8e4a5a6bb6097c4e399ee0fa843f81e4b32
 B b2ec57436a90b0d094f9c8700340368d0a096c80
 B b30f428e74d86a182e8101b0de555cfa2f57d826
 B b3bad8f124bc8659dd4ba0286cd6752c4f928cb7
+B b64caf2d07203084161ba59f0eaa3d86fe19c81c
 B b740e0a7f606d9e5acb8c27dfb3a671708bb19db
 B b837cc4613590e6b2a3cec9a74b4b3c958359a78
 B b8fd0b15a8cb1ca1f1be2a200c0736c0eb1356ed
@@ -309,6 +310,7 @@ M 31e00d4ec03b22d358af62fe0cb2b8785c856400
 M 36453932d815079572cd5d9ff14eec328bf49786
 M 37e7e5cd36a0c70a49aac707dc47f75dc38695f6
 M 38a09d0b606f5dc0aa3a477791af76fd6f1c0cb6
+M 396f0406fd857ac0c947cf5f57d483e362380b79
 M 3b1c2cc3e8b139cb805f8073b2cf49fc1a6faca9
 M 3ba3ce8f7bd1a86d2063761bd7a8df323f98c448
 M 3c95abf3be5c52a4b800f8139f8633088f0c9be7



[cxf] branch 3.5.x-fixes updated (1493d70ae1 -> 054fd3a056)

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

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


from 1493d70ae1 Bump swagger-ui from 4.18.2 to 4.19.0 (#1291)
 new bf2c180944 Update maven-bundle-plugin to 5.1.9
 new 0922f715f9 Update Dropwizard Metrics to 4.2.19
 new 054fd3a056 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 +-
 pom.xml| 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)



[cxf] 02/03: Update Dropwizard Metrics to 4.2.19

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

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

commit 0922f715f9378a1c7b83f8a285816bbe4d3b0a82
Author: Andriy Redko 
AuthorDate: Mon Jun 5 18:58:14 2023 -0400

Update Dropwizard Metrics to 4.2.19

(cherry picked from commit 49b9b597344089ec143129b441eed62e959c81f8)
(cherry picked from commit 396f0406fd857ac0c947cf5f57d483e362380b79)

# 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 dedb124db0..fab451212a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -105,7 +105,7 @@
 10.14.2.0
 2.1.4
 3.2.6
-4.2.18
+4.2.19
 3.9.3
 3.0.3
 3.0.2



[cxf] 01/03: Update maven-bundle-plugin to 5.1.9

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

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

commit bf2c180944899e506b2a53e0faae38148dafc664
Author: Andriy Redko 
AuthorDate: Mon Jun 5 17:26:49 2023 -0400

Update maven-bundle-plugin to 5.1.9

(cherry picked from commit 88da12e0047d8c6481b0021be52525a549086625)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d352ec6ba..0f93519eb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,7 +432,7 @@
 
 org.apache.felix
 maven-bundle-plugin
-5.1.8
+5.1.9
 
 
 org.apache.maven.plugins