ciscoo / cxf-codegen-gradle

Gradle plugin to generate Java artifacts from WSDL
Apache License 2.0
26 stars 6 forks source link

Jakarta WS API with greather 3 version wsdl not generated #47

Closed zhasulan closed 1 year ago

zhasulan commented 1 year ago

WSDL generated if only use old version of jakarta libs

cxfCodegen("jakarta.xml.ws:jakarta.xml.ws-api:2.3.3") cxfCodegen("jakarta.annotation:jakarta.annotation-api:1.3.5")

If we use new version of Jakarta WS API 3 or 4 versions wsdl generation return error:

Caused by: java.lang.ClassNotFoundException: javax.xml.ws.Service

ciscoo commented 1 year ago

This is expected due to Apache CXF not supporting Jakarta yet.

See https://issues.apache.org/jira/browse/CXF-8371