This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch coheigea/wss4j-4.0.0
in repository https://gitbox.apache.org/repos/asf/cxf.git
discard db90e7389d Updating to WSS4J 4.0.0
add e4fb9d2be1 [CXF-9095]Connection Leak in HttpClientWrappedOutputStream
due to Unreleased Resources on IOException
add 7a2b328a83 Bump github/codeql-action from 3.28.1 to 3.28.5 (#2235)
add eff3da72bd Bump com.puppycrawl.tools:checkstyle from 10.21.1 to
10.21.2 (#2236)
add d2db116333 Fix GraalVM reflect-config.json for samples
add f3c8a56269 Bump org.jruby:jruby from 9.4.10.0 to 9.4.11.0 (#2239)
add 444e480e92 Bump com.google.code.gson:gson from 2.11.0 to 2.12.0 (#2238)
add d6cc841dc0 Update Jakarta RESTful Web Services 3.1 TCK versions
add 69c1adcd86 CXF-9039: Run Jakarta RESTful Web Services 3.1 TCK. Fixing
test failures (#2242)
add ede817377f Bump org.owasp:dependency-check-maven from 12.0.1 to 12.0.2
(#2240)
add 283c8616dd Bump com.google.code.gson:gson from 2.12.0 to 2.12.1 (#2241)
add 96aca2ebae [CXF-9105] add synchronized to the principal iteration
(#2245)
add 9aa8c12da8 If is unnecessary - return value is same with or without
the if (#2243)
add 9b2ad3e96c [CXF-9105] add synchronized to the principal iteration. Fix
DefaultLogEventMapperTest for JDK-23 and above
add 5612e135d1 CXF-9039: Run Jakarta RESTful Web Services 3.1 TCK. Fixing
test failures
add b23cfc83f1 Bump actions/setup-java from 4.6.0 to 4.7.0 (#2247)
add 9db8e320b9 Bump github/codeql-action from 3.28.5 to 3.28.8 (#2246)
add 483957af1f Bump cxf.hibernate.em.version from 6.6.5.Final to
6.6.6.Final (#2249)
add 5b3dba1f46 Bump cxf.wiremock.version from 3.10.0 to 3.11.0 (#2248)
add 3d4d21ea84 CXF-9003: Name clash when two SEIs have a same name method
in the same (#2237)
add b39a7bd570 Update Apache HttpCore5 to 5.3.3 and Apache HttpClient5 to
5.4.2 (#2252)
add 6a758ba651 Bump org.webjars:swagger-ui from 5.18.2 to 5.18.3 (#2254)
add cec26b41b4 Bump org.graalvm.buildtools:native-maven-plugin from 0.10.4
to 0.10.5 (#2257)
add 51ad92012f CXF-8629: AsyncHTTPConduit (hc5) should support chunked
request / response. Add test cases with auto-redirect (#2202)
add 1c1d687f8e fix: do not log complete stream. (#2258)
add e7deb5bbac Updating to WSS4J 4.0.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (db90e7389d)
\
N -- N -- N refs/heads/coheigea/wss4j-4.0.0 (e7deb5bbac)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql-analysis.yml | 6 +-
.github/workflows/pull-request-build.yml | 2 +-
.github/workflows/scorecards.yml | 2 +-
.../cxf/io/DelayedCachedOutputStreamCleaner.java | 2 +-
.../release/samples/jax_rs/graalvm_basic/pom.xml | 4 +-
.../src/main/release/samples/jaxws_graalvm/pom.xml | 4 +-
.../samples/jaxws_graalvm_dynamic/client/pom.xml | 2 +-
.../reflect-config.json | 3 +
.../samples/jaxws_graalvm_dynamic/server/pom.xml | 2 +-
.../reflect-config.json | 3 +
distribution/src/main/release/samples/pom.xml | 4 +-
.../release/samples/ruby_spring_support/pom.xml | 2 +-
parent/pom.xml | 12 +-
pom.xml | 2 +-
.../ext/logging/event/DefaultLogEventMapper.java | 37 ++-
.../cxf/ext/logging/DefaultLogEventMapperTest.java | 59 +++++
.../apache/cxf/jaxws/WrapperClassGenerator.java | 22 +-
.../apache/cxf/jaxws/spi/WrapperClassLoader.java | 14 +-
.../jaxws/spi/WrapperClassNamingConvention.java | 148 +++++++++++
.../main/resources/META-INF/cxf/bus-extensions.txt | 3 +-
.../cxf/jaxws/spi/WrapperClassLoaderTest.java | 88 ++++++-
.../jaxrs/provider/jsrjsonb/JsrJsonbProvider.java | 15 +-
.../http/asyncclient/hc5/AsyncHTTPConduit.java | 5 +-
.../hc5/URLConnectionAsyncHTTPConduit.java | 5 +-
.../http/netty/client/NettyHttpConduit.java | 5 +-
.../cxf/transport/http/HttpClientHTTPConduit.java | 33 ++-
.../org/apache/cxf/systest/jaxws/CXF9003Test.java | 155 ++++++++++++
systests/transport-hc5/pom.xml | 4 -
.../apache/cxf/systest/hc5/jaxrs/FileStore.java | 58 ++++-
.../hc5/jaxrs/JAXRSAsyncClientChunkingTest.java | 150 ++++++++++-
.../org/apache/cxf/systest/jaxrs/FileStore.java | 78 +++++-
.../jaxrs/JAXRSAsyncClientChunkingTest.java | 273 +++++++++++++++++++++
tck/Jenkinsfile | 17 --
tck/cxf-tck/pom.xml | 4 +-
.../cxf/tools/validator/internal/Stax2DOM.java | 3 -
35 files changed, 1108 insertions(+), 118 deletions(-)
create mode 100644
rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/spi/WrapperClassNamingConvention.java
create mode 100644
systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/CXF9003Test.java
create mode 100644
systests/transports/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSAsyncClientChunkingTest.java