jamesnetherton opened a new issue, #9124: URL: https://github.com/apache/camel-quarkus/issues/9124
Currently the Quarkus LangChain4j build time integration is added to camel-quarkus-support-langchain4j. While this works, it causes issues if you want to depend on types that are only found within QL4J. See [here](https://github.com/apache/camel-quarkus/pull/8946#discussion_r3813088573) for an example of this. We could add a `camel-quarkus-support-langchain4j-ql4j` support extension carrying a [dependency condition](https://quarkus.io/guides/conditional-extension-dependencies) on `io.quarkiverse.langchain4j:quarkus-langchain4j-core`, registered as a conditional dependency of `camel-quarkus-support-langchain4j`. Its deployment module can then depend on`quarkus-langchain4j-core-deployment` directly, and applications get it only when Quarkus LangChain4j is on the classpath. -- 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]
