Skip to content

CXF Codegen 1.0 Release Notes

Francisco Mateo edited this page Dec 31, 2021 · 1 revision

Upgrading from CXF Codegen 1.0.0-rc.3

Deprecations from 1.0.0-rc.3

The cxfCodegen { } has been deprecated in favor of direct task creation using the new Wsdl2Java task type. Please ensure you are creating tasks manually and utilizing the toolOptions of the task instead.

New and noteworthy

A new API has been added to solve many of the shortcomings of the existing cxfCodegen { } extension API. This API is a new custom task type that has a strong coupling to the wsdl2java tool options.