aldettinger commented on code in PR #4088:
URL: https://github.com/apache/camel-quarkus/pull/4088#discussion_r970662228
##########
integration-tests/jcache/src/main/java/org/apache/camel/quarkus/component/jcache/it/JcacheResource.java:
##########
@@ -37,6 +37,9 @@ public class JcacheResource {
@Inject
CamelContext context;
+ @Inject
+ ProducerTemplate producerTemplate;
+
Review Comment:
Note that method like `loadComponentJcache` are generally removed as they
don't provide that much value anymore in native mode.
--
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]