This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from cce8cbb8506 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)
new 74563421764 Fix bug with SAML clientAddress (#3298)
new 22149e3f8e4 Plug URIResolver into EndpointReferenceUtils (#3296)
new 7652d673f32 Disallow a dynamic registration client from requesting
scopes without validation (#3297)
new 91bbbfe8cd4 Jakarta fixup
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cxf/ws/addressing/EndpointReferenceUtils.java | 19 ++-
.../ws/addressing/EndpointReferenceUtilsTest.java | 141 +++++++++++++++++++++
rt/rs/security/oauth-parent/oauth2-saml/pom.xml | 5 +
.../security/oauth2/saml/SamlOAuthValidator.java | 2 +-
.../oauth2/saml/SamlOAuthValidatorTest.java | 127 +++++++++++++++++++
.../services/DynamicRegistrationService.java | 30 ++++-
.../services/DynamicRegistrationServiceTest.java | 94 ++++++++++++++
.../jaxrs/security/oauth2/tls/serverTls.xml | 5 +
8 files changed, 410 insertions(+), 13 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/services/DynamicRegistrationServiceTest.java