You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2011/05/28 19:16:36 UTC

svn commit: r1128716 - /axis/axis2/java/core/branches/1_5/release-notes.html

Author: veithen
Date: Sat May 28 17:16:36 2011
New Revision: 1128716

URL: http://svn.apache.org/viewvc?rev=1128716&view=rev
Log:
Prepared release notes for Axis2 1.5.5.

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=1128716&r1=1128715&r2=1128716&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_5/release-notes.html (original)
+++ axis/axis2/java/core/branches/1_5/release-notes.html Sat May 28 17:16:36 2011
@@ -20,37 +20,31 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="">
-  <title>Apache Axis2 1.5.4 Release Notes</title>
+  <title>Apache Axis2 1.5.5 Release Notes</title>
 </head>
 
 <body lang="en">
-<h1>Apache Axis2 1.5.4 Release Notes</h1>
+<h1>Apache Axis2 1.5.5 Release Notes</h1>
 
 <h2>About this version</h2>
 
-<p>1.5.4 is a maintenance release that contains fixes for the following issues:</p>
+<p>1.5.5 is a maintenance release that contains fixes for the following issues:</p>
 <ul>
-<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>
+<li><a href="https://issues.apache.org/jira/browse/AXIS2-3788">AXIS2-3788</a>: NPE in finally block in generate Stub methods</li>
+<li><a href="https://issues.apache.org/jira/browse/AXIS2-4200">AXIS2-4200</a>: ConverterUtil.compare fails for BigInteger values</li>
+<li><a href="https://issues.apache.org/jira/browse/AXIS2-4349">AXIS2-4349</a>: Child first class loading</li>
+<li><a href="https://issues.apache.org/jira/browse/AXIS2-4448">AXIS2-4448</a>: DefaultObjectSupplier fails to instantiate static nested classes</li>
+<li><a href="https://issues.apache.org/jira/browse/AXIS2-4582">AXIS2-4582</a>: WARNING: Cannot set header. Response already committed. is logged when ever a Axis2 based webservice is called</li>
+<li><a href="https://issues.apache.org/jira/browse/AXIS2-4620">AXIS2-4620</a>: Adding OnDemandLogger to allow the LogFactory lookup to occur on first touch versus during static class initialization</li>
+<li><a href="https://issues.apache.org/jira/browse/AXIS2-4712">AXIS2-4712</a>: remove hardcoded setting of content-type to text/xml from AxisServlet</li>
+<li><a href="https://issues.apache.org/jira/browse/AXIS2-4898">AXIS2-4898</a>: Thread named [MultiThreadedHttpConnectionManager cleanup] not cleaned up properly</li>
+<li><a href="https://issues.apache.org/jira/browse/AXIS2-4924">AXIS2-4924</a>: CLONE -ConverterUtil.compare fails for BigInteger values</li>
+<li><a href="https://issues.apache.org/jira/browse/AXIS2-4933">AXIS2-4933</a>: Response in call method of SOAPConnectionImpl returned attachment input instead of attachment output</li>
+<li><a href="https://issues.apache.org/jira/browse/AXIS2-5006">AXIS2-5006</a>: SoapElementImpl.copyContents skips child elements</li>
 </ul>
-<p>In addition, this release contains changes required for the Sandesha2 1.4 release.</p>
+<p>This release also contains fixes for several issues in the sample projects included with the binary distribution.</p>
+<p>If possible users should upgrade to Axis2 1.6.0. The Axis2 1.5.5 maintenance release is intended for use in situations where
+upgrading to 1.6.0 is not possible immediately.</p>
 
 <h2>About Axis2</h2>