Package: jaxws / 2.3.0.2-1

Metadata

Package Version Patches format
jaxws 2.3.0.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 asm embedding.patch | (download)

jaxws-ri/rt/pom.xml | 54 29 + 25 - 0 !
jaxws-ri/rt/src/main/java/com/sun/xml/ws/model/WrapperBeanGenerator.java | 6 3 + 3 - 0 !
2 files changed, 32 insertions(+), 28 deletions(-)

 embeds asm using the maven-shade-plugin instead of importing the sources with the maven-dependency-plugin
02 apache xml resolver.patch | (download)

jaxws-ri/rt/src/main/java/com/sun/xml/ws/util/xml/XmlCatalogUtil.java | 6 3 + 3 - 0 !
jaxws-ri/tests/unit-rearch/src/whitebox/mex/client/MetadataTester.java | 4 2 + 2 - 0 !
jaxws-ri/tests/unit/testcases/rt_wsdl_parser/client/WSDLParserTest.java | 4 2 + 2 - 0 !
jaxws-ri/tests/unit/testcases/whitebox/wsdlparser/client/EPRWithNSDeclarationsTest.java | 4 2 + 2 - 0 !
jaxws-ri/tests/unit/testcases/whitebox/wsdlparser/client/EPRWriteNReadTest.java | 4 2 + 2 - 0 !
jaxws-ri/tests/unit/testcases/whitebox/wsdlparser/client/EPRinWsdlPortTest.java | 4 2 + 2 - 0 !
6 files changed, 13 insertions(+), 13 deletions(-)

 use the version of xml-resolver in debian instead of the one repackaged by sun
03 gmbal compatibility.patch | (download)

jaxws-ri/rt/src/main/java/com/sun/xml/ws/server/MonitorBase.java | 3 3 + 0 - 0 !
jaxws-ri/rt/src/main/java/com/sun/xml/ws/server/WSEndpointMOMProxy.java | 10 10 + 0 - 0 !
2 files changed, 13 insertions(+)

 fixes the compatibility with the version of gmbal in debian
04 ignore modules.patch | (download)

jaxws-ri/bundles/jaxws-rt/pom.xml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 ignores some maven modules manually due to #839738
05 disable ha support.patch | (download)

jaxws-ri/servlet/src/main/java/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java | 11 0 + 11 - 0 !
1 file changed, 11 deletions(-)

 disables the high availability support due to missing libraries
06 disable javadoc.patch | (download)

jaxws-ri/bundles/jaxws-rt/pom.xml | 18 0 + 18 - 0 !
1 file changed, 18 deletions(-)

 disables the generation of the javadoc
07 conditional tools.patch | (download)

jaxws-ri/pom.xml | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 move the jaxws-tools module to its own maven profile to build it separately
08 dependencies versions.patch | (download)

jaxws-ri/bundles/jaxws-tools/pom.xml | 1 1 + 0 - 0 !
jaxws-ri/tools/wscompile/pom.xml | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 sets the version of the inter package dependencies to help maven-debian-helper
09 dependency plugin.patch | (download)

jaxws-ri/tools/wscompile-jdk9/pom.xml | 4 2 + 2 - 0 !
jaxws-ri/tools/wscompile/pom.xml | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 adjusts the package dependencies since maven-debian-helper doesn't substitute them.
10 adjust classpath.patch | (download)

jaxws-ri/bundles/jaxws-rt/pom.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adjusts the classpath of the jar files to point to the debian files in /usr/share/java
11 enable java9 modules.patch | (download)

jaxws-ri/bundles/jaxws-rt/pom.xml | 2 1 + 1 - 0 !
jaxws-ri/bundles/jaxws-tools/pom.xml | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 build the java 9 modules even when using a jdk > 9