jvrubel commented on code in PR #21362:
URL: https://github.com/apache/camel/pull/21362#discussion_r2797916582
##########
dsl/camel-jbang/camel-jbang-it/src/test/java/org/apache/camel/dsl/jbang/it/support/JBangTestSupport.java:
##########
@@ -63,6 +63,8 @@ public abstract class JBangTestSupport {
private static final String DATA_FOLDER =
System.getProperty(CliProperties.DATA_FOLDER);
+ private static final String MAIN_COMMAND =
System.getProperty("cli.service.command");
Review Comment:
Removed the property access from `JBangTestSupport.java` and replaced it
with a method to get the property from `CliService`
--
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]