quarkiverse / quarkus-cxf

Quarkus CXF Extension to support SOAP based web services.
Apache License 2.0
72 stars 57 forks source link

[CXF 4.0.4+] Remove workaround for CXF-8983 #1276

Closed ppalaga closed 4 months ago

ppalaga commented 5 months ago

The workaround for https://issues.apache.org/jira/browse/CXF-8983 can be removed when this change https://github.com/apache/cxf/pull/1725#event-12026851393 reaches Quarkus CXF.

The commit Workaround CXF-8983 by excluding cxf-rt-rs-security-jose-jaxrs and adding cxf-rt-rs-security-jose in Quarkus CXF should be reverted.

ppalaga commented 4 months ago

In the end, https://github.com/apache/cxf/pull/1725#event-12026851393 was included in CXF 4.0.4 the second attempt, so the workaround was never committed to Quarkus CXF main.