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

dependabot[bot] pushed a change to branch 
dependabot/maven/org.atmosphere-atmosphere-runtime-4.0.63
in repository https://gitbox.apache.org/repos/asf/cxf.git


    omit 9718f4f3733 Bump org.atmosphere:atmosphere-runtime from 3.1.0 to 4.0.63
     add faf40ba0c98 CXF-9225 - Enforce nonce for the hybrid case (#3328)
     add 62623da87f0 Perform validation for OIDC self-issued tokens (#3327)
     add 10a34cb6e3f Bump com.puppycrawl.tools:checkstyle from 13.7.0 to 13.8.0 
(#3329)
     add 71ec1d3d2f7 CXF-9223 - Improve prefix matching for OAuth audience URIs 
(#3331)
     add 26dc065a7b6 CXF-9223 - Disable audienceIsEndpointAddress on main only 
(#3332)
     add 5ec112363bf Fix ExecutorService leak in WS-RM oneway tests (#2963)
     add 4a3901b2d6f Update Jettison to 1.5.7 (#3335)
     add 4aee04cb8dd Update Neethi to 3.2.3 (#3336)
     add 1695c05def5 Default to sending binary JMS messages as BytesMessages 
from now on, make it configurable (#3325)
     add 6db9f73fdf1 Bump actions/checkout from 7.0.0 to 7.0.1 (#3338)
     add bd9f34a61b0 Bump github/codeql-action/init from 4.37.0 to 4.37.3 
(#3339)
     add c040fefbb36 Bump github/codeql-action/upload-sarif from 4.37.0 to 
4.37.3 (#3340)
     add 7f4cb4e3b76 Disable JMS ObjectMessage deserialization by default 
(#3337)
     add dd9af5c9ae4 match saml sso issuer exactly instead of by prefix (#3281)
     add 3df6120893d Honor the set-remove boolean in 
DefaultEncryptingCodeDataProvider (#3345)
     add e18116b9458 Make sure LazyAttachmentCollection respects max attachment 
count in all cases (#3344)
     add df5795760b3 Check if tokens have been revoked first in 
DefaultEncryptingOAuthDataProvider (#3347)
     add c95fb636693 Make sure the refresh token client matches that of the 
authenticated client (#3346)
     add 61ca70fdbb7 Fixing security versions
     add 396096f8493 Add a lock when revoking tokens (#3348)
     add 6512e0a4b53 update CXF 4.2.3 release notes
     add 54f2cdc2f78 avoid using snapshot cxf.build-utils.version
     add 33259395b45 [maven-release-plugin] prepare release cxf-4.2.3
     add 1022175ea5d [maven-release-plugin] prepare for next development 
iteration
     add 7c0c41157d5 Fix flaky SSE system tests (#3349)
     add 8df5c6271f8 Bump org.bouncycastle:bc-fips from 2.1.2 to 2.1.3 (#3334)
     add 8ae7149597e Bump cxf.hibernate.em.version from 7.4.4.Final to 
7.4.5.Final (#3352)
     add 5755d9f2d1f Bump ossf/scorecard-action from 2.4.3 to 2.4.4 (#3351)
     add c37c9aedfbb Bump org.apache.felix:maven-bundle-plugin from 6.0.2 to 
6.1.0 (#3353)
     add 457dfbefb2e [CXF-9234]Concurrent DynamicClientFactory.createClient for 
the same W… (#3350)
     add 28da8f17c37 Bump cxf.tika.version from 3.3.1 to 3.3.2 (#3354)
     add 24c06e09c4d Bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.1 
(#3355)
     add 2cdbf700836 Update Netty to 4.2.17.Final
     add 04045cdfb8c Update Jetty to 12.1.12
     add 1acb713ec0b Update Swagger Core to 2.2.53
     add 1d015b2adfe Fix max_age check in OidcClientCodeRequestFilter (#3357)
     add d2b1efb117a Bump actions/setup-java from 5.6.0 to 5.7.0 (#3361)
     add 4516b07cbf2 Bump cxf.bcprov.version from 1.84 to 1.85 (#3356)
     add ab317a5b827 Bump org.atmosphere:atmosphere-runtime from 3.1.0 to 4.0.63

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   (9718f4f3733)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.atmosphere-atmosphere-runtime-4.0.63 
(ab317a5b827)

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:
 .github/workflows/codeql-analysis.yml              |   8 +-
 .github/workflows/pull-request-build.yml           |   4 +-
 .github/workflows/scorecards.yml                   |   6 +-
 SECURITY.md                                        |   5 +-
 bom/pom.xml                                        |   2 +-
 core/pom.xml                                       |   2 +-
 .../cxf/attachment/LazyAttachmentCollection.java   |  16 +-
 .../cxf/attachment/AttachmentDeserializerTest.java | 124 ++++--
 distribution/javadoc/pom.xml                       |  46 +--
 distribution/manifest/pom.xml                      |  94 ++---
 distribution/pom.xml                               | 122 +++---
 distribution/src/main/release/release_notes.txt    |  28 +-
 .../src/main/release/samples/aegis/pom.xml         |  10 +-
 .../main/release/samples/aegis_standalone/pom.xml  |   4 +-
 .../src/main/release/samples/callback/pom.xml      |  10 +-
 .../samples/configuration_interceptor/pom.xml      |  10 +-
 .../src/main/release/samples/corba/bank/pom.xml    |   4 +-
 .../samples/corba/bank_ws_addressing/pom.xml       |   4 +-
 .../main/release/samples/corba/hello_world/pom.xml |  10 +-
 .../release/samples/groovy_spring_support/pom.xml  |   8 +-
 .../main/release/samples/in_jvm_transport/pom.xml  |  10 +-
 .../main/release/samples/java_first_jaxws/pom.xml  |   8 +-
 .../samples/java_first_jaxws_factory_bean/pom.xml  |   8 +-
 .../main/release/samples/java_first_jms/pom.xml    |   6 +-
 .../main/release/samples/java_first_pojo/pom.xml   |   8 +-
 .../samples/java_first_spring_support/pom.xml      |   8 +-
 .../src/main/release/samples/jax_rs/basic/pom.xml  |   8 +-
 .../samples/jax_rs/basic_http2_jetty/pom.xml       |   6 +-
 .../samples/jax_rs/basic_http2_netty/pom.xml       |   6 +-
 .../samples/jax_rs/basic_http2_undertow/pom.xml    |   6 +-
 .../release/samples/jax_rs/basic_https/pom.xml     |   8 +-
 .../main/release/samples/jax_rs/basic_oidc/pom.xml |  10 +-
 .../main/release/samples/jax_rs/big_query/pom.xml  |  14 +-
 .../samples/jax_rs/content_negotiation/pom.xml     |  10 +-
 .../pom.xml                                        |   2 +-
 .../samples/jax_rs/description_openapi_v3/pom.xml  |   2 +-
 .../jax_rs/description_openapi_v3_spring/pom.xml   |   2 +-
 .../jax_rs/description_openapi_v3_web/pom.xml      |   2 +-
 .../release/samples/jax_rs/graalvm_basic/pom.xml   |   2 +-
 .../src/main/release/samples/jax_rs/odata/pom.xml  |   6 +-
 .../src/main/release/samples/jax_rs/search/pom.xml |  14 +-
 .../release/samples/jax_rs/spring_boot/pom.xml     |   8 +-
 .../jax_rs/spring_boot_scan/application/pom.xml    |   6 +-
 .../samples/jax_rs/spring_boot_scan/client/pom.xml |   6 +-
 .../spring_boot_scan/eureka-registry/pom.xml       |   2 +-
 .../release/samples/jax_rs/spring_security/pom.xml |   8 +-
 .../main/release/samples/jax_rs/sse_cdi/pom.xml    |   8 +-
 .../main/release/samples/jax_rs/sse_client/pom.xml |   8 +-
 .../main/release/samples/jax_rs/sse_spring/pom.xml |   6 +-
 .../main/release/samples/jax_rs/sse_tomcat/pom.xml |   6 +-
 .../release/samples/jax_rs/tracing_brave/pom.xml   |   4 +-
 .../samples/jax_rs/tracing_micrometer/pom.xml      |  14 +-
 .../samples/jax_rs/tracing_opentelemetry/pom.xml   |  14 +-
 .../jax_rs/tracing_opentelemetry_camel/pom.xml     |   2 +-
 .../samples/jax_rs/tracing_opentracing/pom.xml     |  14 +-
 .../main/release/samples/jax_rs/websocket/pom.xml  |  10 +-
 .../release/samples/jax_rs/websocket_web/pom.xml   |   2 +-
 .../samples/jax_server_aegis_client/pom.xml        |  10 +-
 .../src/main/release/samples/jaxws_async/pom.xml   |  14 +-
 .../samples/jaxws_dispatch_provider/pom.xml        |  10 +-
 .../src/main/release/samples/jaxws_graalvm/pom.xml |   4 +-
 .../samples/jaxws_graalvm_dynamic/client/pom.xml   |   2 +-
 .../samples/jaxws_graalvm_dynamic/server/pom.xml   |   4 +-
 .../main/release/samples/jaxws_handlers/pom.xml    |  10 +-
 .../main/release/samples/jaxws_spring_boot/pom.xml |   6 +-
 .../src/main/release/samples/jms_pubsub/pom.xml    |   4 +-
 .../src/main/release/samples/jms_queue/pom.xml     |   8 +-
 .../src/main/release/samples/jms_spec_demo/pom.xml |   8 +-
 .../main/release/samples/jms_spring_config/pom.xml |   4 +-
 .../samples/js_browser_client_java_first/pom.xml   |  10 +-
 .../samples/js_browser_client_simple/pom.xml       |  12 +-
 .../src/main/release/samples/js_client/pom.xml     |  12 +-
 .../src/main/release/samples/js_provider/pom.xml   |  10 +-
 distribution/src/main/release/samples/mtom/pom.xml |  10 +-
 .../main/release/samples/performance/base/pom.xml  |   2 +-
 .../main/release/samples/performance/jaxrs/pom.xml |   2 +-
 .../samples/performance/soap_http_doc_lit/pom.xml  |   2 +-
 distribution/src/main/release/samples/pom.xml      |  14 +-
 .../main/release/samples/restful_dispatch/pom.xml  |  10 +-
 .../release/samples/ruby_spring_support/pom.xml    |   8 +-
 .../src/main/release/samples/soap_header/pom.xml   |  10 +-
 distribution/src/main/release/samples/sts/pom.xml  |  20 +-
 .../src/main/release/samples/throttling/pom.xml    |  16 +-
 .../src/main/release/samples/ws_addressing/pom.xml |  10 +-
 .../src/main/release/samples/ws_discovery/pom.xml  |  14 +-
 .../src/main/release/samples/ws_eventing/pom.xml   |  12 +-
 .../main/release/samples/ws_notification/pom.xml   |   2 +-
 .../src/main/release/samples/ws_policy/pom.xml     |  10 +-
 .../src/main/release/samples/ws_rm/pom.xml         |  12 +-
 .../release/samples/ws_security/sign_enc/pom.xml   |  20 +-
 .../samples/ws_security/sign_enc_policy/pom.xml    |  16 +-
 .../main/release/samples/ws_security/ut/pom.xml    |  12 +-
 .../release/samples/ws_security/ut_policy/pom.xml  |  16 +-
 .../release/samples/ws_transaction/client/pom.xml  |   2 +-
 .../main/release/samples/ws_transaction/pom.xml    |   6 +-
 .../samples/ws_transaction/ws_first/pom.xml        |   2 +-
 .../samples/ws_transaction/ws_second/pom.xml       |   2 +-
 .../src/main/release/samples/wsdl_first/pom.xml    |  20 +-
 .../samples/wsdl_first_dynamic_client/pom.xml      |  10 +-
 .../main/release/samples/wsdl_first_https/pom.xml  |  12 +-
 .../release/samples/wsdl_first_pure_xml/pom.xml    |  10 +-
 .../main/release/samples/wsdl_first_rpclit/pom.xml |  10 +-
 .../main/release/samples/wsdl_first_soap12/pom.xml |  10 +-
 .../release/samples/wsdl_first_xml_wrapped/pom.xml |  10 +-
 integration/cdi/pom.xml                            |   2 +-
 integration/jca/pom.xml                            |   2 +-
 integration/pom.xml                                |   2 +-
 integration/spring-boot/autoconfigure/pom.xml      |   2 +-
 integration/spring-boot/pom.xml                    |   2 +-
 integration/spring-boot/starter-jaxrs/pom.xml      |   2 +-
 integration/spring-boot/starter-jaxws/pom.xml      |   2 +-
 integration/tracing/tracing-brave/pom.xml          |   2 +-
 integration/tracing/tracing-micrometer/pom.xml     |   2 +-
 integration/tracing/tracing-opentelemetry/pom.xml  |   2 +-
 integration/tracing/tracing-opentracing/pom.xml    |   2 +-
 maven-plugins/archetypes/cxf-jaxrs-service/pom.xml |   2 +-
 .../archetypes/cxf-jaxws-javafirst/pom.xml         |   4 +-
 .../archetypes/cxf-jaxws-wsdlfirst/pom.xml         |   2 +-
 maven-plugins/archetypes/pom.xml                   |   2 +-
 maven-plugins/codegen-plugin/pom.xml               |   2 +-
 maven-plugins/corba/pom.xml                        |   2 +-
 maven-plugins/java2wadl-plugin/pom.xml             |   4 +-
 maven-plugins/java2ws-plugin/pom.xml               |   2 +-
 maven-plugins/pom.xml                              |   2 +-
 maven-plugins/wadl2java-plugin/pom.xml             |   2 +-
 maven-plugins/wsdl-validator-plugin/pom.xml        |   2 +-
 parent/pom.xml                                     |  24 +-
 pom.xml                                            |   6 +-
 rt/bindings/coloc/pom.xml                          |   2 +-
 rt/bindings/corba/pom.xml                          |   2 +-
 rt/bindings/pom.xml                                |   2 +-
 rt/bindings/soap/pom.xml                           |   2 +-
 rt/bindings/xml/pom.xml                            |   2 +-
 rt/databinding/aegis/pom.xml                       |   2 +-
 rt/databinding/jaxb/pom.xml                        |   2 +-
 rt/databinding/pom.xml                             |   2 +-
 rt/features/clustering/pom.xml                     |   2 +-
 rt/features/logging/pom.xml                        |   2 +-
 rt/features/metrics/pom.xml                        |   2 +-
 rt/features/pom.xml                                |   2 +-
 rt/features/throttling/pom.xml                     |   2 +-
 rt/frontend/jaxrs/pom.xml                          |   2 +-
 rt/frontend/jaxws/pom.xml                          |   2 +-
 rt/frontend/js/pom.xml                             |   2 +-
 rt/frontend/pom.xml                                |   2 +-
 rt/frontend/simple/pom.xml                         |   2 +-
 .../cxf/endpoint/dynamic/DynamicClientFactory.java |  12 +-
 rt/javascript/javascript-rt/pom.xml                |   2 +-
 rt/javascript/javascript-tests/pom.xml             |   2 +-
 rt/javascript/pom.xml                              |   2 +-
 rt/management/pom.xml                              |   2 +-
 rt/pom.xml                                         |   2 +-
 rt/rs/client/pom.xml                               |   2 +-
 rt/rs/description-common-openapi/pom.xml           |   2 +-
 rt/rs/description-microprofile-openapi/pom.xml     |   2 +-
 rt/rs/description-openapi-v3/pom.xml               |   2 +-
 rt/rs/description-swagger-ui/pom.xml               |   2 +-
 rt/rs/description/pom.xml                          |   2 +-
 rt/rs/extensions/json-basic/pom.xml                |   2 +-
 rt/rs/extensions/providers/pom.xml                 |   2 +-
 rt/rs/extensions/reactivestreams/pom.xml           |   2 +-
 rt/rs/extensions/reactor/pom.xml                   |   2 +-
 rt/rs/extensions/rx/pom.xml                        |   2 +-
 rt/rs/extensions/rx2/pom.xml                       |   2 +-
 rt/rs/extensions/rx3/pom.xml                       |   2 +-
 rt/rs/extensions/search/pom.xml                    |   2 +-
 rt/rs/http-sci/pom.xml                             |   2 +-
 rt/rs/microprofile-client/pom.xml                  |   2 +-
 rt/rs/pom.xml                                      |   2 +-
 rt/rs/security/cors/pom.xml                        |   2 +-
 rt/rs/security/http-signature/pom.xml              |   2 +-
 rt/rs/security/jose-parent/jose-jaxrs/pom.xml      |   2 +-
 rt/rs/security/jose-parent/jose/pom.xml            |   2 +-
 rt/rs/security/jose-parent/pom.xml                 |   2 +-
 rt/rs/security/oauth-parent/oauth2-saml/pom.xml    |   2 +-
 rt/rs/security/oauth-parent/oauth2/pom.xml         |   2 +-
 .../oauth2/filters/OAuthRequestFilter.java         |  28 +-
 .../code/DefaultEncryptingCodeDataProvider.java    |  34 +-
 .../oauth2/provider/AbstractOAuthDataProvider.java |  14 +
 .../DefaultEncryptingOAuthDataProvider.java        |   8 +
 .../oauth2/filters/OAuthRequestFilterTest.java     | 134 +++++++
 .../DefaultEncryptingCodeDataProviderTest.java     | 240 ++++++++++++
 .../provider/AbstractOAuthDataProviderTest.java    |  32 ++
 .../DefaultEncryptingOAuthDataProviderTest.java    | 377 ++++++++++++++++++
 rt/rs/security/oauth-parent/pom.xml                |   2 +-
 rt/rs/security/pom.xml                             |   2 +-
 rt/rs/security/sso/oidc/pom.xml                    |   2 +-
 .../rs/security/oidc/rp/OidcClaimsValidator.java   | 111 ++++--
 .../oidc/rp/OidcClientCodeRequestFilter.java       |  94 ++++-
 .../security/oidc/rp/OidcClaimsValidatorTest.java  | 420 +++++++++++++++++++++
 .../rp/OidcClientCodeRequestFilterMaxAgeTest.java  | 332 ++++++++++++++++
 .../rp/OidcClientCodeRequestFilterNonceTest.java   | 402 ++++++++++++++++++++
 rt/rs/security/sso/saml/pom.xml                    |   2 +-
 .../saml/sso/SAMLSSOResponseValidator.java         |  68 +++-
 .../saml/sso/SAMLSSOResponseValidatorTest.java     |  82 ++++
 rt/rs/security/xml/pom.xml                         |   2 +-
 rt/rs/sse/pom.xml                                  |   2 +-
 rt/security-saml/pom.xml                           |   2 +-
 rt/security/pom.xml                                |   2 +-
 rt/transports/http-hc/pom.xml                      |   2 +-
 rt/transports/http-hc5/pom.xml                     |   2 +-
 rt/transports/http-jetty/pom.xml                   |   2 +-
 rt/transports/http-netty/netty-client/pom.xml      |   2 +-
 rt/transports/http-netty/netty-server/pom.xml      |   2 +-
 rt/transports/http-undertow/pom.xml                |   2 +-
 rt/transports/http/pom.xml                         |   2 +-
 rt/transports/jms/pom.xml                          |   2 +-
 .../org/apache/cxf/transport/jms/JMSConduit.java   |   3 +-
 .../apache/cxf/transport/jms/JMSConfigFactory.java |   2 +
 .../apache/cxf/transport/jms/JMSConfiguration.java |  38 ++
 .../apache/cxf/transport/jms/JMSDestination.java   |   4 +-
 .../apache/cxf/transport/jms/JMSMessageUtils.java  |  18 +-
 .../apache/cxf/transport/jms/uri/JMSEndpoint.java  |  26 ++
 .../transport/jms/util/JMSMessageConverter.java    |  13 +
 .../org/apache/cxf/transport/jms/util/JMSUtil.java |  20 +-
 .../cxf/transport/jms/JMSConfigFactoryTest.java    |  14 +
 .../cxf/transport/jms/uri/JMSEndpointTest.java     |  24 ++
 .../jms/util/JMSMessageConverterTest.java          |  55 +++
 .../apache/cxf/transport/jms/util/JMSUtilTest.java |  18 +-
 rt/transports/local/pom.xml                        |   2 +-
 rt/transports/pom.xml                              |   2 +-
 rt/transports/udp/pom.xml                          |   2 +-
 rt/transports/websocket/pom.xml                    |   2 +-
 rt/ws/addr/pom.xml                                 |   2 +-
 rt/ws/eventing/pom.xml                             |   2 +-
 rt/ws/mex/pom.xml                                  |   2 +-
 rt/ws/policy/pom.xml                               |   2 +-
 rt/ws/pom.xml                                      |   2 +-
 rt/ws/rm/pom.xml                                   |   2 +-
 rt/ws/security/pom.xml                             |   2 +-
 rt/ws/transfer/pom.xml                             |   2 +-
 rt/wsdl/pom.xml                                    |   2 +-
 services/pom.xml                                   |   2 +-
 services/sts/pom.xml                               |   2 +-
 services/sts/sts-core/pom.xml                      |   2 +-
 services/sts/systests/advanced/pom.xml             |   2 +-
 services/sts/systests/basic/pom.xml                |   2 +-
 services/sts/systests/pom.xml                      |   2 +-
 services/sts/systests/sts-osgi/pom.xml             |   2 +-
 services/ws-discovery/pom.xml                      |   2 +-
 services/ws-discovery/ws-discovery-api/pom.xml     |   2 +-
 services/ws-discovery/ws-discovery-service/pom.xml |   2 +-
 services/wsn/pom.xml                               |   2 +-
 services/wsn/wsn-api/pom.xml                       |   2 +-
 services/wsn/wsn-core/pom.xml                      |   2 +-
 services/wsn/wsn-osgi/pom.xml                      |   2 +-
 services/xkms/pom.xml                              |   2 +-
 services/xkms/xkms-client/pom.xml                  |   2 +-
 services/xkms/xkms-common/pom.xml                  |   2 +-
 services/xkms/xkms-service/pom.xml                 |   2 +-
 services/xkms/xkms-war/pom.xml                     |   2 +-
 services/xkms/xkms-x509-handlers/pom.xml           |   2 +-
 services/xkms/xkms-x509-repo-ldap/pom.xml          |   2 +-
 systests/cdi/base/pom.xml                          |   2 +-
 systests/cdi/cdi-owb/cdi-multiple-apps-owb/pom.xml |   2 +-
 systests/cdi/cdi-owb/cdi-no-apps-owb/pom.xml       |   2 +-
 systests/cdi/cdi-owb/cdi-producers-owb/pom.xml     |   2 +-
 systests/cdi/cdi-owb/pom.xml                       |   2 +-
 .../cdi/cdi-weld/cdi-multiple-apps-weld/pom.xml    |   2 +-
 systests/cdi/cdi-weld/cdi-no-apps-weld/pom.xml     |   2 +-
 systests/cdi/cdi-weld/cdi-producers-weld/pom.xml   |   2 +-
 systests/cdi/cdi-weld/pom.xml                      |   2 +-
 systests/cdi/pom.xml                               |   2 +-
 systests/container-integration/grizzly/pom.xml     |   2 +-
 systests/container-integration/pom.xml             |   2 +-
 systests/container-integration/webapp/pom.xml      |   2 +-
 systests/databinding/pom.xml                       |   2 +-
 .../apache/cxf/systest/jaxb/MTOMBase64Test.java    |   2 +
 systests/forked/pom.xml                            |   2 +-
 systests/jaxrs/pom.xml                             |   2 +-
 systests/jaxws/pom.xml                             |   2 +-
 .../jaxws/DynamicClientConcurrencyTest.java        | 120 ++++++
 systests/kerberos/pom.xml                          |   2 +-
 systests/ldap/pom.xml                              |   2 +-
 systests/microprofile/client/async/pom.xml         |   2 +-
 systests/microprofile/client/jaxrs/pom.xml         |   2 +-
 systests/microprofile/client/nocdi/pom.xml         |   2 +-
 systests/microprofile/client/tracing/pom.xml       |   2 +-
 systests/microprofile/client/weld/pom.xml          |   2 +-
 systests/microprofile/pom.xml                      |   2 +-
 systests/pom.xml                                   |   2 +-
 systests/rs-http-sci/pom.xml                       |   2 +-
 systests/rs-security/pom.xml                       |   2 +-
 systests/rs-sse/pom.xml                            |   2 +-
 systests/rs-sse/rs-sse-base/pom.xml                |   2 +-
 .../jaxrs/sse/BookStoreClientCloseable.java        |  14 +-
 systests/rs-sse/rs-sse-jetty/pom.xml               |   2 +-
 systests/rs-sse/rs-sse-tomcat/pom.xml              |   2 +-
 systests/rs-sse/rs-sse-undertow/pom.xml            |   2 +-
 systests/spring-boot/pom.xml                       |   2 +-
 systests/tracing/pom.xml                           |   2 +-
 systests/transport-hc5/pom.xml                     |   2 +-
 systests/transport-jms/pom.xml                     |   2 +-
 systests/transport-netty/pom.xml                   |   2 +-
 systests/transport-undertow/pom.xml                |   2 +-
 systests/transports/pom.xml                        |   2 +-
 systests/uncategorized/pom.xml                     |   2 +-
 systests/ws-rm/pom.xml                             |   2 +-
 .../systest/ws/rm/DeliveryAssuranceOnewayTest.java |  11 +
 .../systest/ws/rm/MessageCallbackOnewayTest.java   |  12 +
 systests/ws-security-examples/pom.xml              |   2 +-
 systests/ws-security/pom.xml                       |   2 +-
 systests/ws-specs/pom.xml                          |   2 +-
 systests/ws-transfer/pom.xml                       |   2 +-
 systests/wsdl_maven/codegen/pom.xml                |   2 +-
 systests/wsdl_maven/java2ws/pom.xml                |   2 +-
 systests/wsdl_maven/pom.xml                        |   2 +-
 testutils/pom.xml                                  |   2 +-
 tools/common/pom.xml                               |   2 +-
 tools/corba/pom.xml                                |   2 +-
 tools/javato/pom.xml                               |   2 +-
 tools/javato/ws/pom.xml                            |   2 +-
 tools/pom.xml                                      |   2 +-
 tools/validator/pom.xml                            |   2 +-
 tools/wadlto/jaxrs/pom.xml                         |   2 +-
 tools/wadlto/pom.xml                               |   2 +-
 tools/wsdlto/core/pom.xml                          |   2 +-
 tools/wsdlto/databinding/jaxb/pom.xml              |   2 +-
 tools/wsdlto/frontend/javascript/pom.xml           |   2 +-
 tools/wsdlto/frontend/jaxws/pom.xml                |   2 +-
 tools/wsdlto/misc/pom.xml                          |   2 +-
 tools/wsdlto/pom.xml                               |   2 +-
 tools/wsdlto/test/pom.xml                          |   2 +-
 323 files changed, 3558 insertions(+), 847 deletions(-)
 create mode 100644 
rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/filters/OAuthRequestFilterTest.java
 create mode 100644 
rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/code/DefaultEncryptingCodeDataProviderTest.java
 create mode 100644 
rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/provider/DefaultEncryptingOAuthDataProviderTest.java
 create mode 100644 
rt/rs/security/sso/oidc/src/test/java/org/apache/cxf/rs/security/oidc/rp/OidcClaimsValidatorTest.java
 create mode 100644 
rt/rs/security/sso/oidc/src/test/java/org/apache/cxf/rs/security/oidc/rp/OidcClientCodeRequestFilterMaxAgeTest.java
 create mode 100644 
rt/rs/security/sso/oidc/src/test/java/org/apache/cxf/rs/security/oidc/rp/OidcClientCodeRequestFilterNonceTest.java
 create mode 100644 
rt/transports/jms/src/test/java/org/apache/cxf/transport/jms/util/JMSMessageConverterTest.java
 create mode 100644 
systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/DynamicClientConcurrencyTest.java

Reply via email to