aldettinger commented on code in PR #4577: URL: https://github.com/apache/camel-quarkus/pull/4577#discussion_r1108383231
########## integration-tests/main-yaml/src/main/java/org/apache/camel/quarkus/main/GreetingBean.java: ########## @@ -16,8 +16,13 @@ */ package org.apache.camel.quarkus.main; +import javax.enterprise.context.ApplicationScoped; Review Comment: Camel 4 has Java 17 as minimum version. Would you happen in a way to use lower version ? Note that [sdkman](https://sdkman.io/) is a tool that could help managing multiple java installed versions. -- 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]
