essobedo commented on code in PR #8749: URL: https://github.com/apache/camel/pull/8749#discussion_r1028408441
########## dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/common/RuntimeUtil.java: ########## @@ -83,4 +83,20 @@ public static void loadProperties(Properties properties, File file) throws IOExc } } + public static String getDependencies(Properties properties) { + String deps = properties.getProperty("camel.jbang.dependencies"); Review Comment: If you check these lines https://github.com/apache/camel/blob/59c6450582fa662c168021360c42f1e78a4cc438/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java#L266-L269, you will see that `profileProperties` is `null` if the file doesn't exist which can occur so I confirm that `properties` can be `null` -- 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