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

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


    from 14e2d66  CXF-7804: SSE SseBroadcaster implementation not performing 
onClose / onError callbacks. Fixing cherry-picking from master
     new 4ad2132  Upgrade Hibernate and HSQLDB versions across all of the tests
     new 3ae8a02  CXF-7805 - Transform feature outDropElements has no effect
     new bcaa5cd  Recording .gitmergeinfo Changes

The 3 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:
 .gitmergeinfo                                      |  1 +
 .../transform/TransformOutInterceptor.java         |  4 +--
 parent/pom.xml                                     |  2 ++
 rt/rs/extensions/search/pom.xml                    | 15 +++--------
 .../src/test/resources/META-INF/persistence.xml    |  4 +--
 rt/rs/security/oauth-parent/oauth2/pom.xml         |  8 +++---
 .../src/test/resources/META-INF/persistence.xml    |  4 +--
 rt/rs/security/sso/oidc/pom.xml                    | 10 +++----
 .../src/test/resources/META-INF/persistence.xml    |  4 +--
 systests/rs-security/pom.xml                       |  8 +++---
 .../oauth2/common/JPAOAuthDataProviderImpl.java    | 13 ---------
 .../security/oauth2/grants/JAXRSOAuth2Test.java    |  6 +++++
 .../src/test/resources/META-INF/persistence.xml    |  2 +-
 ...tureTest.java => StaxTransformFeatureTest.java} | 27 ++++++++++---------
 .../soap/{XSLTServer.java => TransformServer.java} |  8 +++---
 .../src/test/resources/DoubleItLogical.wsdl        |  9 ++++++-
 .../soap/{DoubleIt.wsdl => DoubleItTransform.wsdl} | 30 +++++++++++++++++++++
 .../soap/{xslt-server.xml => transform-server.xml} | 31 ++++++++++++++++------
 18 files changed, 110 insertions(+), 76 deletions(-)
 copy 
systests/uncategorized/src/test/java/org/apache/cxf/systest/soap/{XSLTFeatureTest.java
 => StaxTransformFeatureTest.java} (71%)
 copy 
systests/uncategorized/src/test/java/org/apache/cxf/systest/soap/{XSLTServer.java
 => TransformServer.java} (86%)
 copy 
systests/uncategorized/src/test/resources/org/apache/cxf/systest/soap/{DoubleIt.wsdl
 => DoubleItTransform.wsdl} (65%)
 copy 
systests/uncategorized/src/test/resources/org/apache/cxf/systest/soap/{xslt-server.xml
 => transform-server.xml} (71%)

Reply via email to