Author: veithen Date: Thu Nov 11 21:25:36 2010 New Revision: 1034142 URL: http://svn.apache.org/viewvc?rev=1034142&view=rev Log: Fixing some minor issues with the build/distribution and started to prepare 1.5.3.
Modified: axis/axis2/java/core/trunk/README.txt axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/src-assembly.xml axis/axis2/java/core/trunk/pom.xml axis/axis2/java/core/trunk/release-docs/readme-files/README-docs.txt axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt axis/axis2/java/core/trunk/release-docs/readme-files/installation-std-bin.txt axis/axis2/java/core/trunk/src/main/assembly/dists.xml axis/axis2/java/core/trunk/src/site/xdoc/download.xml axis/axis2/java/core/trunk/src/site/xdoc/index.xml axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml Modified: axis/axis2/java/core/trunk/README.txt URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/README.txt?rev=1034142&r1=1034141&r2=1034142&view=diff ============================================================================== --- axis/axis2/java/core/trunk/README.txt (original) +++ axis/axis2/java/core/trunk/README.txt Thu Nov 11 21:25:36 2010 @@ -1,7 +1,7 @@ ====================================================== Apache Axis2 ${project.version} build (${buildTimestamp}) -http://ws.apache.org/axis2 +http://axis.apache.org/axis2/java/core/ ------------------------------------------------------ ___________________ Modified: axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/src-assembly.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/src-assembly.xml?rev=1034142&r1=1034141&r2=1034142&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/src-assembly.xml (original) +++ axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/src-assembly.xml Thu Nov 11 21:25:36 2010 @@ -30,6 +30,17 @@ <fileSet> <directory>../..</directory> <outputDirectory></outputDirectory> + <includes> + <include>NOTICE.txt</include> + <include>LICENSE.txt</include> + <include>README.txt</include> + <include>release-notes.html</include> + </includes> + <filtered>true</filtered> + </fileSet> + <fileSet> + <directory>../..</directory> + <outputDirectory></outputDirectory> <useDefaultExcludes>true</useDefaultExcludes> <includes> <include>pom.xml</include> @@ -37,10 +48,6 @@ <include>modules/**</include> <include>legal/**</include> <include>release-docs/**</include> - <include>NOTICE.txt</include> - <include>LICENSE.txt</include> - <include>README.txt</include> - <include>release-notes.html</include> <include>src/**</include> </includes> Modified: axis/axis2/java/core/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1034142&r1=1034141&r2=1034142&view=diff ============================================================================== --- axis/axis2/java/core/trunk/pom.xml (original) +++ axis/axis2/java/core/trunk/pom.xml Thu Nov 11 21:25:36 2010 @@ -199,7 +199,9 @@ </execution> <execution> <id>prepare-dists</id> - <phase>package</phase> + <!-- Must be done in the install phase after the checksum and signature for + the docs distribution has been generated. --> + <phase>install</phase> <goals> <goal>single</goal> </goals> @@ -213,6 +215,12 @@ </execution> </executions> </plugin> + <plugin> + <artifactId>maven-install-plugin</artifactId> + <configuration> + <createChecksum>true</createChecksum> + </configuration> + </plugin> </plugins> </build> </profile> Modified: axis/axis2/java/core/trunk/release-docs/readme-files/README-docs.txt URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/release-docs/readme-files/README-docs.txt?rev=1034142&r1=1034141&r2=1034142&view=diff ============================================================================== --- axis/axis2/java/core/trunk/release-docs/readme-files/README-docs.txt (original) +++ axis/axis2/java/core/trunk/release-docs/readme-files/README-docs.txt Thu Nov 11 21:25:36 2010 @@ -20,7 +20,7 @@ Apache Axis2 ${project.version} build (${buildTimestamp}) Documentation Release -http://ws.apache.org/axis2 +http://axis.apache.org/axis2/java/core/ ------------------------------------------------------ This release contains Modified: axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt?rev=1034142&r1=1034141&r2=1034142&view=diff ============================================================================== --- axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt (original) +++ axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt Thu Nov 11 21:25:36 2010 @@ -20,7 +20,7 @@ Apache Axis2 ${project.version} build (${buildTimestamp}) Binary Release -http://ws.apache.org/axis2 +http://axis.apache.org/axis2/java/core/ ------------------------------------------------------ This is the Standard Binary Release of Axis2. @@ -42,4 +42,4 @@ The conf directory contains the axis2.xm (Please note that this release does not include the other WS-* implementation modules, like WS-Security, that are being developed within Axis2. Those can be downloaded from -http://ws.apache.org/axis2/modules/) +http://axis.apache.org/axis2/java/core/modules/) Modified: axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt?rev=1034142&r1=1034141&r2=1034142&view=diff ============================================================================== --- axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt (original) +++ axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt Thu Nov 11 21:25:36 2010 @@ -20,7 +20,7 @@ Apache Axis2 ${project.version} build (${buildTimestamp}) Source Release -http://ws.apache.org/axis2 +http://axis.apache.org/axis2/java/core/ ------------------------------------------------------ This is the Standard Source Release of Axis2. @@ -31,7 +31,7 @@ components. The distribution can be buil (Please note that this does not include the other WS-* implementation modules, like WS-Security, that are being developed within Axis2. Those can be downloaded - from http://ws.apache.org/axis2/modules/) + from http://axis.apache.org/axis2/java/core/modules/) Modified: axis/axis2/java/core/trunk/release-docs/readme-files/installation-std-bin.txt URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/release-docs/readme-files/installation-std-bin.txt?rev=1034142&r1=1034141&r2=1034142&view=diff ============================================================================== --- axis/axis2/java/core/trunk/release-docs/readme-files/installation-std-bin.txt (original) +++ axis/axis2/java/core/trunk/release-docs/readme-files/installation-std-bin.txt Thu Nov 11 21:25:36 2010 @@ -72,7 +72,7 @@ Distribution essential jars are missing. At such a situation the documentation of the particular servlet container should be consulted to find the problem. - Read http://ws.apache.org/axis2/1_5/installationguide.html#servlet_container + Read http://axis.apache.org/axis2/java/core/docs/installationguide.html#servlet_container for more information. @@ -117,7 +117,7 @@ Distribution Eg: WSDL2Java.sh -uri ../wsdl/Axis2Sample.wsdl A more detailed reference about this script can be found - http://ws.apache.org/axis2/1_5/reference.html. + http://axis.apache.org/axis2/java/core/docs/reference.html. * java2wsdl.{bat|sh} @@ -127,11 +127,11 @@ Distribution Eg: Java2WSDL.sh -cn ../samples/test/searchTool.Search A more detailed reference about this script can be found in - http://ws.apache.org/axis2/1_5/reference.html + http://axis.apache.org/axis2/java/core/docs/reference.html Complete Installation Guide =========================== A complete Installation Guide on Apache Axis2 is available at -http://ws.apache.org/axis2/1_5/installationguide.html +http://axis.apache.org/axis2/java/core/docs/installationguide.html Modified: axis/axis2/java/core/trunk/src/main/assembly/dists.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/main/assembly/dists.xml?rev=1034142&r1=1034141&r2=1034142&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/main/assembly/dists.xml (original) +++ axis/axis2/java/core/trunk/src/main/assembly/dists.xml Thu Nov 11 21:25:36 2010 @@ -63,6 +63,16 @@ <source>${settings.localRepository}/org/apache/axis2/distribution/${project.version}/distribution-${project.version}-war.zip.asc</source> <destName>axis2-${project.version}-war.zip.asc</destName> </file> + <!-- Documents distribution --> + <file> + <source>${settings.localRepository}/org/apache/axis2/axis2/${project.version}/axis2-${project.version}-docs.zip</source> + </file> + <file> + <source>${settings.localRepository}/org/apache/axis2/axis2/${project.version}/axis2-${project.version}-docs.zip.md5</source> + </file> + <file> + <source>${settings.localRepository}/org/apache/axis2/axis2/${project.version}/axis2-${project.version}-docs.zip.asc</source> + </file> <!-- Eclipse codegen plugin --> <file> <source>${settings.localRepository}/org/apache/axis2/axis2.eclipse.codegen.plugin/${project.version}/axis2.eclipse.codegen.plugin-${project.version}-dist.zip</source> Modified: axis/axis2/java/core/trunk/src/site/xdoc/download.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/download.xml?rev=1034142&r1=1034141&r2=1034142&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/xdoc/download.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/download.xml Thu Nov 11 21:25:36 2010 @@ -76,6 +76,32 @@ <th>Distribution</th> </tr> <tr> + <td><a name="1_5_3"/><strong>1.5.3</strong></td> + <td>??? - Nov - 2010</td> + <td>1.5.3 Release (Mirrored)</td> + <td> + Binary Distribution + <a href="[preferred]/axis/axis2/java/core/1.5.3/axis2-1.5.3-bin.zip">zip</a> | + <a href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-1.5.3-bin.zip.md5">MD5</a> | + <a href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-1.5.3-bin.zip.asc">PGP</a> + <br/> + Source Distribution + <a href="[preferred]/axis/axis2/java/core/1.5.3/axis2-1.5.3-src.zip">zip</a> | + <a href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-1.5.3-src.zip.md5">MD5</a> | + <a href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-1.5.3-src.zip.asc">PGP</a> + <br/> + WAR Distribution + <a href="[preferred]/axis/axis2/java/core/1.5.3/axis2-1.5.3-war.zip">zip</a> | + <a href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-1.5.3-war.zip.md5">MD5</a> | + <a href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-1.5.3-war.zip.asc">PGP</a> + <br/> + Documents Distribution + <a href="[preferred]/axis/axis2/java/core/1.5.3/axis2-1.5.3-docs.zip">zip</a> | + <a href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-1.5.3-docs.zip.md5">MD5</a> | + <a href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-1.5.3-docs.zip.asc">PGP</a> + </td> + </tr> + <tr> <td><a name="1_5_2"/><strong>1.5.2</strong></td> <td>06 - Sep - 2010</td> <td>1.5.2 Release (Mirrored)</td> Modified: axis/axis2/java/core/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/index.xml?rev=1034142&r1=1034141&r2=1034142&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/xdoc/index.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/index.xml Thu Nov 11 21:25:36 2010 @@ -34,12 +34,29 @@ Apache Axis2/C</p> here, you can visit the <a href= "http://axis.apache.org/axis2/c/"><strong>Apache Axis2/C</strong></a> Web site for Axis2/C implementation information.</p> +<h3>November ???, 2010 - Apache Axis2/Java Version 1.5.3 Released!</h3> +<p>1.5.3 is a maintenance release that contains the following improvements:</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="tools/index.html">download</a> via the Axis2 Web site +(previous 1.5.x versions could only be downloaded from the Maven repository).</li> +</ul> +<p>[ <a href="download.cgi#1_5_3"><strong>Download</strong> ]</a></p> <h3>September 6, 2010 - Apache Axis2/Java Version 1.5.2 Released!</h3> <p>1.5.2 is a maintenance release to fix the security issue described in <a href="http://svn.apache.org/repos/asf/axis/axis2/java/core/security/CVE-2010-1632.pdf">CVE-2010-1632</a> as well as an XSS vulnerability in the admin console and some other minor issues. It also upgrades Axiom to version 1.2.9.</p> -<p><a href="./download.cgi"><strong>Download</strong></a></p> +<p>[ <a href="download.cgi#1_5_2"><strong>Download</strong></a> ]</p> <h3>October 23, 2009 - Apache Axis2/Java Version 1.5.1 Released!</h3> <p>The 1.5.1 version fixes some <a href="http://issues.apache.org/jira/browse/AXIS2">bugs</a>, including most notably a connection starvation issue that would cause a large number of sockets stuck in CLOSE_WAIT or TIME_WAIT.</p> <p><b>PLEASE NOTE:</b> As of Axis2 1.5, we now <i>require</i> JDK 1.5 or above. JDKs 1.4 or previous are no longer supported.</p> Modified: axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml?rev=1034142&r1=1034141&r2=1034142&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml Thu Nov 11 21:25:36 2010 @@ -89,6 +89,7 @@ </subsection> </section> <section name="Performing a release"> + <p><strong>Note:</strong> performing the release requires at least Maven 2.1.0. The recommended version is 2.2.1.</p> <subsection name="Preparation"> <ol> <li>Check the consistency between the metadata in <tt>pom.xml</tt> and <tt>modules/parent/pom.xml</tt>.