Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

New Features

API Changes

...

  • GZIP related interceptors/features

...

  • have been moved out of the http module so they are usable with other transports such as JMS. As such, their package has changed from org.apache.cxf.transport.http.gzip to org.apache.cxf.transport.common.gzip
  • XmlSchema has been updated from 1.4.x to 2.0. As such, any use of XmlSchema classes may have changed. In particular, XmlSchema 2.0 uses Java 5 collections which changes how it's used. Also, many static utility methods that existed in org.apache.cxf.common.xmlschema.XmlSchemaUtils have now been merged directly into the XmlSchema API's and are no longer needed or available.
  • WSS4J has been updated from 1.5.x to 1.6.
  • Neethi has been upgraded from 2.0.x to 3.0. Much of the utilities and functionality in the CXF policy engine has now been backported into Neethi directly and CXF now leverages more of the capabilities of Neethi without duplicating functionality. If you write custom policies for CXF, some changes will be required. These include:
  • — more to come ----

Runtime Changes