JBossWS SVN: r18905 - stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-09-03 10:51:38 -0400 (Wed, 03 Sep 2014)
New Revision: 18905
Modified:
stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/src/main/distro/ReleaseNotes.txt
Log:
Fixing release notes
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/src/main/distro/ReleaseNotes.txt 2014-09-03 14:35:46 UTC (rev 18904)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/src/main/distro/ReleaseNotes.txt 2014-09-03 14:51:38 UTC (rev 18905)
@@ -28,27 +28,27 @@
Bug
- [JBWS-???] - ...
+ * [JBWS-3773] - HttpServletRequest in WebServiceContext and requests with WSA ReplyTo prop set
+ * [JBWS-3777] - CXF-5645: wsp:Optional isn't adhered to for WS-RM policy in WSDL
+ * [JBWS-3786] - @Resource injection not working on handlers attached to JAX-WS clients running in-container
+ * [JBWS-3796] - CXFHandlerResolverImpl initializes handlers at each getHandlerChain() invocation
+ * [JBWS-3798] - @WebEndpoint name not considered when building up webservicerefs
+ * [JBWS-3809] - AbstractDeployment#addEndpoint's check on urlPattern performed on wrong data
+ * [JBWS-3820] - JAXWS 2.1 / 2.0 style clients and WebServiceRef using JAXWS features cause NoSuchMethodException
+ * [JBWS-3821] - WebServiceRef injection not working properly with TCCL and NEW client Bus selection strategies
Enhancement
- [JBWS-???] - ...
+ * [JBWS-3782] - Allow to specify config name and additional value for JAVA_OPTS for launched appclient
Feature Request
- [JBWS-???] - ...
+ * [JBWS-3787] - Upgrade to Apache CXF 2.7.11
+ * [JBWS-3823] - Upgrade to Apache CXF 2.7.12
-Task
-
- [JBWS-???] - ...
-
-Sub-task
-
- [JBWS-???] - ...
-
Errata
- See: https://issues.jboss.org/browse/JBWS-???
+ See: https://issues.jboss.org/browse/JBWS-3825
This version of "${project.name}" is based on Apache CXF ${cxf.version}
10 years, 4 months
JBossWS SVN: r18904 - in stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org: jboss/ws/tools/wsconsume/main and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-09-03 10:35:46 -0400 (Wed, 03 Sep 2014)
New Revision: 18904
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org/apache/cxf/impl/main/module.xml
stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/tools/wsconsume/main/module.xml
stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/tools/wsprovide/main/module.xml
Log:
Synch modules with upstream wfly master
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org/apache/cxf/impl/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org/apache/cxf/impl/main/module.xml 2014-09-03 14:18:08 UTC (rev 18903)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org/apache/cxf/impl/main/module.xml 2014-09-03 14:35:46 UTC (rev 18904)
@@ -23,6 +23,10 @@
-->
<module xmlns="urn:jboss:module:1.1" name="org.apache.cxf.impl">
+ <properties>
+ <property name="jboss.api" value="private"/>
+ </properties>
+
<resources>
<!-- Insert resources here -->
</resources>
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/tools/wsconsume/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/tools/wsconsume/main/module.xml 2014-09-03 14:18:08 UTC (rev 18903)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/tools/wsconsume/main/module.xml 2014-09-03 14:35:46 UTC (rev 18904)
@@ -26,6 +26,7 @@
<properties>
<property name="jboss.api" value="private"/>
+ <property name="jboss.require-java-version" value="1.7"/>
</properties>
<main-class name="org.jboss.ws.tools.cmd.WSConsume"/>
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/tools/wsprovide/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/tools/wsprovide/main/module.xml 2014-09-03 14:18:08 UTC (rev 18903)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/tools/wsprovide/main/module.xml 2014-09-03 14:35:46 UTC (rev 18904)
@@ -26,6 +26,7 @@
<properties>
<property name="jboss.api" value="private"/>
+ <property name="jboss.require-java-version" value="1.7"/>
</properties>
<main-class name="org.jboss.ws.tools.cmd.WSProvide"/>
10 years, 4 months
JBossWS SVN: r18903 - in stack/cxf: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-09-03 10:18:08 -0400 (Wed, 03 Sep 2014)
New Revision: 18903
Added:
stack/cxf/tags/jbossws-cxf-5.0.0.Beta1/
Removed:
stack/cxf/branches/jbossws-cxf-5.0.0.Beta1/
Log:
Tagging jbossws-cxf-5.0.0.Beta1
10 years, 4 months