Versions Compared

Key

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

...

  • WS-RM is being updated to support 1.1. Also included are some feature improvements such as sequence demarcation by WS-RM client.
  • WS-RM components are fully JMX instrumented. Various status information about the WS-RM processing such as sequences, retries, acknowledgments can be monitored over JMX.
  • WS-MetadataExchange support for server side. CXF services will now respond properly to WS-MEX requests.
  • <cxf:workqueue> configuration to configure the workqueues that CXF uses.
  • Karaf commands
    • cxf:list-busses
    • Wiki Markup
      cxf:list-endpoints \[busid]
    • cxf:stop-endpoint busid endpointName
    • cxf:start-endpoint busid endpointName
  • New WS-Notification Service and API's (see ws_notification sample)
  • New Security Token Service (see sts sample)
  • Initial OAuth support for JAX-RS (see oauth sample)
  • Initial XML Security and SAML support for JAX-RS.

Removed modules

  • All the JBI related modules have been removed from CXF. If using CXF with JBI, it's recommended to use the ServiceMix CXF JBI components. Any code that those modules needed from past versions of CXF will be moved into those ServiceMix components.

...