Author: veithen Date: Sun Dec 19 17:58:32 2010 New Revision: 1050922 URL: http://svn.apache.org/viewvc?rev=1050922&view=rev Log: Updated release notes for 1.5.4.
Modified: axis/axis2/java/core/branches/1_5/release-notes.html Modified: axis/axis2/java/core/branches/1_5/release-notes.html URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/release-notes.html?rev=1050922&r1=1050921&r2=1050922&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_5/release-notes.html (original) +++ axis/axis2/java/core/branches/1_5/release-notes.html Sun Dec 19 17:58:32 2010 @@ -20,29 +20,37 @@ <html> <head> <meta http-equiv="content-type" content=""> - <title>Apache Axis2 1.5.3 Release Notes</title> + <title>Apache Axis2 1.5.4 Release Notes</title> </head> <body lang="en"> -<h1>Apache Axis2 1.5.3 Release Notes</h1> +<h1>Apache Axis2 1.5.4 Release Notes</h1> <h2>About this version</h2> -<p>1.5.3 is a maintenance release that contains the following improvements:</p> +<p>1.5.4 is a maintenance release that contains fixes for the following issues:</p> <ul> -<li>Improved support for SSL when using the servlet transport: Axis2 can now be configured -so that generated WSDLs contain https endpoints (<a href="https://issues.apache.org/jira/browse/AXIS2-4465">AXIS2-4465</a>).</li> -<li>Improved compatibility with Rampart (<a href="https://issues.apache.org/jira/browse/AXIS2-3213">AXIS2-3213</a> -and <a href="https://issues.apache.org/jira/browse/AXIS2-4870">AXIS2-4870</a>) and Sandesha2 (potential HTTP connection pool starvation).</li> -<li>Axiom has been upgraded to 1.2.10. This version contains performance improvements relevant for Rampart.</li> -<li>Application (business) faults are no longer logged at level ERROR (<a href="https://issues.apache.org/jira/browse/AXIS2-4280">AXIS2-4280</a>).</li> -<li>Improved conformance to the SAAJ specifications. The 1.5.3 release contains a set of fixes and improvements for the SAAJ -implementation developed on the trunk and not included in previous releases from the 1.5 branch.</li> -<li>Axis2 now relies exclusively on dependencies available from the Maven central repository, and no other Maven -repositories are required. This in particular fixes a build problem that appeared after the 1.5.2 release.</li> -<li>The Eclipse and IntelliJ IDEA plugins are again available for <a href="http://axis.apache.org/axis2/java/core/tools/index.html">download</a> via the Axis2 Web site -(previous 1.5.x versions could only be downloaded from the Maven repository).</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-3784">AXIS2-3784</a>: WSDL port address is not correctly generated for machines having multiple network interfaces</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-3793">AXIS2-3793</a>: move image to the correct place</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-3851">AXIS2-3851</a>: adb-codegen no longer accepts schemas without targetNamespace</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4261">AXIS2-4261</a>: Enable axis2server.sh to start SimpleAxis2Server in remote debug mode</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4586">AXIS2-4586</a>: JiBX Client Stub not cleaning up HTTP connections after each operation</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4642">AXIS2-4642</a>: ?wsdl query calls out.close() twice, confusing at least some Tomcat connectors</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4674">AXIS2-4674</a>: Unable to get WSDL2 doc for services on WebSphere 7.0 and Axis2 1.5.1</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4819">AXIS2-4819</a>: Race condition in WSDLDataLocator</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4827">AXIS2-4827</a>: ADB class org.apache.axis2.databinding.types.Union does not implement java.io.Serializable</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4842">AXIS2-4842</a>: NPE in TempFileManager</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4871">AXIS2-4871</a>: Null Pointer Exception in AxisService.printXSD</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4883">AXIS2-4883</a>: Javadoc link broken on site and in documents distribution</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4885">AXIS2-4885</a>: Unsubstituted variable ${axis2_version} in 1.5.3 site and documents distribution</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4887">AXIS2-4887</a>: TargetNameSpace required for XSD2Java</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4888">AXIS2-4888</a>: The org.apache.axis2:axis2 Maven artifact should not have a classifier</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4889">AXIS2-4889</a>: SOAPConnectionTest#testGet slows down the build</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4896">AXIS2-4896</a>: Unable to install axis2.eclipse.codegen.plugin into eclipse</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4901">AXIS2-4901</a>: LinkageError related to DOM classes when using the codegen plugin for Eclipse</li> +<li><a href="https://issues.apache.org:443/jira/browse/AXIS2-4909">AXIS2-4909</a>: Simple MTOM web service no longer works due to missing closing MIME boundary.</li> </ul> +<p>In addition, this release contains changes required for the Sandesha2 1.4 release.</p> <h2>About Axis2</h2>