Apache Axis2 1.8.1 Release Notes

  • Tomcat 10 users need to deploy the axis2 into the webapps-javaee folder as explained here: https://tomcat.apache.org/migration-10.html#Migrating_from_9.0.x_to_10.0.x.

  • As explained in AXIS2-4311, the same package name org.apache.axis2.transport was in both the kernel and transport modules. This broke both OSGI support and the Java 9 modules feature. The kernel version of this package was renamed to org.apache.axis2.kernel.

    Users are strongly encouraged to update their axis2.xml since the package name changed for the classes org.apache.axis2.kernel.http.XFormURLEncodedFormatter, org.apache.axis2.kernel.http.MultipartFormDataFormatter, org.apache.axis2.kernel.http.ApplicationXMLFormatter, org.apache.axis2.kernel.http.SOAPMessageFormatter, and org.apache.axis2.kernel.http.SOAPMessageFormatter.

    Any code references for the HTTPConstants class needs to be updated to org.apache.axis2.kernel.http.HTTPConstants.

  • All dependencies were updated to the latest version where it was easily possible to do so. Users are strongly encouraged to manage and update their pom.xml for updates themselves and not wait for the Axis2 team, since CVE's occur so often it is impractical to do a release for every update.

    We will do our best and try to release as frequently as possible. However, do not wait for us on zero day exploits - just update your pom.xml.

Bug

  • [AXIS2-4311] - Axis2 OSGi bundles have split packages
  • [AXIS2-5986] - Content-Type start-info action not parsed correctly
  • [AXIS2-6010] - Can't start server on standalone version with JDK 16
  • [AXIS2-6011] - axis2-1.0.jar not found in axis2.war
  • [AXIS2-6013] - Apache Axis2 1.8.0 seems to have DEBUG level logging enabled by default
  • [AXIS2-6014] - Error while generating java code from WSDL
  • [AXIS2-6015] - Java code generated from WSDL does not compile if a "string" element is defined
  • [AXIS2-6022] - XMLBeans binding extension not in classpath error when generating code using Axis2 1.8.0
  • [AXIS2-6033] - wsdl import locations are not getting updated correctly if wsdl is we are importing .wsdl file in wsdl file

Improvement

Test

  • [AXIS2-6028] - Remove Qpid from JMS transport unit test