Versions Compared

Key

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

...

  • DynamicClientFactory was moved from the JAXB databinding to the Simple frontend. However, users are strongly encouraged to use the JaxWsDynamicClientFactory subclass.
  • The large bundle jar has been removed due to maintenance issues as well as new functionality not being usable from the bundle jar.  Users should upgrade to the individual modules that they need for their application.

Removed/Changed API's

  • CXFBusImpl has been removed. The only subclass was the ExtensionMangerBus (SpringBus and Blueprint/osgi stuff subclassed that) so the functionality was pushed up into ExtensionMangerBus. Some of the "common" methods were put directly on the Bus interface to make using the Bus cleaner (no casts to the impl).

...