This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch CXF-8151_bean-validation
in repository https://gitbox.apache.org/repos/asf/cxf.git.
discard 519add7 [CXF-8151] also update Swagger 1.x to 1.6.1
discard 93d2262 [CXF-8151] Upgrade to Swagger Core 2.1.2
discard abc2118 [CXF-8151] Upgrade to Bean Validation 2.x and Hibernate
Validator 6.1.0
add 797fa44 [CXF-7949] Upgrade to Jakarta Servlet API 4.0.3
add daf7c2a [CXF-7949] Remove cxf.servlet-api-2.5.* properties
add 5bc1e0e [CXF-7949] Upgrade to Tomcat 9.0.30
add 4a56c1e [CXF-7949] fix tests used embded Tomcat
add 12b80dc Update to Tomcat 9.0.31
add 2e7df5d Update to tomcat 9.0.33
add bcb05eb Merge pull request #626 from apache/CXF-7949_jakarta-servlet
add f68556e Updating OpenSAML bundle to 3.4.5_1
add c82d702 cxf-systests-jaxrs: update JAXRS20ClientServerBookTest
add 79dafbd Upgrade to Jakarta Persistence API 2.2.3
add 95dc2d0 [CXF-8151] Upgrade to Bean Validation 2.x and Hibernate
Validator 6.1.0
add aa99567 [CXF-8151] Upgrade to Swagger Core 2.1.2
add f1fa1e7 [CXF-8151] also update Swagger 1.x to 1.6.1
add 22a365b [CXF-8151] Upgrade to classgraph 4.8.25
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 (519add7)
\
N -- N -- N refs/heads/CXF-8151_bean-validation (22a365b)
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/javadoc/pom.xml | 6 +-
.../src/main/release/samples/oauth/client/pom.xml | 4 +-
.../src/main/release/samples/ws_eventing/pom.xml | 6 +-
.../cxf/osgi/itests/NoAriesBlueprintTest.java | 2 +-
parent/pom.xml | 22 +--
rt/frontend/jaxrs/pom.xml | 4 +-
.../jaxrs/impl/tl/ThreadLocalServletContext.java | 28 ++++
rt/rs/extensions/search/pom.xml | 6 +-
rt/rs/security/oauth-parent/oauth2/pom.xml | 6 +-
rt/rs/security/sso/oidc/pom.xml | 6 +-
rt/transports/http-netty/netty-server/pom.xml | 1 +
systests/cdi/base/pom.xml | 4 -
.../cdi/base/tomcat/AbstractTomcatServer.java | 30 +---
systests/cdi/cdi-owb/pom.xml | 4 -
systests/cdi/cdi-weld/pom.xml | 2 +-
systests/cdi/pom.xml | 38 +----
.../systest/jaxrs/JAXRS20ClientServerBookTest.java | 186 ++++++++-------------
systests/rs-sse/pom.xml | 12 --
.../jaxrs/sse/tomcat/AbstractTomcatServer.java | 37 ++--
systests/rs-sse/rs-sse-undertow/pom.xml | 5 +
20 files changed, 152 insertions(+), 257 deletions(-)