This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/io.undertow-undertow-core-2.4.2.Final
in repository https://gitbox.apache.org/repos/asf/cxf.git
discard be067cc4fad Bump io.undertow:undertow-core from 2.4.1.Final to
2.4.2.Final
add 2d192ac869a Enforce scheme checks for decoupled destinations (#3266)
add 545e1790bdc Bump ch.qos.logback:logback-classic from 1.5.36 to 1.5.37
(#3270)
add 5f0655fd671 Bump io.undertow.ee:undertow-servlet from 2.0.0.Final to
2.0.1.Final (#3271)
add f512de8b332 Bump io.undertow:undertow-core from 2.4.1.Final to
2.4.2.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 (be067cc4fad)
\
N -- N -- N
refs/heads/dependabot/maven/io.undertow-undertow-core-2.4.2.Final (f512de8b332)
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:
.../org/apache/cxf/ws/addressing/ContextUtils.java | 155 ++++++--
parent/pom.xml | 4 +-
.../ws/addressing/impl/InternalContextUtils.java | 11 +-
.../impl/DecoupledDestinationProtocolTest.java | 431 +++++++++++++++++++++
.../org/apache/cxf/ws/rm/InternalContextUtils.java | 8 +-
.../ws/rm/DecoupledDestinationProtocolTest.java | 275 +++++++++++++
6 files changed, 844 insertions(+), 40 deletions(-)
create mode 100644
rt/ws/addr/src/test/java/org/apache/cxf/ws/addressing/impl/DecoupledDestinationProtocolTest.java
create mode 100644
rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/DecoupledDestinationProtocolTest.java