You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2020/08/30 05:31:47 UTC

[servicemix-bundles] branch master updated: spring-ws-support should be a fragment bundle.

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 108445f  spring-ws-support should be a fragment bundle.
     new eec538f  Merge pull request #143 from aclemons/springws-fragment
108445f is described below

commit 108445f33a2e77f4cc022e051f239331ccf094bc
Author: Andrew Clemons <an...@gmail.com>
AuthorDate: Sun Aug 30 16:04:03 2020 +1200

    spring-ws-support should be a fragment bundle.
    
    This bundle adds extra classes to spring-ws-core and exports some of the
    same packages. It should attach to that bundle and complement it.
    
    If deployed as it currently is, it will result in use constraint
    violations for importing bundles since packages like
    org.springframework.ws.transport will resolve via two dependency chains.
    
    The last upstream version with OSGi metadata also packaged this bundle
    as a fragment.
    
    https://repo1.maven.org/maven2/org/springframework/ws/spring-ws-support/2.1.4.RELEASE/spring-ws-support-2.1.4.RELEASE.jar
---
 spring-ws-support-2.4.2.RELEASE/pom.xml | 3 +++
 spring-ws-support-3.0.9.RELEASE/pom.xml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/spring-ws-support-2.4.2.RELEASE/pom.xml b/spring-ws-support-2.4.2.RELEASE/pom.xml
index 876885a..fe67bac 100644
--- a/spring-ws-support-2.4.2.RELEASE/pom.xml
+++ b/spring-ws-support-2.4.2.RELEASE/pom.xml
@@ -48,6 +48,9 @@
         <servicemix.osgi.export.pkg>
             org.springframework.ws.transport
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.fragment.host>
+            ${project.groupId}.spring-ws-core
+        </servicemix.osgi.fragment.host>
         <servicemix.osgi.import.pkg>
             com.sun.mail.imap;resolution:=optional, 
             com.sun.net.httpserver;resolution:=optional, 
diff --git a/spring-ws-support-3.0.9.RELEASE/pom.xml b/spring-ws-support-3.0.9.RELEASE/pom.xml
index 9e4d958..ff4d6b3 100644
--- a/spring-ws-support-3.0.9.RELEASE/pom.xml
+++ b/spring-ws-support-3.0.9.RELEASE/pom.xml
@@ -48,6 +48,9 @@
         <servicemix.osgi.export.pkg>
             org.springframework.ws.transport
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.fragment.host>
+            ${project.groupId}.spring-ws-core
+        </servicemix.osgi.fragment.host>
         <servicemix.osgi.import.pkg>
             com.sun.mail.imap;resolution:=optional, 
             com.sun.net.httpserver;resolution:=optional,