This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 3df6a6d467 CXF-9100: thread leaks when throwing exception in
LoggingOutInterceptor and sending large SOAP message (#2363)
new dff46bd933 Bump org.webjars:swagger-ui from 5.20.7 to 5.21.0 (#2375)
new 76382be974 Update Netty to 4.1.120.Final
new 040bd99c8f Update Netty to 4.1.121.Final
new 30af2f71fc Bump com.google.code.gson:gson from 2.13.0 to 2.13.1 (#2378)
new bb711dd177 CXF-8985: headers masking implementation not replaceable
(in DefaultLogEventMapper) (#2376)
new bd8aef4134 Recording .gitmergeinfo Changes
new b85ea77002 Recording .gitmergeinfo Changes
The 7 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 | 6 ++
distribution/src/main/release/samples/pom.xml | 4 +-
parent/pom.xml | 4 +-
.../ext/logging/AbstractLoggingInterceptor.java | 4 +-
.../ext/logging/event/DefaultLogEventMapper.java | 14 ++-
.../cxf/ext/logging/LoggingInInterceptorTest.java | 117 +++++++++++++++++++++
.../apache/cxf/ext}/logging/TestEventSender.java | 2 +-
7 files changed, 144 insertions(+), 7 deletions(-)
create mode 100644
rt/features/logging/src/test/java/org/apache/cxf/ext/logging/LoggingInInterceptorTest.java
copy rt/{rs/client/src/test/java/org/apache/cxf/jaxrs/client =>
features/logging/src/test/java/org/apache/cxf/ext}/logging/TestEventSender.java
(96%)