jamesnetherton commented on code in PR #8378:
URL: https://github.com/apache/camel-quarkus/pull/8378#discussion_r2938572333
##########
extensions-support/langchain4j/deployment/src/main/java/org/apache/camel/quarkus/component/support/langchain4j/deployment/SupportLangchain4jProcessor.java:
##########
@@ -242,7 +242,7 @@ static Stream<ClassInfo>
langChain4jTypesStream(Collection<ClassInfo> classes) {
.filter(classInfo ->
classInfo.name().toString().startsWith("dev.langchain4j"));
}
- @BuildStep(onlyIf = NativeOrNativeSourcesBuild.class)
+ @BuildStep
Review Comment:
You see that change because I split the QL4J specific build steps into their
own processor class. Which meant I could reinstate the class level annotation
`@BuildSteps(onlyIf = NativeOrNativeSourcesBuild.class)` on
`Langchain4jProcessor`.
--
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]