You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/02/16 19:33:26 UTC

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

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

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


    from 92ff806  Merge branch 'master-apache' into CXF-7949_jakarta-servlet
     add 7fba5a4  CXF-8205 - Fix PollingMessageListenerContainer shutdown warnings
     add 6c2778a  CXF-8201 add additional check for file scheme in setUriParts (#630)
     add c3f78e4  cxf-systests-uncategorized: sync jacorb version
     add fbc1c31  Update to junit 4.13
     add bc1848e  cxf-services-sts-systests-itests: reorganize test dependencies
     add 707e237  remove obsolete exclusion
     add e757560  Update to maven-invoker-plugin 3.2.1
     add df0e67e  CXF-8207: SseEventSource loses lastEventId on the 2nd reconnect attempt
     add 74f8ead  [CXF-7996] added a testcase, currently failing
     add 92a00fc  Update Velocity version to 2.2
     add 2cde96f  CXF-8164: Upgrade to Spring Reactor 3.3.x
     add fa49de6  cxf-systests-transports: remove deprecated PropertyPlaceholderConfigurer
     add 84f9bb7  cxf-rt-ws-security: use DOMUtils.getDomElement
     add 33c01f3  CXF-8209 - Add a way of configuring the RMI environment in InstrumentationManagerImpl
     add d17a51c  Updating to Spring Security 5.2.2
     add a2296f2  CXF-7959: WebClient invocation builder header(name, value) method is not implemented according to interface specification
     add 0b75808  cxf-core: fix checkstyle
     add 79466c5  Incompatibility with recent Brave versions causes NullPointerException and hides root cause (#639)
     add a3b2ca9  Updating Brave OSGi sample README file
     add a5aeebd  cxf-rt-rs-security-oauth2: process data with streams
     add ce50414  [CXF-8194] Update MP RestClient to 1.4.0
     add 12b0c59  cxf-systests-rs-security: use OAuthClientUtils.getAccessToken
     add a44960c  cxf-systests-rs-security: add testAuthorizationCodeFlowWithPKCE
     add f965e49  remove redunant plugins
     add de494a4  Update to jakarta el-api 3.0.3
     add 4bae9be  Update to jboss weld 3.1.3.Final
     add 8312bc3  Merge remote-tracking branch 'origin/master' into CXF-7949_jakarta-servlet
     add 6cf8723  Update to Tomcat 9.0.31

No new revisions were added by this update.

Summary of changes:
 .../apache/cxf/common/util/CollectionUtils.java    |   4 +
 .../cxf/common/util/CollectionUtilsTest.java       |   4 +-
 .../security/DeprecatedSecurityContextTest.java    |  10 +-
 .../release/samples/jax_rs/tracing_brave/pom.xml   |   2 +-
 .../samples/jax_rs/tracing_brave_osgi/README.txt   |   2 +-
 integration/cdi/pom.xml                            |   6 -
 integration/spring-boot/autoconfigure/pom.xml      |   6 +-
 .../tracing/brave/AbstractBraveClientProvider.java |   5 +-
 osgi/bundle/compatible/pom.xml                     |  56 ------
 osgi/bundle/pom.xml                                |  96 ---------
 parent/pom.xml                                     |  32 ++-
 pom.xml                                            |   5 -
 .../org/apache/cxf/jaxrs/impl/UriBuilderImpl.java  |  15 +-
 .../apache/cxf/jaxrs/impl/LinkBuilderImplTest.java |  14 ++
 .../apache/cxf/jaxrs/impl/UriBuilderImplTest.java  |  48 +++++
 .../management/jmx/InstrumentationManagerImpl.java |   8 +-
 .../jaxrs/client/spec/InvocationBuilderImpl.java   |   8 +-
 .../client/spec/InvocationBuilderImplTest.java     |   9 +
 rt/rs/security/oauth-parent/oauth2/pom.xml         |  45 ++---
 .../services/RedirectionBasedGrantService.java     |   2 +-
 .../cxf/rs/security/oauth2/utils/OAuthUtils.java   |  32 +--
 .../rs/security/oauth2/utils/OAuthUtilsTest.java   |  20 ++
 rt/rs/security/oauth-parent/pom.xml                |   5 -
 .../cxf/jaxrs/sse/client/SseEventSourceImpl.java   |   6 +-
 .../jaxrs/sse/client/SseEventSourceImplTest.java   | 104 +++++++++-
 .../jms/util/AbstractMessageListenerContainer.java |   2 +-
 .../jms/util/PollingMessageListenerContainer.java  |  13 +-
 .../cxf/ws/security/wss4j/WSS4JInInterceptor.java  |  11 +-
 services/sts/systests/pom.xml                      |   1 -
 services/sts/systests/sts-features/pom.xml         |  82 --------
 .../sts-features/src/main/resources/features.xml   |  29 ---
 services/sts/systests/sts-itests/pom.xml           |   7 +-
 .../sts/itests/BasicSTSIntegrationTest.java        |  61 +++---
 systests/cdi/cdi-weld/cdi-producers-weld/pom.xml   |   6 +
 systests/cdi/cdi-weld/pom.xml                      |   8 +-
 .../security/oauth2/common/OAuth2TestUtils.java    |  31 +--
 .../security/oauth2/grants/PublicClientTest.java   | 214 +++++----------------
 .../systest/jaxrs/security/oidc/OIDCFlowTest.java  | 113 +++++------
 .../oidc/oidc-server-jcache-jwt-non-persist.xml    |  11 +-
 .../jaxrs/security/oidc/oidc-server-jcache-jwt.xml |  11 +-
 .../jaxrs/security/oidc/oidc-server-jcache.xml     |  11 +-
 .../jaxrs/security/oidc/oidc-server-jpa.xml        |  11 +-
 .../systest/http_jetty/EngineLifecycleTest.java    |  11 +-
 .../apache/cxf/systest/http_jetty/jetty-engine.xml |  10 +-
 systests/uncategorized/pom.xml                     |  15 +-
 systests/wsdl_maven/codegen/pom.xml                |   6 -
 46 files changed, 495 insertions(+), 713 deletions(-)
 delete mode 100644 services/sts/systests/sts-features/pom.xml
 delete mode 100644 services/sts/systests/sts-features/src/main/resources/features.xml