You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Major Changes:

  • CXF 3.2.x now requires Java 8.  Support for previous versions of Java has been dropped.
  • Jetty has been upgraded to 9.4.x.
  • Woodstox has been updated to 5.0.x which is in a different group id and has a different artifactId.  It's possible that you may pull in multiple versions of woodstox via other dependencies.
  • Swagger 1.x (package com.wordnik) is no longer supported, please update to Swagger 2 (package io.swagger).
  • New java2swagger Maven plugin
  • JAX-RS support updated to latest 2.1 spec
  • New WS-Transfer implementation
  • Old management-web module removed
  • jibx, sdo, and xmlbeans databindings removed
  • "object binding" removed (coloc binding handles most of these use cases)
  • Enhanced tracing support
     

 

  • No labels