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

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


 discard 4e285f8  [CXF-8158] Only proceed with javadoc description replacement 
when JAX-RS and OpenAPI parameters have same size
 discard ded3d57  Various small improvements to OpenApiCustomizer to allow 
easier override
     add 589e321  Update Jetty
     add bf1b850  Update examples
     add 964573a  cxf-core: remove unused EndpointReferenceUtils#setMetadata
     add 6771507  cxf-rt-transports-jms: move test specific 
JMSUtil#getNumMessages
     add 277430f  Updating Mockito
     add 189b12e  CXF-8139 - SecurityToken, parsing the lifetime may cause a 
NullPointerException
     add ab3df13  cxf-core: remove unused 
AttachmentUtil#getAttachmentPartHeader (#593)
     add 7041e42  cxf-systests-ws-rm: improve ManagedEndpointsTest stability
     add 76ceee1  [CXF-8143]ensure java2wadl-plugin m2e compatible
     add f4060aa  cxf-rt-ws-security: fix SecurityTokenTest for Java 11
     add ae963c2  cxf-rt-bindings-xml: fix tests for Java 13
     add 8df29be  [CXF-8140]:setAccessible(true) before reflection method 
java.security… (#592)
     add f9f5d45  cxf-integration-jca: fix tests for Java 13
     add a9a7302  Make sure that only the client associated with a token can 
revoke it
     add 3e2e394  Updating Commons Text + SLF4J
     add a9375a9  Updating Spring + Spring security
     add bef9540  Remove MD5 from testcase
     add 67d670b  Make sure we're getting the Session NotOnOrAfter from the 
right assertion
     add 5dd277d  Parameterize suffix-list data file with cmd line for 
firewalled build
     add 007ee0d  Update maven-bundle-plugin
     add d84e9a1  CXF-8144: OpenAPI v3 Feature: duplicated methods. The issue 
is caused by the Portable feature refactorings, basically half of the 
Portable*s are annotated with CXF's @Provider annotation, which in case of 
Spring-based scanning, leads to discovery and registration of both features
     add 59ba482  CXF-8144: OpenAPI v3 Feature: duplicated methods. The issue 
is caused by the Portable feature refactorings, basically half of the 
Portable*s are annotated with CXF's @Provider annotation, which in case of 
Spring-based scanning, leads to discovery and registration of both features
     add 041ae41  CXF-8150: Update to Spring Boot 2.1.10
     add d5b612c  Fixing banned dependencies (jaxb-api)
     add da4dfee  Updating HBase
     add 407eeb0  cxf-systests-jaxrs: detailed message on test failure
     add a8d1b38  Updating hibernate entity manager
     add c811add  Updating EhCache
     add 3e2cdcc  Add a property for tarLongFileMode
     add 6b7e50b  CXF-8148: Address OpenJDK14 build failures. The issues have 
been caused by removal of the deprecated 'java.security.acl' package
     add a4fc3a04 CXF-8155: Update to Jackson 2.10.1
     add 2a30443  Updating owasp plugin
     add 71b0cee  cxf-services-sts-systests-basic: organize TLSClientParameters
     add d75b938  Adding JWT test
     add 7ef8145  Revert "CXF-8155: Update to Jackson 2.10.1"
     add 6e9d9af  Various small improvements to OpenApiCustomizer to allow 
easier override
     add d6048d6  [CXF-8158] Only proceed with javadoc description replacement 
when JAX-RS and OpenAPI parameters have same size

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   (4e285f8)
            \
             N -- N -- N   refs/heads/CXF-8158 (d6048d6)

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:
 core/pom.xml                                       |  30 +++++
 .../org/apache/cxf/attachment/AttachmentUtil.java  |  16 ---
 .../org/apache/cxf/feature/LoggingFeature.java     |   1 -
 .../security/DefaultSecurityContext.java           |   9 +-
 .../cxf/transport/common/gzip/GZIPFeature.java     |   1 -
 .../cxf/validation/BeanValidationFeature.java      |   1 -
 .../validation/ClientBeanValidationFeature.java    |   1 -
 .../cxf/ws/addressing/EndpointReferenceUtils.java  |  63 -----------
 .../security/DefaultSecurityContextTest.java       |   1 -
 .../security/DeprecatedSecurityContextTest.java    |  53 +++++++++
 .../interceptor/security/test/GroupWrapper.java    |  82 ++++++++++++++
 distribution/pom.xml                               |   5 +-
 .../main/release/samples/java_first_jaxws/pom.xml  |   2 +-
 .../jax_rs/description_openapi_v3_web/pom.xml      |   5 +-
 .../jax_rs/description_swagger2_web/pom.xml        |   5 +-
 .../release/samples/jax_rs/sse_tomcat/README.txt   |   6 +-
 .../main/release/samples/jax_rs/sse_tomcat/pom.xml |   2 +-
 .../release/samples/jax_rs/websocket_web/pom.xml   |   5 +-
 distribution/src/main/release/samples/pom.xml      |   2 +-
 .../src/main/release/samples/wsdl_first/pom.xml    |   2 +-
 .../ManagedConnectionFactoryImplTest.java          |  39 ++++---
 .../resourceadapter/ManagedConnectionImplTest.java |  29 ++---
 .../cxf/tracing/brave/BraveClientFeature.java      |   1 -
 .../org/apache/cxf/tracing/brave/BraveFeature.java |   1 -
 .../opentracing/OpenTracingClientFeature.java      |   1 -
 .../tracing/opentracing/OpenTracingFeature.java    |   1 -
 .../META-INF/m2e/lifecycle-mapping-metadata.xml    |  14 ++-
 parent/pom.xml                                     |  27 +++--
 pom.xml                                            |   4 +-
 rt/bindings/xml/pom.xml                            |   5 -
 .../cxf/binding/xml/interceptor/TestBase.java      |  76 +------------
 .../org/apache/cxf/ext/logging/LoggingFeature.java |   1 -
 .../org/apache/cxf/metrics/MetricsFeature.java     |   1 -
 .../validation/JAXRSBeanValidationFeature.java     |   1 -
 .../cxf/jaxrs/openapi/OpenApiCustomizer.java       |   4 +-
 .../apache/cxf/jaxrs/openapi/OpenApiFeature.java   |   1 -
 .../apache/cxf/jaxrs/swagger/Swagger2Feature.java  |   1 -
 .../oauth2/provider/AbstractOAuthDataProvider.java |  37 ++++---
 .../saml/sso/SAMLSSOResponseValidator.java         |   2 +
 .../saml/sso/SAMLSSOResponseValidatorTest.java     |   8 +-
 .../java/org/apache/cxf/jaxrs/sse/SseFeature.java  |   1 -
 rt/transports/http/pom.xml                         |   5 +-
 .../org/apache/cxf/transport/jms/util/JMSUtil.java |  16 ---
 .../transport/jms/util/MessageListenerTest.java    |  24 ++--
 .../cxf/ws/security/tokenstore/SecurityToken.java  |  11 +-
 .../ws/security/tokenstore/SecurityTokenTest.java  | 122 +++++++++++++++++++++
 .../cxf/systest/sts/TLSClientParametersUtils.java  |  62 +++++++++++
 .../apache/cxf/systest/sts/rest/STSRESTTest.java   |  33 +-----
 .../sts/stsclient/AbstractSTSTokenTest.java        |  44 +-------
 .../sts/stsclient/STSTokenOutInterceptorTest.java  |  11 +-
 .../sts/stsclient/STSTokenRetrieverTest.java       |   7 +-
 .../sts/transport/TransportBindingTest.java        |  29 +----
 .../apache/cxf/systest/jaxrs/AsyncResource2.java   |   5 +-
 .../jaxrs/JAXRSContinuationsServlet3Test.java      |  21 +---
 .../cxf/systest/jaxws/JaxWsDynamicClientTest.java  |   8 +-
 systests/pom.xml                                   |   1 +
 .../jaxrs/security/jose/jwt/JWTAlgorithmTest.java  |  40 ++++++-
 .../oauth2/grants/RevocationServiceTest.java       |  60 ++++++++++
 systests/{transports-ssl3 => spring-boot}/pom.xml  |  92 ++++++----------
 .../apache/cxf/systest/jaxrs/resources}/Book.java  |  12 +-
 .../cxf/systest/jaxrs/resources/Library.java}      |  50 ++++-----
 .../spring/boot/SpringClassesScanningTest.java     |  57 ++++++++++
 .../spring/boot/SpringComponentScanningTest.java   |  65 +++++++++++
 .../test/resources/application-classes-scan.yml    |   5 +
 .../test/resources/application-component-scan.yml  |   5 +
 .../cxf/systest/jms/tx/JMSTransactionTest.java     |  30 +++--
 .../cxf/systest/ws/rm/ManagedEndpointsTest.java    | 104 +++++++-----------
 .../apache/cxf/no_body_parts/NoBodyPartsImpl.java  |   6 +-
 68 files changed, 888 insertions(+), 584 deletions(-)
 create mode 100644 
core/src/test/java8/org/apache/cxf/interceptor/security/DeprecatedSecurityContextTest.java
 create mode 100644 
core/src/test/java8/org/apache/cxf/interceptor/security/test/GroupWrapper.java
 copy maven-plugins/{java2swagger-plugin => 
java2wadl-plugin}/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
 (76%)
 create mode 100644 
rt/ws/security/src/test/java/org/apache/cxf/ws/security/tokenstore/SecurityTokenTest.java
 create mode 100644 
services/sts/systests/basic/src/test/java/org/apache/cxf/systest/sts/TLSClientParametersUtils.java
 copy systests/{transports-ssl3 => spring-boot}/pom.xml (61%)
 copy {rt/databinding/aegis/src/test/java/org/apache/cxf/aegis/client => 
systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/resources}/Book.java
 (86%)
 copy 
systests/{jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/description/group1/BookStore.java
 => 
spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/resources/Library.java} 
(54%)
 create mode 100644 
systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/spring/boot/SpringClassesScanningTest.java
 create mode 100644 
systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/spring/boot/SpringComponentScanningTest.java
 create mode 100644 
systests/spring-boot/src/test/resources/application-classes-scan.yml
 create mode 100644 
systests/spring-boot/src/test/resources/application-component-scan.yml

Reply via email to