You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/07/22 22:37:25 UTC

svn commit: r678889 - /cxf/branches/2.0.x-fixes/distribution/src/main/release/release_notes.txt

Author: dkulp
Date: Tue Jul 22 13:37:24 2008
New Revision: 678889

URL: http://svn.apache.org/viewvc?rev=678889&view=rev
Log:
Update release notes for 2.0.8

Modified:
    cxf/branches/2.0.x-fixes/distribution/src/main/release/release_notes.txt

Modified: cxf/branches/2.0.x-fixes/distribution/src/main/release/release_notes.txt
URL: http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/distribution/src/main/release/release_notes.txt?rev=678889&r1=678888&r2=678889&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/distribution/src/main/release/release_notes.txt (original)
+++ cxf/branches/2.0.x-fixes/distribution/src/main/release/release_notes.txt Tue Jul 22 13:37:24 2008
@@ -1,8 +1,8 @@
-Apache CXF 2.0.7 Release Notes
+Apache CXF 2.0.8 Release Notes
 
 1. Overview
 
-Apache CXF 2.0.7 delivers the latest set of patches for the 2.0.x series
+Apache CXF 2.0.8 delivers the latest set of patches for the 2.0.x series
 fixing another 52 reported JIRA issues.
 
 
@@ -59,7 +59,7 @@
 The latest version of the WSS4J library that is used to implement WS-Security 
 requires the opensaml jar to be on the classpath.  This is different than previous
 versions that only required it if doing SAML assertions.  When upgrading
-to CXF 2.1.1, you will need to add the opensaml jar to your application.   
+to CXF 2.0.8, you will need to add the opensaml jar to your application.   
 
 3. Building the Samples
 
@@ -82,60 +82,33 @@
 
 6. Specific issues, features, and improvements fixed in this version:
 
-Bug
-[CXF-1204] - Dynamic client does not filter out JDK packages....
-[CXF-1457] - cxf-codegen-plugin misinterprets relative paths in pom.xml
-[CXF-1546] - CDATA section markers removed from WSDL comments
-[CXF-1551] - validation against XML schema - leads to invalid soap response
-[CXF-1552] - When publish the endpoint by using Serlvet transport without the spring , get the NPE for injecting the bus resource to JMSTransportFactory
-[CXF-1553] - TunedDocumentLoader fails to resolve xsi prefix properly when not using WSTX.
-[CXF-1558] - Webservice method returning a Set results in java.lang.ClassCastException: java.util.LinkedHashSet cannot be cast to java.util.List
-[CXF-1559] - Missing Client side Soap Attachments Support in CXF
-[CXF-1560] - EndpointReferenceUtils.getSchema threading issue
-[CXF-1562] - OSGI needed manifest modifications
-[CXF-1565] - wsdl2java jaxws binding issues
-[CXF-1567] - DynamicClientFactory throws NullPointerException while building classpath if jar does not have Manifest file
-[CXF-1568] - cxf client error throws exception while invoking strikeIron ws with implicit headers
-[CXF-1569] - java.util.ConcurrentModificationException on client with JAXBFrontend
-[CXF-1573] - JBIDestinationOutputStream should copy attachments into NormalizedMessage to support outbound attachments
-[CXF-1574] - JBI transport should support copy inbound normalizedmessage property to outbound normalizedmessage
-[CXF-1575] - SoapFault is not being properly propagated up the stack
-[CXF-1581] - ?wsdl not working if using the sun stax parser instead of woodstox
-[CXF-1588] - NullPointerException in JbiConduitOutputStream
-[CXF-1589] - Exception is thrown only the first time an error occur while trying to publish a webservice with HTTP transport
-[CXF-1592] - DynamicClientFactory throws inside JAXB when presented with Aegis-generated WSDL
-[CXF-1593] - cxf-codegen-plugin : wsdl2java does not take packagename argument into account
-[CXF-1595] - NPE in W3CDOMStreamWriter.writeCharacters caused by StaxUtils.copy
-[CXF-1596] - DynamicClientFactory.setupClasspath throws a null pointer exception if classloader does not contain jars
-[CXF-1600] - Paramaters are being generated for parts in out-of-band messages that aren't listed in the "part" of the soap:header
-[CXF-1602] - DataTypeAdapter causes NPE with jaxb-impl 2.1.6 if multiple bindings go to the same java type
-[CXF-1603] - Can not generate subs or dynamic client for a web service with no Body Parts (NullPointerException)
-[CXF-1604] - Passing null to an "object array" or "object list" parameter results in NPE
-[CXF-1606] - wsdl_first_https sample doesn't work caused by the Certificate we are using expired
-[CXF-1608] - should add disableCNCheck="true" for wsdl_first_https samples client configuration according to recent change in cxf security
-[CXF-1609] - The setSynchronousTimeout on the ClientImpl does not prevent reading the socket to timeout...
-[CXF-1612] - javax.xml.stream.XMLStreamException when process WSDL
-[CXF-1614] - Bug in CXF Validation, SOAP Fault produces invalid XML
-[CXF-1621] - Memory Leak in WSDLManagerImpl - SchemaCacheMap
-[CXF-1625] - ServletDestination does not support decoupled responses
-[CXF-1629] - jaxws:endpoint properties not honored
-[CXF-1633] - http conduit authorization not applied in spring configuration with simple:client
-[CXF-1639] - Memory leak due to literal keys in WSDLDefinition map
-[CXF-1640] - Clientside EndpointPolicy details never removed from PolicyEngineImpl.
-[CXF-1642] - CXF Bundle is missing an Import-Package for woodstox
-[CXF-1643] - Move runtime resources found in META-INF to META-INF/cxf so that they can be found in an OSGi runtime environment
-[CXF-1644] - Adding value to wsdl parameter causes NullPointerException
-[CXF-1645] - ResourceInjector fails to inject into (Spring) proxies if resource to be in injected is subclassed
-[CXF-1646] - Maven codegen-plugin skips generation of multiple wsdl options of equally named wsdl files
-[CXF-1649] - localtransport Concurrent problem
-
-Improvement
-[CXF-1586] - option in wsdl2java generation to NOT create a @Webservice.wsdlLocation
-[CXF-1597] - setStackTrace method of org.apache.cxf.interceptor.ClientFaultConverter make me can't put stackTrace elment under fault detail element
-[CXF-1619] - Move bus wiring out of Spring XML handlers
-[CXF-1627] - Upgrade to WSS4J 1.5.4
-[CXF-1630] - Make nicer service list for CXFServlet
-[CXF-1632] - Improve WS-Security error handling
 
-New Feature
-[CXF-1601] - Add the equivilent of the JAX-WS RI -XautoNameResolution flag on wsimport
+** Bug
+    * [CXF-1578] - Json marshall/unmarshall error
+    * [CXF-1617] - Basic Authentication failure
+    * [CXF-1658] - The jbi transport should honor the sendSync flag so that xa transactions are handled correctly in smx3
+    * [CXF-1659] - Eclipse plugin has ${cxf.version} in directory name
+    * [CXF-1660] - Nested namespace defined spring beans aren't properly unique
+    * [CXF-1661] - style="rpc" in soapBinging configuration is not honored
+    * [CXF-1663] - Attempting to use a Spring configured HTTPConduit causing compatability problems with Spring 2.5.4 testing framework
+    * [CXF-1665] - org.apache.cxf.jaxws.interceptors.SwAOutInterceptor:197 | Unreachable Code
+    * [CXF-1667] - WsdlLocation can't not be set from <simple:server> or <jaxws:server>
+    * [CXF-1669] - MTOM does not work when add WSS4J interceptors(UsernameToken and Timestamp)
+    * [CXF-1678] - wsdl2java does not generate impl stubs when only logical wsdl is present
+    * [CXF-1681] - Base URL caching in ServletController avoids needed updateDests() call on republishing endpoints
+    * [CXF-1682] - Generated Web service Client fails for http://demo.aws.air-worldwide.com/aws/passporttogo.asmx?wsdl
+    * [CXF-1683] - ExtendedURIResolver returns relative paths after resolving a URI relative to another one.
+    * [CXF-1687] - Lots of NPE when parsing documents at start time
+    * [CXF-1689] - CXF assumes class.getPackage() is never null
+    * [CXF-1696] - wsdl2java issues with implicit headers
+    * [CXF-1709] - "No service was found." after refresh of Spring's ApplicationContext 
+    * [CXF-1711] - Server failed to start and receieved IllegalAnnotationExceptions 
+    * [CXF-1712] - ObjectFactory cache doesn't take classloaders into accout
+
+** Improvement
+    * [CXF-1680] - Map ws-security principals into WebServiceContext.getUserPrincipal() call
+    * [CXF-1684] - URIResolver cannot resolve relative paths with with zip: scheme
+    * [CXF-1685] - Not possible to pass empty parameter to the maven-codegen-plugin
+    * [CXF-1686] - maven-codegen-plugin: Add ability to specify a default set of options for all wsdls in a project.
+    * [CXF-1692] - cfx-codegen-plugin: Should be possible to configure using named parameters.
+    * [CXF-1705] - Servlet 2.3 compliance