We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c84fd0 commit 5efd732Copy full SHA for 5efd732
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
@@ -573,7 +573,6 @@ private int run() throws Exception {
573
writeSetting(main, profileProperties, "camel.main.tracing", "true");
574
}
575
if (modeline) {
576
- printer().println("WARN: modeline parameter is deprecated, to be removed in the next version.");
577
writeSetting(main, profileProperties, "camel.main.modeline", "true");
578
579
if (ignoreLoadingError) {
0 commit comments