davsclaus commented on code in PR #20977:
URL: https://github.com/apache/camel/pull/20977#discussion_r2716024184
##########
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java:
##########
@@ -1480,7 +1480,7 @@ protected int runCamelVersion(KameletMain main) throws
Exception {
jbangArgs.add("-Dcamel.jbang.version=" + camelVersion);
}
if (kameletsVersion != null) {
- if (camelVersion != null && VersionHelper.isLE(camelVersion,
"4.16.0")) {
+ if (camelVersion != null && VersionHelper.isLE(camelVersion,
"4.17.0")) {
Review Comment:
This should be as before, because in 4.17 onwards we have a new
--kamelets-version you can use to change the kamelets indepdently from camel
version
https://camel.apache.org/manual/camel-4x-upgrade-guide-4_17.html#_camel_jbang
--
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]