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

coheigea pushed a change to branch wss4j_2.3.0
in repository https://gitbox.apache.org/repos/asf/cxf.git.


 discard 3b4e94c  Picking up more changes in WSS4J
 discard 5ee5f85  Use newer guava version from WSS4J
 discard ffb9fd3  Fixing up latest policy change in WSS4J
 discard 3d1c106  Set the SOAP namespace on the streaming policy validation code
 discard e640776  Picking up more derived key changes in WSS4J
 discard 6ea153b  Picking up derived key changes from WSS4J
 discard 6ef02d8  Create salt instead of getting it from WSS4J
 discard b95933a  Picking up changes to symmetricKey in WSSEcEncryptedKey
 discard 0fb54ea  WSSecEncryptedKey.getEphemeralKey() is removed in WSS4J
 discard 42ddecc  Get the encrypted key SHA value directly from WSS4J
     add 7a4983c  Updating Jetty, Spring, Hazelcast
     add 9c9d5c4  cxf-services-sts-systests-basic: minor test refactoring
     add 3bcb005  [CXF-8057]upgrade to use stax2-api and woodstox-core latest 
version
     add 5cef966  Fix CXF-7966: allows more flexibility in Beanspector (#510)
     add 58ad2b8  Updating Spring Boot
     add d78d7d9  Fixing a few bugs
     add ab2a445  Revert "[CXF-8057]upgrade to use stax2-api and woodstox-core 
latest version"
     add 5059b7b  CXF-8060 - Switch default keystore type to JKS. This should 
work with both JKS + PKCS12 as a result.
     add 8296397  Switch to use Files.createTemFile
     add 510caef  CXF-8059: @FormParam inside @BeanParam not working
     add 0883d91  Update maven-checkstyle-plugin
     add 800cd04  Made test less likely to fail
     add e93148a  Removing unused exclusions from hbase-client
     add d4a28ed  [CXF-8062]test to demonstrate 
MessageContext.HTTP_RESPONSE_CODE can be obtained if response code is not 200
     add be61232  Removing duplicate ant version
     add 93bc0dd  CXF-8063 - Make it easier to subclass Slf4jEventSender
     add 8421754  CXF-8063 - Make it easier to configure the logging level
     add a75cc85  No need to use SoapMessage in the attachment callback handler
     add 21b1df7  CXF-8068 - Log any error in the SAML SSO component under 
warning
     new 7948a24  Get the encrypted key SHA value directly from WSS4J
     new 8ea0044  WSSecEncryptedKey.getEphemeralKey() is removed in WSS4J
     new 0d6f4bf  Picking up changes to symmetricKey in WSSEcEncryptedKey
     new abd0656  Create salt instead of getting it from WSS4J
     new 5527596  Picking up derived key changes from WSS4J
     new 7fee961  Picking up more derived key changes in WSS4J
     new 3539dfa  Set the SOAP namespace on the streaming policy validation code
     new 64e7d0e  Fixing up latest policy change in WSS4J
     new 5a13739  Use newer guava version from WSS4J
     new 3e6247b  Picking up more changes in WSS4J

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   (3b4e94c)
            \
             N -- N -- N   refs/heads/wss4j_2.3.0 (3e6247b)

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.

The 10 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:
 .../apache/cxf/configuration/jsse/SSLUtils.java    |   2 +-
 maven-plugins/java2swagger-plugin/pom.xml          |   5 -
 parent/pom.xml                                     |  42 +----
 .../main/java/org/apache/cxf/aegis/util/UID.java   |   4 +-
 .../cxf/ext/logging/slf4j/Slf4jEventSender.java    |  33 +++-
 .../persistence/FilesystemExchangeDataDAO.java     |  13 +-
 .../apache/cxf/jaxrs/client/ClientProxyImpl.java   |  18 +-
 .../apache/cxf/jaxrs/ext/search/Beanspector.java   |  68 ++++---
 .../cxf/jaxrs/ext/search/BeanspectorTest.java      |  89 ++++++++-
 .../rs/security/saml/sso/AbstractSSOSpHandler.java |   6 +-
 .../saml/sso/SAMLProtocolResponseValidator.java    |  30 +--
 .../saml/sso/SAMLSSOResponseValidator.java         |  36 ++--
 .../security/saml/sso/SamlPostBindingFilter.java   |   6 +-
 .../saml/sso/SamlRedirectBindingFilter.java        |   6 +-
 .../saml/sso/SamlSSOAssertionValidator.java        |  14 +-
 .../cxf/ws/rm/persistence/jdbc/RMTxStore.java      |   8 +-
 .../cxf/ws/rm/soap/RetransmissionQueueImpl.java    |   2 +-
 .../security/wss4j/AttachmentCallbackHandler.java  |  18 +-
 .../cxf/sts/operation/IssueSamlRealmUnitTest.java  |  30 +--
 ...etrieverTest.java => AbstractSTSTokenTest.java} | 114 ++++-------
 .../sts/stsclient/STSTokenOutInterceptorTest.java  | 209 +-------------------
 .../sts/stsclient/STSTokenRetrieverTest.java       | 210 +--------------------
 .../cdi/base/tomcat/AbstractTomcatServer.java      |   3 +-
 .../org/apache/cxf/systest/jaxrs/BookStore.java    |  80 +++++++-
 .../systest/jaxrs/JAXRSClientServerBookTest.java   |  36 ++++
 .../apache/cxf/systest/jaxws/ClientServerTest.java |   4 +
 26 files changed, 430 insertions(+), 656 deletions(-)
 copy 
services/sts/systests/basic/src/test/java/org/apache/cxf/systest/sts/stsclient/{STSTokenRetrieverTest.java
 => AbstractSTSTokenTest.java} (66%)

Reply via email to