karlvr opened a new pull request, #1201: URL: https://github.com/apache/cxf/pull/1201
Work in progress on supporting Jakarta EE 10. I have chosen to use the [Jakarta EE BOM](https://mvnrepository.com/artifact/jakarta.platform/jakarta.jakartaee-bom/10.0.0) to manage the versions of all of the Jakarta EE 10 API dependencies in one fell swoop, and to hopefully ensure that CXF is compatible with the specification. # Remaining Jakarta RESTful Web Services 3.1 support in `RuntimeDelegateImpl` and `ResponseImplTest` requires actually implementing some things, which I haven't yet worked out what's required... might be out of my scope. While a straight `mvn package` succeeds (with the two above classes with stub implementations) the `mvn -Pfastinstall,everything` fails with some missing dependencies (WIP). There are also some test failures. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org