-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JakartaEE 9: Use new jakarta.* packages for nearly all JakartaEE WS & XML-type interfaces #95
Comments
We have a huge problem, since the latest Apache CXF cxf-rt-frontend-jaxws developed here https://github.com/apache/cxf doesnt support the newest Jakarta 3.0.0 package names. Since we need to cast from
Let's see if there's an issue already (https://issues.apache.org/jira/projects/CXF/issues/CXF-8293?filter=allopenissues) - maybe the |
There's already a CXF PR / Draft: apache/cxf#737 |
An idea from this CXF draft would also be to use the maven-shade-plugin as described in https://github.com/apache/openwebbeans/blob/master/pom.xml#L353 With that we would be able to support both The
|
With the release of the new jakarta libraries from
3.0.0
on all needed interfaces for this framework to work are mostly renamed and transfered to thejakarta.xml.xyz
package, which breaks nearly everything. Imports change fromto
The text was updated successfully, but these errors were encountered: