JBossWS SVN: r11044 - in stack/native/branches/jbossws-native-3.1.2.SP3-patch-02: src/main/scripts and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2009-10-27 07:44:43 -0400 (Tue, 27 Oct 2009)
New Revision: 11044
Modified:
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Hack the build
Modified: stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml 2009-10-27 11:39:10 UTC (rev 11043)
+++ stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml 2009-10-27 11:44:43 UTC (rev 11044)
@@ -66,7 +66,7 @@
<jboss.logging.version>2.1.0.GA</jboss.logging.version>
<jboss.remoting.version>2.5.1</jboss.remoting.version>
<jboss.jaxr.version>2.0.1</jboss.jaxr.version>
- <apache.scout.version>1.1.1</apache.scout.version>
+ <apache.scout.version>0.7rc2</apache.scout.version>
<juddi.version>2.0.1</juddi.version>
<sun.fastinfoset.version>1.2.7</sun.fastinfoset.version>
<sun.jaxws.version>2.1.3</sun.jaxws.version>
Modified: stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/src/main/scripts/assembly-deploy-artifacts.xml 2009-10-27 11:39:10 UTC (rev 11043)
+++ stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/src/main/scripts/assembly-deploy-artifacts.xml 2009-10-27 11:44:43 UTC (rev 11044)
@@ -33,9 +33,9 @@
<useStrictFiltering>true</useStrictFiltering>
<includes>
<include>com.sun.xml.fastinfoset:FastInfoset:jar</include>
- <include>javax.xml.bind:jaxb-api:jar</include>
- <include>com.sun.xml.bind:jaxb-impl:jar</include>
- <include>com.sun.xml.bind:jaxb-xjc:jar</include>
+ <include>sun-jaxb:jaxb-api:jar</include>
+ <include>sun-jaxb:jaxb-impl:jar</include>
+ <include>sun-jaxb:jaxb-xjc:jar</include>
<include>com.sun.xml.ws:jaxws-tools:jar</include>
<include>com.sun.xml.ws:jaxws-rt:jar</include>
<include>jboss.jaxbintros:jboss-jaxb-intros:jar</include>
@@ -82,8 +82,14 @@
<includes>
<include>org.jboss.ws:jbossws-framework:jar</include>
<include>org.jboss.jaxr:juddi-service:sar</include>
+
+ <!-- HACK TO GET BUILD TO WORK -->
+
+ <!--
<include>apache-scout:scout:jar</include>
<include>juddi:juddi:jar</include>
+ -->
+
</includes>
</dependencySet>
<!-- [JBWS-2505] -->
15 years, 1 month
JBossWS SVN: r11043 - in stack/cxf: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-27 07:39:10 -0400 (Tue, 27 Oct 2009)
New Revision: 11043
Added:
stack/cxf/tags/jbossws-cxf-3.2.1.GA/
Removed:
stack/cxf/branches/jbossws-cxf-3.2.1.GA/
Log:
[JBWS-2798] Tagging jbossws-cxf-3.2.1.GA
Copied: stack/cxf/tags/jbossws-cxf-3.2.1.GA (from rev 11042, stack/cxf/branches/jbossws-cxf-3.2.1.GA)
15 years, 1 month
JBossWS SVN: r11042 - in stack/cxf/branches/jbossws-cxf-3.2.1.GA: modules/client and 6 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-27 07:31:27 -0400 (Tue, 27 Oct 2009)
New Revision: 11042
Modified:
stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/management/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/testsuite/framework-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-3.2.1.GA/pom.xml
Log:
[JBWS-2798] Updating poms
Modified: stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/client/pom.xml 2009-10-27 11:30:08 UTC (rev 11041)
+++ stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/client/pom.xml 2009-10-27 11:31:27 UTC (rev 11042)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/management/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/management/pom.xml 2009-10-27 11:30:08 UTC (rev 11041)
+++ stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/management/pom.xml 2009-10-27 11:31:27 UTC (rev 11042)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/resources/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/resources/pom.xml 2009-10-27 11:30:08 UTC (rev 11041)
+++ stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/resources/pom.xml 2009-10-27 11:31:27 UTC (rev 11042)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/server/pom.xml 2009-10-27 11:30:08 UTC (rev 11041)
+++ stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/server/pom.xml 2009-10-27 11:31:27 UTC (rev 11042)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/testsuite/cxf-tests/pom.xml 2009-10-27 11:30:08 UTC (rev 11041)
+++ stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/testsuite/cxf-tests/pom.xml 2009-10-27 11:31:27 UTC (rev 11042)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/testsuite/framework-tests/pom.xml 2009-10-27 11:30:08 UTC (rev 11041)
+++ stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/testsuite/framework-tests/pom.xml 2009-10-27 11:31:27 UTC (rev 11042)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/testsuite/pom.xml 2009-10-27 11:30:08 UTC (rev 11041)
+++ stack/cxf/branches/jbossws-cxf-3.2.1.GA/modules/testsuite/pom.xml 2009-10-27 11:31:27 UTC (rev 11042)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.2.1.GA/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.1.GA/pom.xml 2009-10-27 11:30:08 UTC (rev 11041)
+++ stack/cxf/branches/jbossws-cxf-3.2.1.GA/pom.xml 2009-10-27 11:31:27 UTC (rev 11042)
@@ -17,7 +17,7 @@
<artifactId>jbossws-cxf</artifactId>
<packaging>pom</packaging>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<!-- Parent -->
<parent>
@@ -28,9 +28,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/trunk</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-3....</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/tags/jbossws-3.2.1.GA</url>
</scm>
<!-- Modules -->
15 years, 1 month
JBossWS SVN: r11041 - stack/cxf/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-27 07:30:08 -0400 (Tue, 27 Oct 2009)
New Revision: 11041
Modified:
stack/cxf/trunk/src/main/distro/ReleaseNotes.txt
Log:
Updating release notes
Modified: stack/cxf/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/trunk/src/main/distro/ReleaseNotes.txt 2009-10-27 11:29:47 UTC (rev 11040)
+++ stack/cxf/trunk/src/main/distro/ReleaseNotes.txt 2009-10-27 11:30:08 UTC (rev 11041)
@@ -50,6 +50,47 @@
Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--------------------
+jbossws-cxf-3.2.1.GA
+--------------------
+
+Bug
+
+ * [JBWS-2743] - Make sure all maven dependencies are downloaded only from JBoss repositories
+ * [JBWS-2745] - Issue with stack switch and binary distro install
+ * [JBWS-2759] - JBossWS installation doesn't work for non default configurations
+ * [JBWS-2760] - wsconsume.bat and wsprovider.bat require JAVA_HOME environment variable in Winodws OS
+ * [JBWS-2764] - Wrong SOAP stack version in JBoss webservices console
+ * [JBWS-2773] - Remove JBossAS webservices integration layer from tests classpath
+ * [JBWS-2786] - Wrong classpath declaration in wsconsume.bat
+
+Feature Request
+
+ * [JBWS-2660] - Provide testcase for JMS transport with CXF stack
+ * [JBWS-2714] - Enable JAXBIntroductions support
+ * [JBWS-2740] - Add Class-Path attribute to jbossws-cxf-client manifest file
+ * [JBWS-2752] - Add 'nocompile' option to wsconsume (command line)
+
+Task
+
+ * [JBWS-2613] - Ensure correct line ends in windows shell scripts (CRNL)
+ * [JBWS-2727] - Fix AS-Tests-AS-6.0.0 hudson job
+ * [JBWS-2749] - Update Hudson jobs because of JDK1.5 finishing EOL transition period
+ * [JBWS-2750] - Reduce impact of logging on performances
+ * [JBWS-2757] - Update Class-Path attribute in manifest
+ * [JBWS-2763] - Miscellaneous performance optimizations
+ * [JBWS-2766] - Provide a testcase for Aegis binding
+ * [JBWS-2772] - Remove JBoss kernel dependencies from SPI, COMMON and all STACKS
+ * [JBWS-2780] - Upgrade to Apache CXF 2.2.4
+ * [JBWS-2794] - Release spi, common, framework and container integrations
+ * [JBWS-2798] - Release JBossWS-CXF 3.2.1.GA binaries and sources
+
+Errata
+
+ See: https://jira.jboss.org/jira/browse/JBWS-2800
+
+This version of JBoss Web Services - Stack CXF is based on CXF 2.2.4
+
+--------------------
jbossws-cxf-3.2.0.GA
--------------------
15 years, 1 month
JBossWS SVN: r11040 - stack/cxf/branches/jbossws-cxf-3.2.1.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-27 07:29:47 -0400 (Tue, 27 Oct 2009)
New Revision: 11040
Modified:
stack/cxf/branches/jbossws-cxf-3.2.1.GA/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2798] Update release notes
Modified: stack/cxf/branches/jbossws-cxf-3.2.1.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.1.GA/src/main/distro/ReleaseNotes.txt 2009-10-27 11:25:48 UTC (rev 11039)
+++ stack/cxf/branches/jbossws-cxf-3.2.1.GA/src/main/distro/ReleaseNotes.txt 2009-10-27 11:29:47 UTC (rev 11040)
@@ -38,7 +38,7 @@
Feature Request
- * [JBWS-2660] - Investigate enabling JMS transport with CXF stack
+ * [JBWS-2660] - Provide testcase for JMS transport with CXF stack
* [JBWS-2714] - Enable JAXBIntroductions support
* [JBWS-2740] - Add Class-Path attribute to jbossws-cxf-client manifest file
* [JBWS-2752] - Add 'nocompile' option to wsconsume (command line)
15 years, 1 month
JBossWS SVN: r11039 - in stack/native/branches/jbossws-native-3.1.2.SP3-patch-02: modules/core and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2009-10-27 07:25:48 -0400 (Tue, 27 Oct 2009)
New Revision: 11039
Modified:
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/core/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/jaxws/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml
Log:
Modifications for artefact id's to match values in maven2-brew repository.
Modified: stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/core/pom.xml 2009-10-27 11:23:10 UTC (rev 11038)
+++ stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/core/pom.xml 2009-10-27 11:25:48 UTC (rev 11039)
@@ -49,13 +49,13 @@
<dependency>
<groupId>org.jboss.javaee</groupId>
<artifactId>jboss-ejb-api</artifactId>
- <version>5.0.1</version>
+ <version>3.0.0.GA</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.javaee</groupId>
<artifactId>jboss-jms-api</artifactId>
- <version>5.0.1</version>
+ <version>1.1.0.GA</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -95,7 +95,7 @@
<version>1.0.0.SP2</version>
</dependency>
<dependency>
- <groupId>xalan</groupId>
+ <groupId>apache-xalan</groupId>
<artifactId>xalan</artifactId>
<scope>provided</scope>
</dependency>
@@ -111,11 +111,11 @@
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
- <groupId>com.sun.xml.bind</groupId>
+ <groupId>sun-jaxb</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
<dependency>
- <groupId>com.sun.xml.bind</groupId>
+ <groupId>sun-jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
</dependency>
<dependency>
@@ -135,7 +135,7 @@
<artifactId>jettison</artifactId>
</dependency>
<dependency>
- <groupId>javax.xml.bind</groupId>
+ <groupId>sun-jaxb</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
Modified: stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/jaxws/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/jaxws/pom.xml 2009-10-27 11:23:10 UTC (rev 11038)
+++ stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/jaxws/pom.xml 2009-10-27 11:25:48 UTC (rev 11039)
@@ -21,7 +21,7 @@
<version>${version}</version>
</dependency>
<dependency>
- <groupId>javax.xml.bind</groupId>
+ <groupId>sun-jaxb</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
Modified: stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml 2009-10-27 11:23:10 UTC (rev 11038)
+++ stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml 2009-10-27 11:25:48 UTC (rev 11039)
@@ -214,17 +214,17 @@
</exclusions>
</dependency>
<dependency>
- <groupId>javax.xml.bind</groupId>
+ <groupId>sun-jaxb</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.api.version}</version>
</dependency>
<dependency>
- <groupId>com.sun.xml.bind</groupId>
+ <groupId>sun-jaxb</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.impl.version}</version>
</dependency>
<dependency>
- <groupId>com.sun.xml.bind</groupId>
+ <groupId>sun-jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>${jaxb.impl.version}</version>
</dependency>
@@ -316,7 +316,7 @@
<version>${wsdl4j.version}</version>
</dependency>
<dependency>
- <groupId>xalan</groupId>
+ <groupId>apache-xalan</groupId>
<artifactId>xalan</artifactId>
<version>${xalan.version}</version>
</dependency>
15 years, 1 month
JBossWS SVN: r11038 - stack/cxf/branches/jbossws-cxf-3.2.1.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-27 07:23:10 -0400 (Tue, 27 Oct 2009)
New Revision: 11038
Modified:
stack/cxf/branches/jbossws-cxf-3.2.1.GA/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2798] Fixing release notes
Modified: stack/cxf/branches/jbossws-cxf-3.2.1.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.2.1.GA/src/main/distro/ReleaseNotes.txt 2009-10-27 11:21:42 UTC (rev 11037)
+++ stack/cxf/branches/jbossws-cxf-3.2.1.GA/src/main/distro/ReleaseNotes.txt 2009-10-27 11:23:10 UTC (rev 11038)
@@ -28,19 +28,38 @@
Bug
- TODO: enumerate
+ * [JBWS-2743] - Make sure all maven dependencies are downloaded only from JBoss repositories
+ * [JBWS-2745] - Issue with stack switch and binary distro install
+ * [JBWS-2759] - JBossWS installation doesn't work for non default configurations
+ * [JBWS-2760] - wsconsume.bat and wsprovider.bat require JAVA_HOME environment variable in Winodws OS
+ * [JBWS-2764] - Wrong SOAP stack version in JBoss webservices console
+ * [JBWS-2773] - Remove JBossAS webservices integration layer from tests classpath
+ * [JBWS-2786] - Wrong classpath declaration in wsconsume.bat
Feature Request
- TODO: enumerate
+ * [JBWS-2660] - Investigate enabling JMS transport with CXF stack
+ * [JBWS-2714] - Enable JAXBIntroductions support
+ * [JBWS-2740] - Add Class-Path attribute to jbossws-cxf-client manifest file
+ * [JBWS-2752] - Add 'nocompile' option to wsconsume (command line)
Task
- TODO: enumerate
+ * [JBWS-2613] - Ensure correct line ends in windows shell scripts (CRNL)
+ * [JBWS-2727] - Fix AS-Tests-AS-6.0.0 hudson job
+ * [JBWS-2749] - Update Hudson jobs because of JDK1.5 finishing EOL transition period
+ * [JBWS-2750] - Reduce impact of logging on performances
+ * [JBWS-2757] - Update Class-Path attribute in manifest
+ * [JBWS-2763] - Miscellaneous performance optimizations
+ * [JBWS-2766] - Provide a testcase for Aegis binding
+ * [JBWS-2772] - Remove JBoss kernel dependencies from SPI, COMMON and all STACKS
+ * [JBWS-2780] - Upgrade to Apache CXF 2.2.4
+ * [JBWS-2794] - Release spi, common, framework and container integrations
+ * [JBWS-2798] - Release JBossWS-CXF 3.2.1.GA binaries and sources
Errata
- See: TODO: reference to associated JIRA issue
+ See: https://jira.jboss.org/jira/browse/JBWS-2800
This version of ${project.name} is based on CXF ${cxf.version}
15 years, 1 month
JBossWS SVN: r11037 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-10-27 07:21:42 -0400 (Tue, 27 Oct 2009)
New Revision: 11037
Modified:
stack/metro/trunk/pom.xml
Log:
using framework snapshot
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2009-10-27 11:21:10 UTC (rev 11036)
+++ stack/metro/trunk/pom.xml 2009-10-27 11:21:42 UTC (rev 11037)
@@ -45,7 +45,7 @@
<!-- Properties -->
<properties>
<jbossws.common.version>1.2.1.GA</jbossws.common.version>
- <jbossws.framework.version>3.2.1.GA</jbossws.framework.version>
+ <jbossws.framework.version>3.3.0-SNAPSHOT</jbossws.framework.version>
<jbossws.spi.version>1.2.1.GA</jbossws.spi.version>
<jbossws.jboss500.version>3.2.1.GA</jbossws.jboss500.version>
<jbossws.jboss501.version>3.2.1.GA</jbossws.jboss501.version>
15 years, 1 month
JBossWS SVN: r11036 - stack/cxf/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-10-27 07:21:10 -0400 (Tue, 27 Oct 2009)
New Revision: 11036
Modified:
stack/cxf/trunk/pom.xml
Log:
using framework snapshot
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2009-10-27 10:48:56 UTC (rev 11035)
+++ stack/cxf/trunk/pom.xml 2009-10-27 11:21:10 UTC (rev 11036)
@@ -44,7 +44,7 @@
<!-- Properties -->
<properties>
<jbossws.common.version>1.2.1.GA</jbossws.common.version>
- <jbossws.framework.version>3.2.1.GA</jbossws.framework.version>
+ <jbossws.framework.version>3.3.0-SNAPSHOT</jbossws.framework.version>
<jbossws.spi.version>1.2.1.GA</jbossws.spi.version>
<jbossws.jboss500.version>3.2.1.GA</jbossws.jboss500.version>
<jbossws.jboss501.version>3.2.1.GA</jbossws.jboss501.version>
15 years, 1 month
JBossWS SVN: r11035 - stack/metro/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-27 06:48:56 -0400 (Tue, 27 Oct 2009)
New Revision: 11035
Modified:
stack/metro/trunk/src/main/distro/ReleaseNotes.txt
Log:
Updating release notes
Modified: stack/metro/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/trunk/src/main/distro/ReleaseNotes.txt 2009-10-27 10:40:07 UTC (rev 11034)
+++ stack/metro/trunk/src/main/distro/ReleaseNotes.txt 2009-10-27 10:48:56 UTC (rev 11035)
@@ -53,6 +53,44 @@
Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------------
+jbossws-metro-3.2.1.GA
+----------------------
+
+Bug
+
+ * [JBWS-2479] - @XmlJavaTypeAdapter on SEI causes exception
+ * [JBWS-2743] - Make sure all maven dependencies are downloaded only from JBoss repositories
+ * [JBWS-2745] - Issue with stack switch and binary distro install
+ * [JBWS-2759] - JBossWS installation doesn't work for non default configurations
+ * [JBWS-2760] - wsconsume.bat and wsprovider.bat require JAVA_HOME environment variable in Winodws OS
+ * [JBWS-2764] - Wrong SOAP stack version in JBoss webservices console
+ * [JBWS-2773] - Remove JBossAS webservices integration layer from tests classpath
+
+Feature Request
+
+ * [JBWS-2752] - Add 'nocompile' option to wsconsume (command line)
+
+Task
+
+ * [JBWS-2613] - Ensure correct line ends in windows shell scripts (CRNL)
+ * [JBWS-2727] - Fix AS-Tests-AS-6.0.0 hudson job
+ * [JBWS-2749] - Update Hudson jobs because of JDK1.5 finishing EOL transition period
+ * [JBWS-2750] - Reduce impact of logging on performances
+ * [JBWS-2757] - Update Class-Path attribute in manifest
+ * [JBWS-2763] - Miscellaneous performance optimizations
+ * [JBWS-2772] - Remove JBoss kernel dependencies from SPI, COMMON and all STACKS
+ * [JBWS-2792] - Update to latest available JAX-WS and JAXB RI
+
+Errata
+
+ See: https://jira.jboss.org/jira/browse/JBWS-2804
+
+This version of JBoss Web Services - Stack Metro is based on the following Metro components:
+* WSIT 1.3.1
+* JAX-WS RI 2.1.7
+* JAXB RI 2.1.12
+
+----------------------
jbossws-metro-3.2.0.GA
----------------------
15 years, 1 month