Conversation
| <dependency> | ||
| <groupId>jakarta.xml.ws</groupId> | ||
| <artifactId>jakarta.xml.ws-api</artifactId> | ||
| <version>3.0.1</version> |
There was a problem hiding this comment.
did you also try with newer version?
https://mvnrepository.com/artifact/jakarta.xml.ws/jakarta.xml.ws-api
There was a problem hiding this comment.
No. My goal was in updating cxf to 4.+, and it has jakarta.xml.ws-api v.3.0.1 as dependency
There was a problem hiding this comment.
And I have a problem with generating code for client: jaxws/bindings.xml rules should change package name, but they don't. If anyone know how to solve this problem - just push changes to this pull request.
|
fyi: I have completed the migration to CXF v4, JDK 17 and Jakarta. Available atm in a dedicated branch in our fork. Please feel free to check this out and let me know if you have issues. I'm running this custom build within a JDK17/SB3/Jakarta environment successfully. Note: The branch in question is based on my proposed PR #158. |
Trying to solve #164