aldettinger commented on code in PR #8378:
URL: https://github.com/apache/camel-quarkus/pull/8378#discussion_r2932487964


##########
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:
   To be sure. Those steps were executed only in native mode before this pr ? 
And now we discover that they are also needed in JVM mode when testing against 
Quarkus Langchain4j ?



-- 
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]

Reply via email to