You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2020/01/28 17:55:22 UTC

[cxf] branch CXF-7949_jakarta-servlet updated (61658050 -> 92ff806)

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

deki pushed a change to branch CXF-7949_jakarta-servlet
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 61658050 [CXF-7949] fix tests used embded Tomcat
     add fa1f612  Attempt to fix JAXRS security tests: there is an SSL configuration change (coming from JAXRSJmsTest) which causes HTTPS-based tests to fail later on.
     add 25dc5dd  Updating HTTP core/client
     add f1f2610  Removing some unnecessary autoboxing
     add 3fc1465  Updating to Spring Boot 2.2.4.RELEASE
     add e68d173  samples: organize description_openapi_v3 dependencies
     add 4699995  Updating Jackson
     add cc4ea93  Fixing a few minor issues
     add 49c1ca3  Fixing Spring Boot tests under JDK14+
     add a9eb350  upgrade to jetty 9.4.26.v20200117 (#627)
     add 8b2fae2  Another round of minor fixes
     add 5042b9f  [CXF-7952]MTOM + schema validation creates invalid SOAP FAULT response
     add 3dfe11c  CXF-8102: Update to Dropwizard Metrics 4.x (#628)
     add 69b805a  upgrade to karaf 4.2.8 (#629)
     add 1fb179f  CXF-8200: Use name() instead of toString() for enums when generating WADL
     add 56b1c95  Fixing build
     add 4d95d19  fix OSGi test after Karaf upgrade (#631)
     add 5ed6310  CXF-7814: wadl2java: support the JAX-RS 2.1 reactive results
     add 356eb73  CXF-7814: wadl2java: support the JAX-RS 2.1 reactive results. Removing debug output
     add f0a5566  avoid checked exception in @PostConstruct method (#632)
     add 2851ffc  Slight refactor of the StaxSerializer
     add f6205b9  Update to maven-surefire-plugin 2.22.2
     add 91684eb  switch to apache-karaf-minimal in OSGi tests
     add 4e981b1  Picking up some Santuario changes
     add 1ea897a  [CXF-8203] Update to cglib 3.3.0 (#634)
     add 92ff806  Merge branch 'master-apache' into CXF-7949_jakarta-servlet

No new revisions were added by this update.

Summary of changes:
 .../org/apache/cxf/attachment/Rfc5987Util.java     |   2 +-
 .../apache/cxf/bus/blueprint/ConfigurerImpl.java   |   6 +-
 .../cxf/configuration/spring/ConfigurerImpl.java   |   9 +-
 .../cxf/interceptor/AttachmentOutInterceptor.java  |  11 +-
 .../samples/jax_rs/description_openapi_v3/pom.xml  |  11 --
 .../jax_rs/description_openapi_v3_osgi/pom.xml     |  20 +--
 .../jax_rs/description_openapi_v3_spring/pom.xml   |  12 --
 .../jax_rs/description_openapi_v3_web/pom.xml      |  16 --
 distribution/src/main/release/samples/pom.xml      |   2 +-
 .../cxf7511.wadl => wadl-generate-rx/cxf7814.wadl} |   5 +
 .../pom.xml                                        |   9 +-
 .../org/apache/cxf/maven_plugin/wadlto/Option.java |  18 ++-
 .../apache/cxf/maven_plugin/wadlto/WadlOption.java |   1 +
 osgi/itests/pom.xml                                | 116 +++++++++------
 .../cxf/osgi/itests/BundlesAndNamespacesTest.java  |  10 +-
 .../apache/cxf/osgi/itests/CXFOSGiTestSupport.java | 142 ++++++++----------
 .../cxf/osgi/itests/jaxrs/JaxRsServiceTest.java    |   5 +-
 .../cxf/osgi/itests/soap/HttpServiceTest.java      |   5 +-
 .../cxf/osgi/itests/soap/JmsServiceTest.java       |  13 +-
 .../karaf/features/src/main/resources/features.xml |   5 +-
 parent/pom.xml                                     |  30 ++--
 pom.xml                                            |   2 +-
 .../cxf/aegis/util/stax/JDOMStreamWriter.java      |   6 +-
 rt/features/metrics/pom.xml                        |   6 +
 .../metrics/codahale/CodahaleMetricsProvider.java  |   4 +-
 .../cxf/jaxrs/provider/XSLTJaxbProvider.java       |  13 +-
 .../cxf/jaxws/handler/HandlerChainInvoker.java     |   3 -
 .../ResponseTimeMessageInInterceptor.java          |   2 +-
 .../ResponseTimeMessageInvokerInterceptor.java     |   4 +-
 .../ResponseTimeMessageOutInterceptor.java         |   2 +-
 .../cxf/management/utils/ManagementConsole.java    |  21 +--
 .../apache/cxf/jaxrs/model/wadl/WadlGenerator.java |   8 +-
 .../{AbstractStore.java => BookOrderEnum.java}     |  17 ++-
 .../org/apache/cxf/jaxrs/model/wadl/BookStore.java |   1 +
 .../cxf/jaxrs/model/wadl/WadlGeneratorTest.java    |   4 +-
 .../apache/cxf/microprofile/client/Validator.java  |   2 -
 .../jwe/EcdhAesWrapKeyEncryptionAlgorithm.java     |   9 --
 .../jwe/PbesHmacAesWrapKeyEncryptionAlgorithm.java |   6 -
 .../oauth/provider/DefaultOAuthValidator.java      |   6 +-
 .../oidc/rp/OidcClientCodeRequestFilter.java       |   2 +-
 .../http_jetty/JettyHTTPServerEngine.java          |  24 +--
 .../JettyHTTPServerEngineBeanDefinitionParser.java |   4 +-
 .../http_undertow/UndertowHTTPServerEngine.java    |   4 +-
 ...dertowHTTPServerEngineBeanDefinitionParser.java |   4 +-
 .../http/policy/impl/ClientPolicyCalculator.java   |  22 +--
 .../websocket/ahc/AhcWebSocketConduit.java         |   2 +-
 .../cxf/ws/security/wss4j/StaxSerializer.java      |  75 +++++-----
 .../cxf/ws/security/wss4j/WSS4JInInterceptor.java  |   8 +-
 .../cxf/ws/security/wss4j/WSS4JOutInterceptor.java |   4 +-
 .../policyhandlers/AsymmetricBindingHandler.java   |   3 +-
 .../policyhandlers/SymmetricBindingHandler.java    |   3 +-
 .../cxf/wsdl/interceptors/BareInInterceptor.java   |   9 --
 services/sts/systests/sts-itests/pom.xml           |  44 ++++--
 .../sts/itests/BasicSTSIntegrationTest.java        | 130 +++++++----------
 .../apache/cxf/wsn/AbstractNotificationBroker.java |   6 -
 .../xkms-features/src/main/resources/features.xml  |   1 -
 services/xkms/xkms-itests/pom.xml                  |  48 ++++--
 .../cxf/xkms/itests/BasicIntegrationTest.java      | 161 ++++++++-------------
 .../cxf/xkms/itests/service/XKRSSDisableTest.java  |   8 +-
 .../apache/cxf/systest/jaxrs/jms/JAXRSJmsTest.java |   2 +-
 .../apache/cxf/systest/jaxrs/jms/JMSServer.java    |   2 +
 .../jaxrs/metrics/JAXRSClientMetricsTest.java      |  10 +-
 .../jaxrs/metrics/JAXRSServerMetricsTest.java      |  12 +-
 systests/jaxws/pom.xml                             |   4 +
 systests/spring-boot/pom.xml                       |   5 +
 .../apache/cxf/systest/mtom/ClientMtomXopTest.java |  42 ++++++
 .../java/org/apache/cxf/mtom_xop/TestMtomImpl.java |   3 +
 testutils/src/main/resources/wsdl/mtom_xop.wsdl    |   9 +-
 .../common/toolspec/parser/TokenInputStream.java   |   2 +-
 .../cxf/tools/corba/processors/idl/TypesUtils.java |   4 +-
 .../corba/processors/wsdl/WSDLToIDLAction.java     |  18 +--
 .../apache/cxf/tools/wadlto/WadlToolConstants.java |   3 +
 .../cxf/tools/wadlto/jaxrs/JAXRSContainer.java     |   1 +
 .../cxf/tools/wadlto/jaxrs/ResponseWrapper.java    |  88 +++++++++++
 .../cxf/tools/wadlto/jaxrs/SourceGenerator.java    |  12 +-
 .../cxf/tools/wadlto/jaxrs/jaxrs-toolspec.xml      |  10 ++
 .../cxf/tools/wadlto/jaxrs/WADLToJavaTest.java     |  30 ++++
 77 files changed, 758 insertions(+), 625 deletions(-)
 copy maven-plugins/wadl2java-plugin/src/it/{wsdl-artifact-resolution/cxf7511.wadl => wadl-generate-rx/cxf7814.wadl} (84%)
 copy maven-plugins/wadl2java-plugin/src/it/{wsdl-artifact-resolution => wadl-generate-rx}/pom.xml (92%)
 copy rt/rs/description/src/test/java/org/apache/cxf/jaxrs/model/wadl/{AbstractStore.java => BookOrderEnum.java} (78%)
 create mode 100644 tools/wadlto/jaxrs/src/main/java/org/apache/cxf/tools/wadlto/jaxrs/ResponseWrapper.java