Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
4.8.0
-
None
-
Unknown
Description
Running the following commands:
rm -r ~/.m2/repository rm -r .camel-jbang/ rm hello.java jbang app uninstall camel jbang cache clear jbang app install camel@apache/camel camel version set 4.8.0-SNAPSHOT camel init hello.java camel run hello.java
also with:
camel run --fresh hello.java
It seems to get Camel JBang in a loop, stuck at startup time. This is the output:
Running integration with the following configuration:
--camel-version=4.8.0-SNAPSHOT
[jbang] Resolving dependencies...
[jbang] Artifacts used for dependency management:
org.apache.camel:camel-bom:pom:4.8.0-SNAPSHOT
[jbang] org.apache.camel:camel-jbang-core:jar:4.8.0-SNAPSHOT
org.apache.camel.kamelets:camel-kamelets:jar:4.7.0
Done
[jbang] Dependencies resolved
Running integration with the following configuration:
--camel-version=4.8.0-SNAPSHOT
Running integration with the following configuration:
--camel-version=4.8.0-SNAPSHOT
Running integration with the following configuration:
--camel-version=4.8.0-SNAPSHOT
...