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 2b12c80ee5 Recording .gitmergeinfo Changes
new fe60f33ddf Bump org.owasp:dependency-check-maven from 12.0.2 to 12.1.0
(#2274)
new 36a302e07f Bump actions/cache from 4.2.0 to 4.2.1 (#2286)
new 47875cabd5 Bump github/codeql-action from 3.28.9 to 3.28.10 (#2284)
new 1b5268f882 Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#2282)
new 4ceb3237c2 Bump cxf.junit5.version from 5.11.4 to 5.12.0 (#2283)
new d3ed55cb6b Update Apache Tomcat to 9.0.100
new ce77491c68 Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0
to 3.4.1 (#2293)
new 7ccec32c10 Bump org.apache.maven.plugins:maven-compiler-plugin (#2294)
new 0fedc36c8c CXF-9110: Fix extensive memory usage with enabled
LoggingFeature (#2278)
new 5bc6f54fe4 Update Netty to 4.1.119.Final
new 8966a970fb Bump org.jruby:jruby from 9.4.11.0 to 9.4.12.0 (#2295)
new ddd23d51cc Bump org.apache.maven.plugins:maven-install-plugin from
3.1.3 to 3.1.4 (#2296)
new cd6672bc6a Recording .gitmergeinfo Changes
The 13 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 | 14 +++++
.../java/org/apache/cxf/io/CachedOutputStream.java | 2 +
.../apache/cxf/io/CachedOutputStreamCleaner.java | 8 +++
.../cxf/io/DelayedCachedOutputStreamCleaner.java | 29 +++++++---
distribution/src/main/release/samples/pom.xml | 6 +--
.../release/samples/ruby_spring_support/pom.xml | 2 +-
parent/pom.xml | 8 +--
pom.xml | 10 ++--
.../cxf/jaxrs/client/logging/RESTLoggingTest.java | 62 ++++++++++++++++++++++
.../cxf/jaxrs/client/logging/TestServiceRest.java | 6 +++
11 files changed, 130 insertions(+), 23 deletions(-)