IDEMPIERE-5980:spring-jcl make conflict between an export and import (slow down start idempiere on some condition) (#2175)
* IDEMPIERE-5980:spring-jcl make conflict between an export and import (slow down start idempiere on some condition)
This commit is contained in:
parent
3d6ac16d00
commit
0ea6a0352b
|
@ -402,7 +402,6 @@
|
|||
<setEntry value="wrapped.org.springframework.spring-context@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-core@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-expression@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-jcl@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-web@default:default"/>
|
||||
<setEntry value="wrapped.wsdl4j.wsdl4j@default:default"/>
|
||||
<setEntry value="xstream@default:default"/>
|
||||
|
|
|
@ -402,7 +402,6 @@
|
|||
<setEntry value="wrapped.org.springframework.spring-context@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-core@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-expression@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-jcl@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-web@default:default"/>
|
||||
<setEntry value="wrapped.wsdl4j.wsdl4j@default:default"/>
|
||||
<setEntry value="xstream@default:default"/>
|
||||
|
|
|
@ -1068,13 +1068,6 @@
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="wrapped.org.springframework.spring-jcl"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.osgi.util.pushstream.source"
|
||||
download-size="0"
|
||||
|
|
|
@ -1068,7 +1068,7 @@ Export-Package: *;version="${version}";-noimport:=true
|
|||
version: ${version_cleanup;${mvnVersion}}
|
||||
Bundle-SymbolicName: wrapped.${mvnGroupId}.${mvnArtifactId}
|
||||
Bundle-Version: ${version}
|
||||
Import-Package: *;resolution:=optional
|
||||
Import-Package: org.apache.commons.logging;version="[1.2,2)";resolution:=optional,org.apache.commons.logging.impl;version="[1.1.1,2)";resolution:=optional,*;resolution:=optional
|
||||
Export-Package: *;version="${version}";-noimport:=true
|
||||
]]></instructions>
|
||||
</location>
|
||||
|
@ -1096,19 +1096,6 @@ Bundle-SymbolicName: wrapped.${mvnGroupId}.${mvnArtifactId}
|
|||
Bundle-Version: ${version}
|
||||
Import-Package: *;resolution:=optional
|
||||
Export-Package: *;version="${version}";-noimport:=true
|
||||
]]></instructions>
|
||||
</location>
|
||||
<location includeSource="true" missingManifest="generate" type="Maven">
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jcl</artifactId>
|
||||
<version>5.3.27</version>
|
||||
<type>jar</type>
|
||||
<instructions><![CDATA[Bundle-Name: Bundle derived from maven artifact ${mvnGroupId}:${mvnArtifactId}:${mvnVersion}
|
||||
version: ${version_cleanup;${mvnVersion}}
|
||||
Bundle-SymbolicName: wrapped.${mvnGroupId}.${mvnArtifactId}
|
||||
Bundle-Version: ${version}
|
||||
Import-Package: *;resolution:=optional
|
||||
Export-Package: *;version="${version}";-noimport:=true
|
||||
]]></instructions>
|
||||
</location>
|
||||
<!-- org.glassfish.jersey -->
|
||||
|
|
|
@ -321,7 +321,6 @@
|
|||
<plugin id="wrapped.org.springframework.spring-core"/>
|
||||
<plugin id="wrapped.org.springframework.spring-expression"/>
|
||||
<plugin id="wrapped.org.springframework.spring-web"/>
|
||||
<plugin id="wrapped.org.springframework.spring-jcl"/>
|
||||
<plugin id="wrapped.wsdl4j.wsdl4j"/>
|
||||
<plugin id="xstream"/>
|
||||
<plugin id="zcommon"/>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?pde?>
|
||||
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
|
||||
<!-- when changing target name please change accordingly in the file utils_dev/oomph/idempiere.setup -->
|
||||
<target name="idempiere-231227" sequenceNumber="1688978990">
|
||||
<target name="idempiere-240104" sequenceNumber="1688978991">
|
||||
<locations>
|
||||
<location includeMode="slicer" includeAllPlatforms="true" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
|
||||
<unit id="zcommon" version="9.6.4"/>
|
||||
|
@ -1215,7 +1215,7 @@ Export-Package: *;version="${version}";-noimport:=true
|
|||
version: ${version_cleanup;${mvnVersion}}
|
||||
Bundle-SymbolicName: wrapped.${mvnGroupId}.${mvnArtifactId}
|
||||
Bundle-Version: ${version}
|
||||
Import-Package: *;resolution:=optional
|
||||
Import-Package: org.apache.commons.logging;version="[1.2,2)";resolution:=optional,org.apache.commons.logging.impl;version="[1.1.1,2)";resolution:=optional,*;resolution:=optional
|
||||
Export-Package: *;version="${version}";-noimport:=true
|
||||
]]></instructions>
|
||||
</location>
|
||||
|
@ -1243,19 +1243,6 @@ Bundle-SymbolicName: wrapped.${mvnGroupId}.${mvnArtifactId}
|
|||
Bundle-Version: ${version}
|
||||
Import-Package: *;resolution:=optional
|
||||
Export-Package: *;version="${version}";-noimport:=true
|
||||
]]></instructions>
|
||||
</location>
|
||||
<location includeSource="true" missingManifest="generate" type="Maven">
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jcl</artifactId>
|
||||
<version>5.3.27</version>
|
||||
<type>jar</type>
|
||||
<instructions><![CDATA[Bundle-Name: Bundle derived from maven artifact ${mvnGroupId}:${mvnArtifactId}:${mvnVersion}
|
||||
version: ${version_cleanup;${mvnVersion}}
|
||||
Bundle-SymbolicName: wrapped.${mvnGroupId}.${mvnArtifactId}
|
||||
Bundle-Version: ${version}
|
||||
Import-Package: *;resolution:=optional
|
||||
Export-Package: *;version="${version}";-noimport:=true
|
||||
]]></instructions>
|
||||
</location>
|
||||
<!-- org.glassfish.jersey -->
|
||||
|
|
|
@ -384,7 +384,6 @@
|
|||
<setEntry value="wrapped.org.springframework.spring-context@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-core@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-expression@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-jcl@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-web@default:default"/>
|
||||
<setEntry value="wrapped.wsdl4j.wsdl4j@default:default"/>
|
||||
<setEntry value="xstream@default:default"/>
|
||||
|
|
|
@ -384,7 +384,6 @@
|
|||
<setEntry value="wrapped.org.springframework.spring-context@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-core@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-expression@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-jcl@default:default"/>
|
||||
<setEntry value="wrapped.org.springframework.spring-web@default:default"/>
|
||||
<setEntry value="wrapped.wsdl4j.wsdl4j@default:default"/>
|
||||
<setEntry value="xstream@default:default"/>
|
||||
|
|
|
@ -339,13 +339,6 @@
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="wrapped.org.springframework.spring-jcl"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.idempiere.webservices.resources"
|
||||
download-size="0"
|
||||
|
|
Loading…
Reference in New Issue