Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
3.18.1
-
None
-
Unknown
Description
jbang does not use correct camel version. ex.
1. Execute command with camel 3.18.0, ex:
jbang -Dcamel.jbang.version=3.18.0 camel@apache/camel export --directory=export --fresh
2. Then execute same command with camel 3.18.1
jbang -Dcamel.jbang.version=3.18.1 camel@apache/camel export --directory=export --fresh
The generated result will be with the old version 3.18.0 (ex. application.properties generated with camelCase instead of kebab-case)