oscerd commented on code in PR #11528:
URL: https://github.com/apache/camel/pull/11528#discussion_r1334188738
##########
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java:
##########
@@ -524,7 +524,6 @@ protected void copySettingsAndProfile(
RuntimeUtil.loadProperties(prop2, profile);
}
prop2.putAll(prop);
- prepareApplicationProperties(prop2);
Review Comment:
It's used just here: https://github.com/apache/camel/pull/11528/files
For adding properties, which will be already exported by default from
application.properties.. I introduced the method myself and I don't think it's
needed. The prop2.putAll will do all the needed.
--
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]