ppalaga commented on issue #8720: URL: https://github.com/apache/camel-quarkus/issues/8720#issuecomment-4653059306
Yes, there is https://github.com/quarkiverse/quarkus-cxf/commit/1840d806477c213f74e0a0781fbca1ccdfb09471 in QCXF main-quarkus-main branch, but it should be adapted to `GeneratedResourceBuildItem.allowingMetaInfServices()` now that https://github.com/quarkiverse/quarkus-cxf/commit/1840d806477c213f74e0a0781fbca1ccdfb09471 was merged. The problem is that GeneratedServiceProviderBuildItem is planned for the modular class loader where only service provider resource will work which have proper interface name and contain only implementation class names. This CXF resource fulfills none of those. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
