You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/01/31 11:49:51 UTC

[cxf] branch saaj-impl updated (cefc995 -> e1df4c2)

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

buhhunyx pushed a change to branch saaj-impl
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from cefc995  osgi
     add 6c2778a  CXF-8201 add additional check for file scheme in setUriParts (#630)
     add c3f78e4  cxf-systests-uncategorized: sync jacorb version
     add fbc1c31  Update to junit 4.13
     add bc1848e  cxf-services-sts-systests-itests: reorganize test dependencies
     new f3a978b  Merge remote-tracking branch 'origin/master' into saaj-impl
     new e1df4c2  Porting SAAJ 1.4 changes from WSS4J

The 2 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:
 core/pom.xml                                       |  3 +-
 .../apache/cxf/common/util/CollectionUtils.java    |  4 ++
 .../cxf/common/util/CollectionUtilsTest.java       |  4 +-
 parent/pom.xml                                     |  7 +-
 .../org/apache/cxf/jaxrs/impl/UriBuilderImpl.java  | 15 +++-
 .../apache/cxf/jaxrs/impl/UriBuilderImplTest.java  | 48 +++++++++++++
 services/sts/systests/pom.xml                      |  1 -
 services/sts/systests/sts-features/pom.xml         | 82 ----------------------
 .../sts-features/src/main/resources/features.xml   | 29 --------
 services/sts/systests/sts-itests/pom.xml           |  7 +-
 .../sts/itests/BasicSTSIntegrationTest.java        | 61 +++++++---------
 systests/uncategorized/pom.xml                     | 15 +---
 12 files changed, 98 insertions(+), 178 deletions(-)
 delete mode 100644 services/sts/systests/sts-features/pom.xml
 delete mode 100644 services/sts/systests/sts-features/src/main/resources/features.xml


[cxf] 01/02: Merge remote-tracking branch 'origin/master' into saaj-impl

Posted by bu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

buhhunyx pushed a commit to branch saaj-impl
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit f3a978b08bdcdb19e22b6cdc68fa0371398258b4
Merge: cefc995 bc1848e
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Jan 31 14:49:17 2020 +0300

    Merge remote-tracking branch 'origin/master' into saaj-impl

 .../apache/cxf/common/util/CollectionUtils.java    |  4 ++
 .../cxf/common/util/CollectionUtilsTest.java       |  4 +-
 parent/pom.xml                                     |  7 +-
 .../org/apache/cxf/jaxrs/impl/UriBuilderImpl.java  | 15 +++-
 .../apache/cxf/jaxrs/impl/UriBuilderImplTest.java  | 48 +++++++++++++
 services/sts/systests/pom.xml                      |  1 -
 services/sts/systests/sts-features/pom.xml         | 82 ----------------------
 .../sts-features/src/main/resources/features.xml   | 29 --------
 services/sts/systests/sts-itests/pom.xml           |  7 +-
 .../sts/itests/BasicSTSIntegrationTest.java        | 61 +++++++---------
 systests/uncategorized/pom.xml                     | 15 +---
 11 files changed, 96 insertions(+), 177 deletions(-)



[cxf] 02/02: Porting SAAJ 1.4 changes from WSS4J

Posted by bu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

buhhunyx pushed a commit to branch saaj-impl
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit e1df4c2e59e4c22a7f3a21cabf4212f6d6adb18f
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Jan 31 14:48:46 2020 +0300

    Porting SAAJ 1.4 changes from WSS4J
---
 core/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 82da697..2a1cb70 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -65,7 +65,8 @@
             !sun.misc
         </cxf.osgi.import>
         <cxf.osgi.dynamic.import>
-            org.apache.cxf.bus,org.apache.cxf.*,com.ctc.wstx.*,org.apache.karaf.jaas.boot.principal.*
+            org.apache.cxf.bus,org.apache.cxf.*,com.ctc.wstx.*,org.apache.karaf.jaas.boot.principal.*,
+            com.sun.xml.messaging.saaj.soap,com.sun.xml.internal.messaging.saaj.soap
         </cxf.osgi.dynamic.import>
         <!-- keep in sync with services exported in activator -->
         <cxf.export.service>