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/10 08:08:07 UTC

[cxf] branch CXF-8051 updated (5acb48c -> c0f9cef)

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.


    omit 5acb48c  Try to set the attachment directly on the outbound message
    omit c303fb8  Take II - Get the attachments from the response context of the STS call
    omit dd0aec9  CXF-8051 - Inline any xop Include references in a received SecurityToken if MTOM is enabled
     add 5fe1123  [CXF-8072]Loggers logs request twice in case of Fault
     add efac0e6  Fix some eclipse warnings
     add aa1fdd0  Merge branch 'master' of github.com:apache/cxf
     add c09877e  Use MessageDigest in the SCTCanceller
     add 7815364  Fix a bunch of issues the new PMD is reporting, many more to go
     add 5355846  Upgrade pmd plugin, try to detect which eclipse PMD plugin (there are 2) is installed and configure appropriately
     add 6df4d39  CXF-8051 - Inline any xop Include references in a received SecurityToken if MTOM is enabled
     add 9b534bd  Take II - Get the attachments from the response context of the STS call
     add c0f9cef  Try to set the attachment directly on the outbound message

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   (5acb48c)
            \
             N -- N -- N   refs/heads/CXF-8051 (c0f9cef)

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:
 .../cxf/attachment/AttachmentDataSource.java       |  7 +---
 .../apache/cxf/common/util/ClassHelperTest.java    |  1 +
 parent/pom.xml                                     | 32 ++++++++++++++--
 .../apache/cxf/aegis/type/basic/CalendarType.java  |  8 +++-
 .../apache/cxf/aegis/type/basic/DateTimeType.java  |  8 +++-
 .../org/apache/cxf/aegis/type/basic/DateType.java  |  8 +++-
 .../org/apache/cxf/aegis/type/basic/TimeType.java  | 10 +++--
 .../apache/cxf/aegis/type/basic/TimestampType.java | 10 +++--
 .../cxf/aegis/type/basic/TimezoneLessDateType.java |  8 +++-
 .../inheritance/ExceptionInheritanceTest.java      |  2 +
 .../org/apache/cxf/aegis/type/basic/BeanTest.java  |  2 +
 .../apache/cxf/aegis/type/basic/ByteDataTest.java  |  2 +
 .../cxf/aegis/type/basic/DynamicProxyTest.java     |  2 +
 .../cxf/aegis/type/basic/QualificationTest.java    |  2 +
 .../cxf/aegis/type/encoded/ArrayTypeInfoTest.java  |  2 +
 .../cxf/aegis/type/encoded/SoapArrayTypeTest.java  |  2 +
 .../cxf/aegis/type/encoded/StructTypeTest.java     |  2 +
 .../cxf/ext/logging/LoggingInInterceptor.java      | 16 --------
 .../spring/AbstractSpringConfigurationFactory.java |  3 +-
 .../http_jetty/JettyHTTPServerEngine.java          |  2 +
 .../cxf/ws/rm/persistence/jdbc/RMTxStore.java      | 44 +++++++++++-----------
 .../org/apache/cxf/ws/rm/SourceSequenceTest.java   |  2 +-
 .../apache/cxf/wsdl11/WSDLServiceBuilderTest.java  |  2 +-
 .../cxf/sts/token/canceller/SCTCanceller.java      |  6 +--
 .../jaxrs/failover/AbstractFailoverTest.java       |  2 +-
 .../security/jose/jwejws/JwsHTTPHeaderTest.java    |  1 +
 .../apache/cxf/systest/http/HTTPConduitTest.java   |  6 +--
 .../cxf/systest/https/conduit/HTTPSClientTest.java |  4 +-
 .../systest/https/conduit/HTTPSConduitTest.java    |  6 +--
 .../https/constraints/CertConstraintsTest.java     |  4 +-
 .../systest/type_test/AbstractTypeTestClient.java  |  2 +-
 .../ws/rm/AbstractClientPersistenceTest.java       | 14 +++----
 .../ws/rm/AbstractServerPersistenceTest.java       |  2 +-
 .../greeter_control/FaultThrowingInterceptor.java  |  7 +++-
 .../wsdl/type_test/type_test_tester_java.xsl       |  2 -
 .../java/org/apache/cxf/tools/util/JAXBUtils.java  | 14 ++-----
 36 files changed, 145 insertions(+), 102 deletions(-)