Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.8.0
-
None
-
Unknown
-
Regression
Description
The export/run command doesn't work when a "custom" camel-version is set:
camel config set deps=org.apache.camel.springboot:camel-timer-starter,camel:management,camel:cli-connector
camel config set runtime=spring-boot
camel config set gav=com.foo:acme:1.0-SNAPSHOT
camel config set camel-version=4.8.x-y
camel config set additional-properties=openshift-maven-plugin-version=1.17.0.y
camel config set camel-spring-boot-version=4.8.0.y
camel init test.yaml --directory=app
Executing:
camel export app/test.yaml
This exception is raised.
The same happens with:
camel run app/test.yaml
If we unset the camel-version:
camel config unset camel-version
then
camel export app/test.yaml
works fine.
I guess the issue could be the way how the method Run.runCustomCamelVersion is called, basically loosing every previous relationship with the spec object
Attachments
Attachments
Issue Links
- links to