essobedo commented on code in PR #12292: URL: https://github.com/apache/camel/pull/12292#discussion_r1414132186
########## core/camel-support/pom.xml: ########## @@ -85,4 +85,53 @@ </dependency> </dependencies> + <profiles> + <profile> + <id>java-21-sources</id> Review Comment: No unfortunately maven doesn't support it out of the box. They only propose different approaches to do so https://maven.apache.org/plugins/maven-compiler-plugin/multirelease.html and I more or less picked one of them. To remove the profile, I would need to enforce Java 21 but I wanted to avoid being too intrusive but if it is not an issue for you all, I can enforce it. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org