You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/03/31 22:22:23 UTC

[cxf] branch CXF-8371 updated (5ef36a1 -> 7d6815b)

This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch CXF-8371
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 5ef36a1  OSGi: temporary exclude org/apache/cxf/transport/http/osgi/**.java from compilation (#929)
     add a0f912b  CXF-8522: jaxrs.spec.resource.requestmatching consumesOnResourceLocatorTest & other subresource test cases (#925)
     add db81007  Revert updating TCK deployment scripts to relocate cxf-xxx artifacts from 'lib' to 'modules' folder
     add 3884cee  CXF-8479: Fixing jaxrs.ee.rs.container.responsecontext getEntityAnnotationsTest, other jaxrs.ee.rs.core.uriinfo.* and jaxrs.ee.rs.ext.interceptor.containerwriter.interceptorcontext.* tests
     add d6c5e16  Update Jackson Databind to 2.13.2.2
     add 2fd5717  Update SwaggerUI to 4.8.1 (#928)
     add a61fe8e  Update Spring Framework to 5.3.18
     add 10e3657  Update Spring Boot to 2.6.6
     add 1030e50  Merge remote-tracking branch 'origin/master' into CXF-8371
     add 7d6815b  Update Hibernate to 6.0.0.Final

No new revisions were added by this update.

Summary of changes:
 distribution/src/main/release/samples/pom.xml      |  2 +-
 parent/pom.xml                                     |  6 ++---
 .../org/apache/cxf/jaxrs/utils/JAXRSUtils.java     |  9 +++++--
 ...toreSubObject.java => BookResourceLocator.java} | 24 ++++++++++-------
 .../apache/cxf/systest/jaxrs/BookServerSub.java    | 30 ++++++++++++++++++++++
 .../cxf/systest/jaxrs/BookStoreSubObject.java      | 15 +++++++++--
 .../jaxrs/JAXRSClientServerSubBookTest.java        | 24 ++++++++++++++++-
 tck/Jenkinsfile                                    |  9 ++++---
 8 files changed, 98 insertions(+), 21 deletions(-)
 copy systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/{BookStoreSubObject.java => BookResourceLocator.java} (71%)