kdubois opened a new issue, #4330: URL: https://github.com/apache/camel-quarkus/issues/4330
Hi, I've been noticing a split package warning when building my camel quarkus projects: ``` [WARNING] [io.quarkus.arc.deployment.SplitPackageProcessor] Detected a split package usage which is considered a bad practice and should be avoided. Following packages were detected in multiple archives: - "org.apache.camel.vault" found in [org.apache.camel:camel-api::jar, org.apache.camel:camel-main::jar] ``` (You can reproduce by building this project: https://github.com:kdubois/CamelQuarkusVoter ) -- 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]
