Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
To make it easier to maintain, we gathered a lot of CXF jars in the cxf-shade to relocate all javax to jakarta.
Works for most cases, but breaks the MicroProfile integration.
We have to split the
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-mp-client</artifactId>
dependency apart of the cxf-shade to have its own shaded dependency.
Then in mp-common, add it as a dependency and activate again the REST Client extension in TomEEMicroProfileListener