Author: alessio.soldano(a)jboss.com
Date: 2010-05-28 13:39:07 -0400 (Fri, 28 May 2010)
New Revision: 12394
Modified:
stack/metro/trunk/src/main/distro/ReleaseNotes.txt
Log:
Fixing release notes
Modified: stack/metro/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/trunk/src/main/distro/ReleaseNotes.txt 2010-05-28 17:24:29 UTC (rev
12393)
+++ stack/metro/trunk/src/main/distro/ReleaseNotes.txt 2010-05-28 17:39:07 UTC (rev
12394)
@@ -53,6 +53,63 @@
Previous Releases
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------------
+jbossws-metro-3.3.0.GA
+----------------------
+
+Bug
+
+ * [JBWS-2633] - wscompile fails to create valid package name where namespace contains
capitalised reserved keyword
+ * [JBWS-3015] - wsdlLocation attribute from @WebServiceClient not considered when
building up webservicerefs
+ * [JBWS-3029] - Quote mismatch in JBossWS console index.html
+ * [JBWS-3037] - Fix NPE thrown from logging framework
+ * [JBWS-2970] - InjectionMetaDataDeploymentAspect misuse of EJBContainer.getEnc()
+ * [JBWS-2984] - Benchmark tests are setting incorrect date
+ * [JBWS-2021] - app-client impl assumes client and server share the same filesystem
+ * [JBWS-2917] - We're using buggy xalan version causing namespaces issues
+ * [JBWS-2963] - JavaDoc inconsistency in WSConsume.java
+ * [JBWS-2875] - Remove jbossws-jbossXYZ.jar files from JBOSS_HOME/client directory
+ * [JBWS-2902] - Fix JAX-WS 2.2 webserviceref clarification
+ * [JBWS-2934] - WebServiceContext injection have to be ThreadLocal aware
+
+Feature Request
+
+ * [JBWS-2895] - Provide JAX-RPC features on top of stacks not having them
+ * [JBWS-3024] - Implement endorsing support for JBossWS ANT tools
+ * [JBWS-2996] - Provide portcomponentlink servlet
+ * [JBWS-2650] - Provide a Maven plugin for wsconsume/wsprovide
+ * [JBWS-2793] - Support of SOAP header code generation for implicit headers
+
+Task
+
+ * [JBWS-3030] - Refactor *-deploy.conf for supporting un-install of CXF stack
+ * [JBWS-2923] - Move out of deployers/jbossws.deployer jars that are not required to
be in deployers
+ * [JBWS-2988] - Fix dependency on jboss-logging
+ * [JBWS-3003] - Fix maven [WARNING] Using platform encoding ... build is platform
dependent!
+ * [JBWS-3005] - Use new Maven repository at
repository.jboss.org/nexus
+ * [JBWS-2948] - Fix regressions due to VFS3 update
+ * [JBWS-2950] - Implement support for JAX-WS 2.2 target in wsconsume tool
+ * [JBWS-2958] - Upgrade to wsdl4j 1.6.2
+ * [JBWS-2959] - Update obsolete jboss dependencies
+ * [JBWS-2968] - Remove compilation warnings where possible
+ * [JBWS-2758] - Remove support for Java 5
+ * [JBWS-2881] - Increase DOMUtils performances optimizing DocumentBuilder creation
+ * [JBWS-2898] - Optimize DocumentBuilderFactory creation using
DocumentBuilderFactory.newInstance(String s, ClassLoader c)
+ * [JBWS-2900] - Optimize EntityResolver setup in DOMUtils
+ * [JBWS-2916] - Properly setup deployment classloader
+ * [JBWS-2920] - Review install scripts / container integration to produce
jbossws-jaxrpc.deployer
+ * [JBWS-2921] - Isolate factories/services configuration in descriptor only jars
+ * [JBWS-2922] - Add some basic JAX-RPC coverage to jbossws-framework testsuite
+
+Errata
+
+ See:
https://jira.jboss.org/browse/JBWS-3045
+
+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.2.GA
----------------------