From 08a137c1ec8b943420d9dc1a19fd7047e95f3536 Mon Sep 17 00:00:00 2001 From: Wijith Bandara Date: Mon, 27 Jan 2020 11:42:39 +0530 Subject: [PATCH 1/3] Change javax.xml.soap import-package version --- spring-framework/3.2.9.wso2v2/pom.xml | 98 +++++++++++++++++++ .../main/resources/META-INF/spring.factories | 1 + .../main/resources/META-INF/spring.handlers | 12 +++ .../main/resources/META-INF/spring.schemas | 51 ++++++++++ .../main/resources/META-INF/spring.tooling | 37 +++++++ .../main/resources/META-INF/web-fragment.xml | 10 ++ 6 files changed, 209 insertions(+) create mode 100644 spring-framework/3.2.9.wso2v2/pom.xml create mode 100644 spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.factories create mode 100644 spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.handlers create mode 100644 spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.schemas create mode 100644 spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.tooling create mode 100644 spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/web-fragment.xml diff --git a/spring-framework/3.2.9.wso2v2/pom.xml b/spring-framework/3.2.9.wso2v2/pom.xml new file mode 100644 index 000000000..6aefc2033 --- /dev/null +++ b/spring-framework/3.2.9.wso2v2/pom.xml @@ -0,0 +1,98 @@ + + + 4.0.0 + org.springframework.ws.wso2 + spring.framework + bundle + spring.framework.wso2 + 3.2.9.wso2v1 + + This bundle will export packages from spring framework + + http://wso2.org + + + + wso2.releases + WSO2 internal Repository + http://maven.wso2.org/nexus/content/repositories/releases/ + + + + wso2.snapshots + WSO2 Snapshot Repository + http://maven.wso2.org/nexus/content/repositories/snapshots/ + + + + + + org.springframework.ws + spring-xml + 2.1.4.RELEASE + + + + org.springframework + spring-core + ${version.spring} + + + + org.springframework + spring-beans + ${version.spring} + + + + org.springframework + spring-context + ${version.spring} + + + + org.springframework + spring-web + ${version.spring} + + + + + + + + org.apache.felix + maven-bundle-plugin + 1.4.0 + true + + + ${project.artifactId} + ${project.artifactId} + + org.springframework.*; version=${exp.pkg.version.spring}, + + + !org.springframework.*; version=${exp.pkg.version.spring}, + javax.xml.stream.*; version="1.0.1", + javax.xml.soap; version="0.0.0", + *;resolution:=optional + + * + + + + + + + + + 3.2.9.RELEASE + 3.2.9.wso2v1 + + diff --git a/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.factories b/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.factories new file mode 100644 index 000000000..b623047ec --- /dev/null +++ b/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.factories @@ -0,0 +1 @@ +org.springframework.beans.BeanInfoFactory=org.springframework.beans.ExtendedBeanInfoFactory \ No newline at end of file diff --git a/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.handlers b/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.handlers new file mode 100644 index 000000000..e0dbc7ede --- /dev/null +++ b/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.handlers @@ -0,0 +1,12 @@ +# spring-beans +http\://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler +http\://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler +http\://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler +# spring-context +http\://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler +http\://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler +http\://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler +http\://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler +http\://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler +# spring-aop +http\://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler diff --git a/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.schemas b/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.schemas new file mode 100644 index 000000000..3f070f8b0 --- /dev/null +++ b/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.schemas @@ -0,0 +1,51 @@ +# spring-beans +http\://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd +http\://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd +http\://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd +http\://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd +http\://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd +http\://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd +http\://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd +http\://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd +http\://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd +http\://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd +http\://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd +http\://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd +http\://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd +http\://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd +http\://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd +http\://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd +http\://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd +http\://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd +# spring-context +http\://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd +http\://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd +http\://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd +http\://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd +http\://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd +http\://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd +http\://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd +http\://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd +http\://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd +http\://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd +http\://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd +http\://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd +http\://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd +http\://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd +http\://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd +http\://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd +http\://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd +http\://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd +http\://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd +http\://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd +http\://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd +http\://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd +http\://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd +http\://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd +# spring-aop +http\://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd +http\://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd +http\://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd +http\://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd +http\://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd +http\://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd diff --git a/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.tooling b/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.tooling new file mode 100644 index 000000000..c9c3d4873 --- /dev/null +++ b/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.tooling @@ -0,0 +1,37 @@ +# Tooling related information for the beans namespace +http\://www.springframework.org/schema/beans@name=beans Namespace +http\://www.springframework.org/schema/beans@prefix=beans +http\://www.springframework.org/schema/beans@icon=org/springframework/beans/factory/xml/spring-beans.gif + +# Tooling related information for the util namespace +http\://www.springframework.org/schema/util@name=util Namespace +http\://www.springframework.org/schema/util@prefix=util +http\://www.springframework.org/schema/util@icon=org/springframework/beans/factory/xml/spring-util.gif +# Tooling related information for the context namespace +http\://www.springframework.org/schema/context@name=context Namespace +http\://www.springframework.org/schema/context@prefix=context +http\://www.springframework.org/schema/context@icon=org/springframework/context/config/spring-context.gif + +# Tooling related information for the jee namespace +http\://www.springframework.org/schema/jee@name=jee Namespace +http\://www.springframework.org/schema/jee@prefix=jee +http\://www.springframework.org/schema/jee@icon=org/springframework/ejb/config/spring-jee.gif + +# Tooling related information for the scheduling namespace +http\://www.springframework.org/schema/task@name=task Namespace +http\://www.springframework.org/schema/task@prefix=task +http\://www.springframework.org/schema/task@icon=org/springframework/scheduling/config/spring-task.gif + +# Tooling related information for the lang namespace +http\://www.springframework.org/schema/lang@name=lang Namespace +http\://www.springframework.org/schema/lang@prefix=lang +http\://www.springframework.org/schema/lang@icon=org/springframework/scripting/config/spring-lang.gif + +# Tooling related information for the cache namespace +http\://www.springframework.org/schema/cache@name=cache Namespace +http\://www.springframework.org/schema/cache@prefix=cache +http\://www.springframework.org/schema/cache@icon=org/springframework/cache/config/spring-cache.gif +# Tooling related information for the aop namespace +http\://www.springframework.org/schema/aop@name=aop Namespace +http\://www.springframework.org/schema/aop@prefix=aop +http\://www.springframework.org/schema/aop@icon=org/springframework/aop/config/spring-aop.gif diff --git a/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/web-fragment.xml b/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/web-fragment.xml new file mode 100644 index 000000000..e687c8b58 --- /dev/null +++ b/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/web-fragment.xml @@ -0,0 +1,10 @@ + + + + spring_web + + + From 5690ade9b517e43746029c3bb4412e2bdb723caa Mon Sep 17 00:00:00 2001 From: Wijith Bandara Date: Mon, 27 Jan 2020 11:47:38 +0530 Subject: [PATCH 2/3] Fiexed formating issue --- .../3.2.9.wso2v2/src/main/resources/META-INF/spring.factories | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.factories b/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.factories index b623047ec..93db02ec9 100644 --- a/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.factories +++ b/spring-framework/3.2.9.wso2v2/src/main/resources/META-INF/spring.factories @@ -1 +1 @@ -org.springframework.beans.BeanInfoFactory=org.springframework.beans.ExtendedBeanInfoFactory \ No newline at end of file +org.springframework.beans.BeanInfoFactory=org.springframework.beans.ExtendedBeanInfoFactory From 6d08d6bb9903147d7627e753f06cec4f84c53a6d Mon Sep 17 00:00:00 2001 From: Wijith Bandara Date: Mon, 27 Jan 2020 12:00:31 +0530 Subject: [PATCH 3/3] Change version --- spring-framework/3.2.9.wso2v2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework/3.2.9.wso2v2/pom.xml b/spring-framework/3.2.9.wso2v2/pom.xml index 6aefc2033..f6cfc6fce 100644 --- a/spring-framework/3.2.9.wso2v2/pom.xml +++ b/spring-framework/3.2.9.wso2v2/pom.xml @@ -7,7 +7,7 @@ spring.framework bundle spring.framework.wso2 - 3.2.9.wso2v1 + 3.2.9.wso2v2 This bundle will export packages from spring framework