You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/07/08 16:22:01 UTC

[cxf] branch CXF-8051 updated (1115a4c -> dd0aec9)

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

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


 discard 1115a4c  CXF-8051 - Inline any xop Include references in a received SecurityToken if MTOM is enabled
     add 21b1df7  CXF-8068 - Log any error in the SAML SSO component under warning
     add 55fff5e  [CXF-8062]be able to set HTTP return code even it's 4xx
     add 34473b5  [CXF-8064]OpenApiFeature(OpenAPI V3) should be able to work with camel-cxfrs endpoint
     add 1fad512  Updating Jasypt bundle
     add 8add945  Setting property logMultipart and logBinary from org.apache.cxf.features.logging.cfg
     add 4f40390  Merge pull request #563 from LucaT75/DisableLoggingMultipartFeature
     add dd0aec9  CXF-8051 - Inline any xop Include references in a received SecurityToken if MTOM is enabled

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   (1115a4c)
            \
             N -- N -- N   refs/heads/CXF-8051 (dd0aec9)

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:
 .../java/org/apache/cxf/endpoint/ClientImpl.java   |  5 ++
 parent/pom.xml                                     |  2 +-
 .../org/apache/cxf/ext/logging/osgi/Activator.java | 10 +++-
 .../apache/cxf/jaxrs/openapi/OpenApiFeature.java   | 68 +++++++++++++++++++++-
 .../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 ++---
 10 files changed, 131 insertions(+), 52 deletions(-)