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.59
in repository https://gitbox.apache.org/repos/asf/cxf.git
discard b8f84da3376 Bump org.atmosphere:atmosphere-runtime from 3.1.0 to 4.0.59
add 55ae305eb87 Bump cxf.hibernate.em.version from 7.4.2.Final to
7.4.3.Final (#3278)
add 07ed95f391d Bump io.github.littleproxy:littleproxy from 2.7.0 to 2.8.0
(#3276)
add 24a45ef4689 Disable decoupled destinations by default for
WS-Addressing (#3279)
add 0ac9b4c1ce9 Bump org.apache.httpcomponents.client5:httpclient5 from
5.6.1 to 5.6.2 (#3275)
add 93165c253fa CXF-9161: Some of the OIDCFlowTest fail with timeout (JPA
only) when HttpClient instance is shared (#3109)
add c9493ac452a Bump cxf.junit6.version from 6.1.0 to 6.1.1 (#3282)
add 280d0141516 Bump net.sourceforge.pmd:pmd-core from 7.25.0 to 7.26.0
(#3283)
add 71a342c9516 Bump org.apache.groovy:groovy from 5.0.6 to 5.0.7 (#3284)
add 4d64e044bad CXF-9226: AsyncHTTPConduit throws ISE instead of
HTTPException(407) o… (#3255)
add f7275f82309 Switch XML Security CryptoLoader to use URIResolver (#3280)
add 12607f124ff Bump com.puppycrawl.tools:checkstyle from 13.6.0 to 13.7.0
(#3287)
add 0b1e3f5d82b Update Netty to 4.2.16.Final
add 50918830ece Plug URIResolver into AttachmentUtil (#3289)
add c2c5619b065 Encode LDAP query parameter names as well (#3288)
add 64f8929e1f8 Switch AbstractJwtHandler to require that the subject =
the client Id by default (#3291)
add d8009cd9593 Set setReuseAddress on the test socket to try to reduce
port conflicts (#3290)
add ff845cc5a75 Bump org.eclipse.persistence:org.eclipse.persistence.moxy
(#3286)
add 2f715e930cf Plug URIResolver into StaxUtils (#3293)
add 6af78b897f7 Enforce that Access tokens only are accepted in
JwtAccessTokenValidator (#3294)
add 0cc2bcad929 Bump cxf.tomcat.version from 11.0.23 to 11.0.24 (#3295)
add a36490434e2 CXF-9230: Update to Spring Boot 4.1 release line (#3040)
add db945030a75 Bump
org.apache.camel.springboot:camel-spring-boot-dependencies (#3285)
add 40bbcd8acfe Update Jetty to 12.1.11
add 42fafe58066 Put log messages and SOAP Fault messages to a resource
bundle so that downstream intergations of CXF can hint about their own
configuration parameters (#3300)
add 8ab0d8bc99f Fix bug with SAML clientAddress (#3298)
add 2a508d5235c Plug URIResolver into EndpointReferenceUtils (#3296)
add 3fa2ffd04bc Disallow a dynamic registration client from requesting
scopes without validation (#3297)
add 7a12ad6adb9 Bump cxf.hibernate.em.version from 7.4.3.Final to
7.4.4.Final (#3302)
add 16ac0e403ca [CXF-9229] Add PQC TLS 1.3 support via X25519MLKEM768
hybrid KEM (#3299)
add dd99a0c8460 Bump org.atmosphere:atmosphere-runtime from 3.1.0 to 4.0.59
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 (b8f84da3376)
\
N -- N -- N
refs/heads/dependabot/maven/org.atmosphere-atmosphere-runtime-4.0.59
(dd99a0c8460)
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:
.../org/apache/cxf/attachment/AttachmentUtil.java | 7 +-
.../jsse/TLSClientParametersConfig.java | 3 +
.../cxf/configuration/jsse/TLSParameterBase.java | 21 +
.../jsse/TLSServerParametersConfig.java | 3 +
.../java/org/apache/cxf/resource/URIResolver.java | 5 +-
.../java/org/apache/cxf/staxutils/StaxUtils.java | 2 +
.../cxf/ws/addressing/AddressingConstants.java | 2 +-
.../org/apache/cxf/ws/addressing/ContextUtils.java | 173 ++-
.../cxf/ws/addressing/EndpointReferenceUtils.java | 19 +-
.../apache/cxf/ws/addressing/Messages.properties | 19 +-
.../resources/schemas/configuration/security.xsd | 32 +
.../cxf/attachment/AttachmentDeserializerTest.java | 12 +
.../org/apache/cxf/staxutils/StaxUtilsTest.java | 13 +
.../apache/cxf/ws/addressing/ContextUtilsTest.java | 81 ++
.../ws/addressing/EndpointReferenceUtilsTest.java | 141 ++
.../release/samples/groovy_spring_support/pom.xml | 2 +-
distribution/src/main/release/samples/pom.xml | 10 +-
parent/pom.xml | 34 +-
.../apache/cxf/aegis/type/mtom/AttachmentUtil.java | 8 +-
.../jaxrs/ext/search/ldap/LdapQueryVisitor.java | 3 +-
.../ext/search/ldap/LdapQueryVisitorTest.java | 15 +
rt/rs/security/oauth-parent/oauth2-saml/pom.xml | 5 +
.../security/oauth2/saml/SamlOAuthValidator.java | 2 +-
.../oauth2/saml/SamlOAuthValidatorTest.java | 127 ++
.../security/oauth2/client/OAuthClientUtils.java | 43 +-
.../oauth2/filters/JwtAccessTokenValidator.java | 17 +
.../oauth2/grants/jwt/AbstractJwtHandler.java | 7 +
.../services/DynamicRegistrationService.java | 30 +-
.../filters/JwtAccessTokenValidatorTest.java | 39 +-
.../grants/jwt/JwtBearerGrantHandlerTest.java | 134 ++
.../services/DynamicRegistrationServiceTest.java | 94 ++
.../cxf/rs/security/oidc/utils/OidcUtils.java | 15 +-
.../cxf/rs/security/common/CryptoLoader.java | 8 +-
.../cxf/rs/security/common/CryptoLoaderTest.java | 78 ++
.../http/asyncclient/hc5/AsyncHTTPConduit.java | 7 +
.../http_jetty/BCJsseServerALPNProcessor.java | 79 ++
.../http_jetty/JettyHTTPServerEngine.java | 31 +-
.../org.eclipse.jetty.io.ssl.ALPNProcessor$Server | 1 +
.../cxf/transport/http/HttpClientHTTPConduit.java | 4 +
.../org/apache/cxf/transport/https/SSLUtils.java | 40 +
.../ws/addressing/impl/InternalContextUtils.java | 14 +-
.../cxf/ws/addressing/impl/MAPAggregatorImpl.java | 102 +-
.../impl/DecoupledDestinationProtocolTest.java | 36 +-
.../cxf/ws/addressing/impl/MAPAggregatorTest.java | 6 +
.../org/apache/cxf/ws/rm/InternalContextUtils.java | 2 +-
.../java/org/apache/cxf/ws/rm/Messages.properties | 1 +
.../src/main/java/org/apache/cxf/ws/rm/Proxy.java | 5 +
.../java/org/apache/cxf/ws/rm/RMInInterceptor.java | 5 +
.../org/apache/cxf/ws/rm/RMOutInterceptor.java | 5 +
.../org/apache/cxf/ws/rm/RMInInterceptorTest.java | 8 +-
.../security/oauth2/common/OAuth2TestUtils.java | 19 +-
.../systest/jaxrs/security/oidc/OIDCFlowTest.java | 1431 ++++++++++----------
.../jaxrs/security/oauth2/tls/serverTls-fips.xml | 5 +
.../jaxrs/security/oauth2/tls/serverTls.xml | 5 +
.../hc5/http/auth/ProxyAuthIllegalStateTest.java | 197 +++
systests/transports/pom.xml | 29 +
.../cxf/systest/https/pqc/BCJssePQCTest.java | 166 +++
.../apache/cxf/systest/https/pqc/PQCTLSTest.java | 148 ++
.../src/test/resources/logging.properties | 4 +-
.../cxf/systest/https/pqc/bcjsse-client.xml} | 30 +-
.../cxf/systest/https/pqc/bcjsse-server.xml} | 58 +-
.../apache/cxf/systest/https/pqc/pqc-client.xml} | 25 +-
.../apache/cxf/systest/https/pqc/pqc-server.xml} | 51 +-
.../cxf/systest/ws/rm/DecoupledBareTest.java | 8 +
.../systest/ws/rm/DecoupledClientServerTest.java | 8 +
.../addr_feature/WSAFaultToClientServerTest.java | 6 +
.../systest/ws/addressing/DecoupledJMSTest.java | 3 +-
.../apache/cxf/systest/ws/addressing/MAPTest.java | 10 +-
.../ws/policy/AddressingInlinePolicyTest.java | 7 +
.../ws/policy/AddressingOptionalPolicyTest.java | 7 +
.../ws/policy/AddressingPolicy0705Test.java | 8 +
.../systest/ws/policy/AddressingPolicyTest.java | 8 +
.../org/apache/cxf/testutil/common/TestUtil.java | 2 +
73 files changed, 2917 insertions(+), 868 deletions(-)
create mode 100644
core/src/test/java/org/apache/cxf/ws/addressing/EndpointReferenceUtilsTest.java
create mode 100644
rt/rs/security/oauth-parent/oauth2-saml/src/test/java/org/apache/cxf/rs/security/oauth2/saml/SamlOAuthValidatorTest.java
create mode 100644
rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/jwt/JwtBearerGrantHandlerTest.java
create mode 100644
rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/services/DynamicRegistrationServiceTest.java
create mode 100644
rt/rs/security/xml/src/test/java/org/apache/cxf/rs/security/common/CryptoLoaderTest.java
create mode 100644
rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/BCJsseServerALPNProcessor.java
create mode 100644
rt/transports/http-jetty/src/main/resources/META-INF/services/org.eclipse.jetty.io.ssl.ALPNProcessor$Server
create mode 100644
systests/transport-hc5/src/test/java/org/apache/cxf/systest/hc5/http/auth/ProxyAuthIllegalStateTest.java
create mode 100644
systests/transports/src/test/java/org/apache/cxf/systest/https/pqc/BCJssePQCTest.java
create mode 100644
systests/transports/src/test/java/org/apache/cxf/systest/https/pqc/PQCTLSTest.java
copy
systests/{rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oidc/client.xml
=>
transports/src/test/resources/org/apache/cxf/systest/https/pqc/bcjsse-client.xml}
(67%)
copy
systests/{transport-hc5/src/test/resources/org/apache/cxf/systest/hc5/https/sni/client-sni-server.xml
=>
transports/src/test/resources/org/apache/cxf/systest/https/pqc/bcjsse-server.xml}
(50%)
copy
systests/{rs-security/src/test/resources/org/apache/cxf/systest/jaxrs/security/oidc/client.xml
=>
transports/src/test/resources/org/apache/cxf/systest/https/pqc/pqc-client.xml}
(73%)
copy
systests/{transport-hc5/src/test/resources/org/apache/cxf/systest/hc5/https/sni/client-sni-server.xml
=>
transports/src/test/resources/org/apache/cxf/systest/https/pqc/pqc-server.xml}
(55%)