Versions Compared

Key

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

...

  • ServletController will not override the endpoint addresses by default as it has side-effects when a given endpoint is accessed via multiple paths. Set CXFServlet "disable-address-updates" parameter to 'false' if required.
  • The long since deprecated org.apache.cxf.frontend.MethodDispatcher has been removed.  (It was replaced with org.apache.cxf.service.invoker.MethodDispatcher in 2.6)
  • The deprecated JAXBToStringBuilder and JAXBToStringStyle classes that were in cxf-rt-databindind-jaxb have been removed.  The functionality has been provided by cxf-xjc-runtime for a while now.
  • The deprecated URIMappingInterceptor has been removed.  This hasn't been on the default chain for some time due to a bunch of security related issues.
  • SchemaValidation annotation has had its deprecated "enabled" property removed. Please use its "type" property to control the validation.
  • The "Spring" type was removed from the FactoryType annotation.  Instead, use factoryClass=SpringBeanFactory.class.