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 4dd1a221c0 Recording .gitmergeinfo Changes
new 19e4039acf Bump org.webjars:swagger-ui from 5.4.2 to 5.6.1 (#1423)
new 1c785dfb90 [CXF-8925] Prevent double logging on fault in out chain
(#1426)
new da99e3a5ec Recording .gitmergeinfo Changes
new 40054466be Update Wiremock to 2.35.1
The 4 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 | 3 +
distribution/src/main/release/samples/pom.xml | 2 +-
parent/pom.xml | 4 +-
.../cxf/ext/logging/LoggingOutInterceptor.java | 5 ++
.../java/org/apache/cxf/ext/logging/FaultTest.java | 69 ++++++++++++++++++++++
.../apache/cxf/ext/logging/LogEventSenderMock.java | 13 +++-
systests/microprofile/client/async/pom.xml | 2 +-
systests/microprofile/client/nocdi/pom.xml | 2 +-
8 files changed, 92 insertions(+), 8 deletions(-)
create mode 100644
rt/features/logging/src/test/java/org/apache/cxf/ext/logging/FaultTest.java