Versions Compared

Key

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

...

The building of the Schema in the Aegis type system has changed from using JDom to using XmlSchema directly. This avoids a 3 hop JDOM -> DOM -> XmlSchema performance penalty, but requires changes to any custom Aegis type objects.

The long deprecated org.codehaus.xfire.aegis.type.java5 annotations have been removed. When migrating apps from XFire, you will need to update to use the JAXB annotations or the equivalents in org.apache.cxf.aegis.type.java5.

JAX-RS

The JAX-RS runtime/api's have been updated to JAX-RS 1.0 level from 0.8. Some code written for 0.8 may need modifications to run with the 1.0 level.

...