Versions Compared

Key

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

...

Note that no @Deprecated annotation has been attached to the deprecated classes in order to minimize the 'noise' in the runtime code while these classes are still maintained.

JAX-RS endpoints in OSGI

  • If you have compiled the application bundles against JSR-311 (JAX-RS 1.1) API and would like to get them running with CXF 2.7.x without recompiling against JSR-339 (JAX-RS 2.0) API then either
    • have "javax.ws.rs", "javax.ws.rs.core" and "javax.ws.rs.ext" imported with the "[1.1, 3)" version range and use org.apache.servicemix.specs.jsr339-api-m10-2.1.0 spec bundle or
    • use org.apache.servicemix.specs.jsr339-api-m10-2.2.0 spec bundle when it gets released.