You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by gd...@apache.org on 2009/08/13 05:12:41 UTC

svn commit: r803764 - in /webservices/axis2/branches/java/1_5: README.txt release-notes.html

Author: gdaniels
Date: Thu Aug 13 03:12:40 2009
New Revision: 803764

URL: http://svn.apache.org/viewvc?rev=803764&view=rev
Log:
Update release notes and readme for 1.5.1 release.

Modified:
    webservices/axis2/branches/java/1_5/README.txt
    webservices/axis2/branches/java/1_5/release-notes.html

Modified: webservices/axis2/branches/java/1_5/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/README.txt?rev=803764&r1=803763&r2=803764&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/README.txt (original)
+++ webservices/axis2/branches/java/1_5/README.txt Thu Aug 13 03:12:40 2009
@@ -4,9 +4,17 @@
 http://ws.apache.org/axis2
 ------------------------------------------------------
 
-___________________
-Building
-===================
+Welcome to Axis2!
+
+For information specific to this release, please check out the
+release-notes.html file in this directory.
+
+Full documentation can be found in the docs distribution of this release
+(separate download), or on the main website at http://ws.apache.org/axis2.
+
+____________________
+Building from Source
+====================
 
 We use Maven 2 (http://maven.apache.org) to build, and you'll find a
 pom.xml in each module, as well as at the top level.  Use "mvn install"
@@ -29,13 +37,6 @@
      modules/tool/axis2-aar-maven-plugin
 
 ___________________
-Documentation
-===================
- 
-Documentation can be found in the 'docs' distribution of this release 
-and in the main site.
-
-___________________
 Deploying
 ===================
 

Modified: webservices/axis2/branches/java/1_5/release-notes.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/release-notes.html?rev=803764&r1=803763&r2=803764&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/release-notes.html (original)
+++ webservices/axis2/branches/java/1_5/release-notes.html Thu Aug 13 03:12:40 2009
@@ -20,103 +20,57 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="">
-  <title>Welcome to Apache Axis2 version @axisVersion@</title>
+  <title>Apache Axis2 @axisVersion@ Release Notes</title>
 </head>
 
 <body lang="en">
-<h1>Welcome to Apache Axis2 version @axisVersion@</h1>
+<h1>Apache Axis2 @axisVersion@ Release Notes</h1>
 
-<h3>@TODAY@</h3>
+<h2>About this version</h2>
 
-<pre>We are pleased to announce the release of Apache Axis2 version @axisVersion@.
+1.5.1 is a maintenance release to fix several key problems in
+the 1.5 release.
 
-Downloads are available at:
-    http://ws.apache.org/axis2/download.cgi
+<h2>Changes since 1.5</h2>
 
-Apache Axis2 is a complete re-design and re-write of the widely used
+<ul>
+ <li>Fix for the dreaded "CLOSE_WAIT" problem (JIRA issues 935, 2883, etc).  We now share an instance of HTTPClient across each ConfigurationContext (i.e. each Axis2 server or ServiceClient) - connection reuse is now automatic.  This means <b>the REUSE_HTTP_CLIENT flag is no longer necessary or useful, nor is creating your own MultithreadedHttpConnectionManager</b>.</li>
+ <li>Transport deployer is now actually functional, and getListenerManager() in ConfigurationContext now creates a new LM if there isn't one already.</li>
+ <li>Fix for AXIS2-4034, module versions now support real versions like "1.5.1"</li>
+ <li>NPE problem (see AXIS2-4114) fixed in MessageContext while retrieving policy.</li>
+</ul>
+
+<h4>Known Issues and Limitations in the @axisVersion@ Release:</h4>
+<p><i>Please see JIRA</i></p>
+
+
+<h2>About Axis2</h2>
+
+<p>Apache Axis2 is a complete re-design and re-write of the widely used
 Apache Axis engine and is a more efficient, more scalable, more modular
 and more XML-oriented Web services framework. It is carefully designed to
 support the easy addition of plug-in "modules" that extend its
-functionality for features such as security and reliability.
+functionality for features such as security and reliability.</p>
 
-Modules supporting WS-Security/Secure-Conversation (Apache Rampart),
+<p>Modules supporting WS-Security/Secure-Conversation (Apache Rampart),
 WS-Trust (Apache Rahas), WS-Reliable Messaging (Apache Sandesha) and
 WS-Eventing (Apache Savan) are available via the Apache Web Services
-project. Please see the individual subproject sites for further information.
-
-Major Changes Since 1.4.1:
-- Refactored, pluggable transports (separate jars, with deployer)
-- Clustering improvements (works with EC2)
-- Over 100 JIRA issues resolved (please see JIRA)
+project. Please see the individual subproject sites for further information.</p>
 
-Known Issues and Limitations in @axisVersion@ Release:
-- Please see JIRA
+<h2>Feedback</h2>
 
-We are striving for a simple and happy first time user experience as well as a
+<p>We are striving for a simple and happy first time user experience as well as a
 satisfying experienced user experience with this release. We welcome any
-and all feedback at:
-    axis-user@ws.apache.org (please include "[axis2]" in the subject)
-    axis-dev@ws.apache.org (please include "[axis2]" in the subject)
-    http://issues.apache.org/jira/browse/AXIS2
-
-Thank you for your interest in Apache Axis2!
-
-The Axis2 Development Team
-http://ws.apache.org/axis2/
-
-------------------------------------------------------------------------------------
-
-Features of Apache Axis2:
-
-Programming Model
-   - Simple XML-centric client API with full WSDL and policy support
-   - Support for POJO and Spring services and clients
-   - Support for any message exchange pattern (MEP)
-   - Synchronous and asynchronous programming model
-   - Archived service deployment model supporting full service
-     encapsulation with versioning support
-   - Archived module deployment model supporting controlled
-     extensibility with versioning support
-   - Hot deployment
-   - Pluggable extensions and transports
-   - WS-Policy driven code generation extensions
-   - Flexible service life cycle model
-   - Automatic support for POX (REST) style invocation of services
-   - Support for querying service's WSDL (with ?wsdl), schema (with
-     ?xsd) and policies (with ?policy)
-
-Supported Specifications
-   - SOAP 1.1 and 1.2
-   - Message Transmission Optimization Mechanism (MTOM)
-   - XML Optimized Packaging (XOP)
-   - SOAP with Attachments
-   - WSDL 1.1, including both SOAP and HTTP bindings
-   - WS-Addressing submission and 1.0
-   - WS-Policy
-   - SAAJ 1.1
-
-Transports
-   - HTTP
-   - SMTP
-   - JMS
-   - TCP
-
-Supported Data Bindings
-   - Axis Data Binding (ADB)
-   - XMLBeans
-   - JibX
-   - JaxBRI (Experimental)
-
-Tools
-   - WSDL2Java: Generate Java stubs and skeletons from a WSDL document.
-   - Java2WSDL: Generate a WSDL document from a Java class.
-   - Eclipse Plugins
-   - IntelliJ Idea Plugins
-   - Maven2 Plugins
-   - Web application for administering Apache Axis2
+and all feedback at:</p>
+<ul>
+  <li><a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a> (please include "[axis2]" in the subject)</li>
+  <li><a href="mailto:axis-dev@ws.apache.org">axis-dev@ws.apache.org</a> (please include "[axis2]" in the subject)</li>
+  <li><a href="http://issues.apache.org/jira/browse/AXIS2">http://issues.apache.org/jira/browse/AXIS2</a></li>
+</ul>
 
-<a href="http://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?&pid=10611&updated%3Aafter=24%2FAug%2F08&status=5&status=6&resolution=1&sorter/field=issuekey&sorter/order=DESC&tempMax=1000">Bugs marked as Resolved/Fixed after 1.4.1 Release</a> (link to JIRA)
+<p>Thank you for your interest in Apache Axis2!</p>
 
-    </pre>
+<p><i>The Axis2 Development Team<br>
+<a href="http://ws.apache.org/axis2/">http://ws.apache.org/axis2/</a></i></p>
 </body>
 </html>