This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 0fbc8a593b CXF-9100: thread leaks when throwing exception in
LoggingOutInterceptor and sending large SOAP message (#2363)
new 13415fbea6 Bump org.webjars:swagger-ui from 5.20.7 to 5.21.0 (#2375)
new 65553a019c Update Netty to 4.1.120.Final
new 2cf56174bc Update Netty to 4.1.121.Final
new 02cff7246a CXF-8985: headers masking implementation not replaceable
(in DefaultLogEventMapper) (#2376)
new f4bd38bf21 Recording .gitmergeinfo Changes
new ca53f8832d Update Netty to 4.1.121.Final (samples/pom.xml)
The 6 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 | 5 +
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, 143 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%)