Axis2 1.3 Released

リリースされました。

ダウンロードはこちら。
http://ws.apache.org/axis2/download.cgi


RCからも、大分変更が入っているようです。

  • Moved to maven2 from maven1
  • Significantly improved documentation
  • Significantly improved support for POJO services and clients
  • Significantly improved Deployment module and custom deployers
  • Significantly improved support for Spring services
  • Significantly improved Axis Data Binding (ADB) to increase schema coverage and overall stability
  • Improved handler and module interfaces
  • Improved Eclipse and Idea plugins
  • Fixed tons of small and not-so-small bugs
  • Major code cleanup and improved exception handling
  • All the asynchronous MessageReceivers have been deprecated
  • Deprecating the introspection to find init()/destroy() methods on service classes.
  • Deprecated the Callback interface(http://wiki.apache.org/ws/FrontPage/Axis2/changesfrom1.2to1.3)
  • Added a new phase called "Addressing" and moved all the addressing handlers into that phase
  • Name of the wsdl2java generated Exception classes changed. Earlier it had the Exception suffix and from Axis2 1.3 it has been removed
  • Interface changed in ADB Datasource class
  • Classpath module loading support


POJOのドキュメントも充実されているようだし、Maven2にも対応した(といっても、pom.xmlがモジュール別に存在しているので、構成が複雑そうだが)ようなので、S2Axis2の対応もしていこうと考えています。