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

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


    from 88bae9b  [CXF-7715]EmptySOAPBodyTest fails on master with Java 9
     new 7aec1ef  Change OpenAPI pom name + description to differentiate from 
description-swagger module
     new fd178bc  Removing printStackTrace from STS code
     new a26e9fe  Upgrading Mockito to get the tests to pass with Java 10
     new e677408  Updating CryptoUtils to work with Java 10
     new a4a9341  Use JavaUtils method instead to determine JDK compatability
     new 8a1adae  More work on the samples
     new ddc5633  Updating EasyMock
     new ae0e2ba  Porting SAAJ 1.4 changes from WSS4J
     new 278d918  Using .valueOf() for Short + Byte as well

The 9 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:
 .../main/java/org/apache/cxf/helpers/DOMUtils.java | 31 +++++++++-----
 .../src/main/java/demo/callback/server/Server.java |  4 +-
 .../src/main/resources/callback_infoset.xml        | 18 +++++++++
 .../samples/configuration_interceptor/pom.xml      |  7 ----
 .../src/main/java/demo/stream/client/Client.java   | 11 ++++-
 .../src/main/java/demo/stream/server/Server.java   |  9 ++++-
 .../src/main/resources/client.xml                  | 40 ------------------
 .../src/main/resources/server.xml                  | 47 ----------------------
 integration/cdi/pom.xml                            |  2 +-
 parent/pom.xml                                     |  3 +-
 .../corba/runtime/CorbaObjectReaderTest.java       |  2 +-
 .../corba/runtime/CorbaObjectWriterTest.java       |  2 +-
 .../corba/types/CorbaPrimitiveHandlerTest.java     | 10 ++---
 .../org/apache/cxf/aegis/type/basic/BeanTest.java  |  4 +-
 rt/rs/description-openapi-v3/pom.xml               |  4 +-
 rt/rs/sse/pom.xml                                  |  2 +-
 .../apache/cxf/rt/security/crypto/CryptoUtils.java |  4 +-
 .../security/wss4j/PolicyBasedWss4JInOutTest.java  | 11 +----
 .../sts/token/provider/jwt/JWTTokenProvider.java   |  1 -
 .../sts/token/provider/SAMLProviderActAsTest.java  |  3 --
 systests/cdi/cdi-owb/cdi-producers-owb/pom.xml     |  4 +-
 .../org/apache/cxf/systest/jaxrs/BookServer.java   |  2 +-
 .../systest/type_test/AbstractTypeTestClient2.java | 24 +++++------
 23 files changed, 93 insertions(+), 152 deletions(-)
 delete mode 100644 
distribution/src/main/release/samples/configuration_interceptor/src/main/resources/client.xml
 delete mode 100644 
distribution/src/main/release/samples/configuration_interceptor/src/main/resources/server.xml

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to