ppalaga commented on code in PR #23333:
URL: https://github.com/apache/camel/pull/23333#discussion_r3274507495


##########
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/common/CamelJBangConstants.java:
##########
@@ -203,6 +221,10 @@ public final class CamelJBangConstants {
               javaType = "boolean", defaultValue = "true")
     public static final String DOWNLOAD = "camel.jbang.download";
 
+    @Metadata(description = "Whether to force usin fresh (i.e. non-cached) 
resources",
+              javaType = "boolean", defaultValue = "true")
+    public static final String FRESH = "camel.jbang.fresh";
+

Review Comment:
   Fixed in 2c785b4



-- 
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]

Reply via email to