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 c385234e9a Fix codeql-analysis Github workflow (post merge conflicts
resolution)
new 2a7435ec0d Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (#2213)
new b11f838e37 Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.11.1 to 3.11.2 (#2188)
new 0f6ab75812 Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#2216)
new ce698b08d6 CXF-9093: Client does not send entire payload (if size ~>
2500 bytes) when hc5, TLS1.3 are used (#2214)
new ba7a79a3b3 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:
.gitmergeinfo | 8 ++
maven-plugins/java2wadl-plugin/pom.xml | 20 +++++
.../src/it/java-generate-rx/pom.xml | 59 +++++++++++++
.../src/main/java/application/Test1.java | 24 ++++++
.../src/main/java/application/Test2.java | 18 ++++
.../src/it/settings.xml | 0
.../maven_plugin/javatowadl/ParseJavaDocMojo.java | 97 ++++++++++------------
parent/pom.xml | 4 +-
pom.xml | 2 +-
systests/transport-hc5/pom.xml | 10 +++
.../hc5/https/clientauth/ClientAuthTest.java | 71 ++++++++++++++++
.../hc5/https/clientauth/client-auth-server.xml | 25 +++++-
.../hc5/https/clientauth/client-auth-tls-1.3.xml} | 2 +-
13 files changed, 279 insertions(+), 61 deletions(-)
create mode 100644
maven-plugins/java2wadl-plugin/src/it/java-generate-rx/pom.xml
create mode 100644
maven-plugins/java2wadl-plugin/src/it/java-generate-rx/src/main/java/application/Test1.java
create mode 100644
maven-plugins/java2wadl-plugin/src/it/java-generate-rx/src/main/java/application/Test2.java
copy maven-plugins/{codegen-plugin => java2wadl-plugin}/src/it/settings.xml
(100%)
copy
systests/{transports/src/test/resources/org/apache/cxf/systest/https/clientauth/client-auth.xml
=>
transport-hc5/src/test/resources/org/apache/cxf/systest/hc5/https/clientauth/client-auth-tls-1.3.xml}
(95%)