This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/cxf.netty.version-4.2.0.Final
in repository https://gitbox.apache.org/repos/asf/cxf.git
discard 4eef7b793e Bump cxf.netty.version from 4.1.119.Final to 4.2.0.Final
add ff2aa980c8 Bump cxf.wiremock.version from 3.12.1 to 3.13.0 (#2379)
add 36d3fad86b Bump com.google.code.gson:gson from 2.13.0 to 2.13.1 (#2378)
add 1ea7df1fbc CXF-8985: headers masking implementation not replaceable
(in DefaultLogEventMapper) (#2376)
add 9a9fbe94ca Update Netty to 4.1.121.Final (samples/pom.xml)
add d76a02ffd1 Bump cxf.netty.version from 4.1.119.Final to 4.2.0.Final
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 (4eef7b793e)
\
N -- N -- N
refs/heads/dependabot/maven/cxf.netty.version-4.2.0.Final (d76a02ffd1)
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:
distribution/src/main/release/samples/pom.xml | 2 +-
parent/pom.xml | 2 +-
.../ext/logging/AbstractLoggingInterceptor.java | 4 +-
.../ext/logging/event/DefaultLogEventMapper.java | 14 ++-
.../cxf/ext/logging/LoggingInInterceptorTest.java | 117 +++++++++++++++++++++
.../apache/cxf/ext}/logging/TestEventSender.java | 2 +-
6 files changed, 136 insertions(+), 5 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%)