Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eclipse-ee4j/metro-jax-ws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.6
Choose a base ref
...
head repository: eclipse-ee4j/metro-jax-ws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.7
Choose a head ref
  • 14 commits
  • 38 files changed
  • 3 contributors

Commits on Feb 3, 2023

  1. Copy the full SHA
    1ba8f59 View commit details

Commits on Oct 17, 2023

  1. Merge pull request #669 from eclipse-ee4j/2.3.6-RELEASE

    2.3.6 release
    lukasj authored Oct 17, 2023
    Copy the full SHA
    f024719 View commit details
  2. update build plugins

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Oct 17, 2023
    Copy the full SHA
    70d7372 View commit details
  3. Integrate latest javax dependencies

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Oct 17, 2023
    Copy the full SHA
    5859740 View commit details
  4. add version update rules

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Oct 17, 2023
    Copy the full SHA
    95cddc9 View commit details
  5. #653: fix maven scopes on 2.3.x release as was done on 4.x

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Oct 17, 2023
    Copy the full SHA
    1ab6d11 View commit details
  6. prevent NPE

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    (cherry picked from commit 2258b8e)
    lukasj committed Oct 17, 2023
    Copy the full SHA
    a15a2e2 View commit details
  7. BUG 35047999: Show Server Error in faultString instead of error detai…

    …ls. (#648)
    
    Signed-off-by: Himanshu Ranjan <himanshu.ranjan@oracle.com>
    (cherry picked from commit 9203195)
    himanshuatgit authored and lukasj committed Oct 17, 2023
    Copy the full SHA
    ae55bf6 View commit details
  8. #656: Perform refresh in Eclipse after M2E execution of jaxws-maven-…

    …plugin
    
    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    (cherry picked from commit fef9113)
    lukasj committed Oct 17, 2023
    Copy the full SHA
    803f083 View commit details
  9. disable tests failing on SE 21 (they pass in master)

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Oct 17, 2023
    Copy the full SHA
    f0320ab View commit details
  10. integrate latest asm

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Oct 17, 2023
    Copy the full SHA
    dc7e75c View commit details
  11. fix cp rights

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Oct 17, 2023
    Copy the full SHA
    f649ab5 View commit details
  12. update test deps

    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    lukasj committed Oct 17, 2023
    Copy the full SHA
    0587d7d View commit details
  13. Copy the full SHA
    654ef92 View commit details
Showing with 399 additions and 180 deletions.
  1. +5 −5 jaxws-ri/boms/bom-ext/pom.xml
  2. +59 −4 jaxws-ri/boms/bom/pom.xml
  3. +3 −1 jaxws-ri/boms/bom/update-version-rules.xml
  4. +3 −3 jaxws-ri/bundles/jaxws-ri/pom.xml
  5. +2 −2 jaxws-ri/bundles/jaxws-rt/pom.xml
  6. +2 −2 jaxws-ri/bundles/jaxws-tools/pom.xml
  7. +3 −3 jaxws-ri/bundles/pom.xml
  8. +3 −3 jaxws-ri/docs/pom.xml
  9. +3 −3 jaxws-ri/docs/release-documentation/pom.xml
  10. +3 −3 jaxws-ri/docs/samples/pom.xml
  11. +3 −3 jaxws-ri/docs/www/pom.xml
  12. +3 −3 jaxws-ri/extras/eclipselink_jaxb/pom.xml
  13. +3 −3 jaxws-ri/extras/eclipselink_sdo/pom.xml
  14. +71 −39 jaxws-ri/extras/jaxws-maven-plugin/pom.xml
  15. +8 −5 ...-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractJaxwsMojo.java
  16. +12 −9 ...-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractWsGenMojo.java
  17. +2 −2 jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsGenMojo.java
  18. +3 −3 jaxws-ri/extras/pom.xml
  19. +3 −3 jaxws-ri/extras/transports/async-client-transport/pom.xml
  20. +3 −3 jaxws-ri/extras/transports/local/pom.xml
  21. +15 −16 jaxws-ri/pom.xml
  22. +3 −3 jaxws-ri/runtime/httpspi-servlet/pom.xml
  23. +3 −3 jaxws-ri/runtime/pom.xml
  24. +3 −3 jaxws-ri/runtime/rt-fi/pom.xml
  25. +3 −3 jaxws-ri/runtime/rt/pom.xml
  26. +3 −3 jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/fault/SOAP11Fault.java
  27. +3 −3 jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/fault/SOAP12Fault.java
  28. +21 −9 jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/fault/SOAPFaultBuilder.java
  29. +5 −1 jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/util/MethodUtil.java
  30. +118 −11 jaxws-ri/runtime/rt/src/test/java/com/sun/xml/ws/fault/SOAPFaultBuilderTest.java
  31. +3 −3 jaxws-ri/runtime/servlet/pom.xml
  32. +2 −2 jaxws-ri/tests/coverage/pom.xml
  33. +3 −3 jaxws-ri/tests/jaxwsTestUtil/pom.xml
  34. +3 −3 jaxws-ri/tests/pom.xml
  35. +3 −3 jaxws-ri/tests/unit/pom.xml
  36. +5 −3 jaxws-ri/tests/unit/testcases/wsa/w3c/fromwsdl/crinterop_s11/client/NonAnonymousClientTest.java
  37. +4 −4 jaxws-ri/tools/pom.xml
  38. +2 −2 jaxws-ri/tools/wscompile/pom.xml
10 changes: 5 additions & 5 deletions jaxws-ri/boms/bom-ext/pom.xml
Original file line number Diff line number Diff line change
@@ -16,26 +16,26 @@
<parent>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri-bom</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri-bom-ext</artifactId>

<version>2.3.6</version>
<version>2.3.7</version>
<packaging>pom</packaging>

<name>JAX-WS RI Bill-of-Materials (BOM) Extensions</name>
<description>JAX-WS Reference Implementation Bill-of-Materials (BOM) Extensions</description>

<properties>
<ant.version>1.10.12</ant.version>
<ant.version>1.10.14</ant.version>
<!-- CQ 21208 -->
<asm.version>9.2</asm.version>
<asm.version>9.6</asm.version>
<commonj.sdo.version>2.1.1</commonj.sdo.version>
<eclipselink.version>2.7.11</eclipselink.version>
<eclipselink.version>2.7.13</eclipselink.version>
<javax.persistance.version>2.2.3</javax.persistance.version>
<junit.version>4.13.2</junit.version>
<mail.version>1.6.7</mail.version>
63 changes: 59 additions & 4 deletions jaxws-ri/boms/bom/pom.xml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri-bom</artifactId>

<version>2.3.6</version>
<version>2.3.7</version>
<packaging>pom</packaging>

<name>JAX-WS RI Bill-of-Materials (BOM)</name>
@@ -36,7 +36,7 @@
<istack.version>3.0.12</istack.version>
<gmbal-api.version>4.0.3</gmbal-api.version>
<ha-api.version>3.1.13</ha-api.version>
<jaxb.version>2.3.8</jaxb.version>
<jaxb.version>2.3.9</jaxb.version>
<jaxws-api.version>2.3.3</jaxws-api.version>
<javax.jws-api.version>2.1.0</javax.jws-api.version>
<management-api.version>3.2.3</management-api.version>
@@ -46,8 +46,8 @@
<saaj-api.version>1.4.2</saaj-api.version>
<saaj-impl.version>1.5.3</saaj-impl.version>
<streambuffer.version>1.5.10</streambuffer.version>
<woodstox-core.version>6.5.0</woodstox-core.version>
<stax2-api.version>4.2.1</stax2-api.version>
<woodstox-core.version>6.5.1</woodstox-core.version>
<stax2-api.version>4.2.2</stax2-api.version>
<javax.annotation-api.version>1.3.5</javax.annotation-api.version>
<javax.activation.version>1.2.2</javax.activation.version>
</properties>
@@ -274,4 +274,59 @@
</dependencies>
</dependencyManagement>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.1</version>
<configuration>
<allowMajorUpdates>false</allowMajorUpdates>
<ruleSet>
<rules>
<rule>
<!-- 4.2.0+ comes with no SecurityManager support -->
<groupId>com.sun.istack</groupId>
<ignoreVersions>
<ignoreVersion>
<type>regex</type>
<version>4.[2-9]+.*</version>
</ignoreVersion>
</ignoreVersions>
</rule>
<rule>
<groupId>com.sun.xml.bind</groupId>
<ignoreVersions>
<ignoreVersion>
<type>regex</type>
<version>2.[4-9]+.*</version>
</ignoreVersion>
</ignoreVersions>
</rule>
<rule>
<groupId>org.glassfish.jaxb</groupId>
<ignoreVersions>
<ignoreVersion>
<type>regex</type>
<version>2.[4-9]+.*</version>
</ignoreVersion>
</ignoreVersions>
</rule>
<rule>
<groupId>org.jvnet.mimepull</groupId>
<ignoreVersions>
<ignoreVersion>
<type>regex</type>
<version>1.10.*</version>
</ignoreVersion>
</ignoreVersions>
</rule>
</rules>
</ruleSet>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
4 changes: 3 additions & 1 deletion jaxws-ri/boms/bom/update-version-rules.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2013, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -34,6 +34,7 @@
<ignoreVersions>
<ignoreVersion type="regex">2.2.8-b20.*</ignoreVersion>
<ignoreVersion type="regex">2.2.11-M.*</ignoreVersion>
<ignoreVersion type="regex">2.4.*</ignoreVersion>
</ignoreVersions>
</rule>
<rule groupId="javax.jws" artifactId="jsr181-api" comparisonMethod="maven">
@@ -45,6 +46,7 @@
<ignoreVersions>
<ignoreVersion type="regex">2.2.8-b20.*</ignoreVersion>
<ignoreVersion type="regex">2.2.11-M.*</ignoreVersion>
<ignoreVersion type="regex">2.4.*</ignoreVersion>
</ignoreVersions>
</rule>
</rules>
6 changes: 3 additions & 3 deletions jaxws-ri/bundles/jaxws-ri/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -18,12 +18,12 @@
<parent>
<groupId>com.sun.xml.ws</groupId>
<artifactId>bundles</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
</parent>

<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>

<packaging>pom</packaging>
<name>JAX-WS RI Standalone Zipped Bundle</name>
4 changes: 2 additions & 2 deletions jaxws-ri/bundles/jaxws-rt/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -17,7 +17,7 @@
<parent>
<groupId>com.sun.xml.ws</groupId>
<artifactId>project</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
4 changes: 2 additions & 2 deletions jaxws-ri/bundles/jaxws-tools/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -17,7 +17,7 @@
<parent>
<artifactId>project</artifactId>
<groupId>com.sun.xml.ws</groupId>
<version>2.3.6</version>
<version>2.3.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
6 changes: 3 additions & 3 deletions jaxws-ri/bundles/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -18,13 +18,13 @@
<parent>
<groupId>com.sun.xml.ws</groupId>
<artifactId>project</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.sun.xml.ws</groupId>
<artifactId>bundles</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>

<packaging>pom</packaging>
<name>JAX-WS RI Bundles</name>
6 changes: 3 additions & 3 deletions jaxws-ri/docs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -16,15 +16,15 @@
<parent>
<groupId>com.sun.xml.ws</groupId>
<artifactId>project</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.sun.xml.ws</groupId>
<artifactId>docs</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>

<packaging>pom</packaging>
<name>JAX-WS RI Documentation</name>
6 changes: 3 additions & 3 deletions jaxws-ri/docs/release-documentation/pom.xml
Original file line number Diff line number Diff line change
@@ -17,12 +17,12 @@
<parent>
<groupId>com.sun.xml.ws</groupId>
<artifactId>docs</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
</parent>

<groupId>com.sun.xml.ws</groupId>
<artifactId>release-documentation</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>

<packaging>pom</packaging>
<name>JAX-WS RI Release Documentation</name>
@@ -108,7 +108,7 @@
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
<version>2.0.11</version>
<version>2.0.17</version>
<dependencies>
<dependency>
<groupId>net.sf.docbook</groupId>
6 changes: 3 additions & 3 deletions jaxws-ri/docs/samples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -16,15 +16,15 @@
<parent>
<groupId>com.sun.xml.ws</groupId>
<artifactId>project</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>com.sun.xml.ws</groupId>
<artifactId>samples</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
<packaging>pom</packaging>
<name>JAX-WS RI Samples</name>

6 changes: 3 additions & 3 deletions jaxws-ri/docs/www/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -16,14 +16,14 @@
<parent>
<artifactId>docs</artifactId>
<groupId>com.sun.xml.ws</groupId>
<version>2.3.6</version>
<version>2.3.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>www</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
<packaging>pom</packaging>
<name>JAX-WS RI WWW Help files</name>

6 changes: 3 additions & 3 deletions jaxws-ri/extras/eclipselink_jaxb/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -16,14 +16,14 @@
<parent>
<groupId>com.sun.xml.ws</groupId>
<artifactId>project</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-eclipselink-plugin</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>

<name>JAX-WS RI Eclipselink Plugin</name>
<description>Pluggable databinding module employing Eclipselink JAXB (MOXy)</description>
6 changes: 3 additions & 3 deletions jaxws-ri/extras/eclipselink_sdo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -16,14 +16,14 @@
<parent>
<groupId>com.sun.xml.ws</groupId>
<artifactId>project</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.xml.ws</groupId>
<artifactId>sdo-eclipselink-plugin</artifactId>
<version>2.3.6</version>
<version>2.3.7</version>

<name>JAX-WS RI Eclipselink SDO Plugin</name>
<description>Pluggable databinding module employing Eclipselink SDO</description>
Loading