squakez opened a new issue, #3758: URL: https://github.com/apache/camel-k/issues/3758
When we use `-t camel.runtime-version` property, the Integration got stuck and doesn't run. ``` $ kamel run /tmp/Hello.java --dev -x test -t camel.runtime-version=1.13.0 Integration "hello" created Condition "IntegrationPlatformAvailable" is "True" for Integration hello: default/test Progress: integration "hello" in phase Initialization Integration "hello" in phase "Initialization" Progress: integration "hello" in phase Building Kit Integration "hello" in phase "Building Kit" Condition "IntegrationKitAvailable" is "False" for Integration hello: creating a new integration kit Integration Kit "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Build Submitted" Build "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Scheduling" Build "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Pending" Build "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Running" Integration Kit "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Build Running" Build "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Succeeded" Integration Kit "kit-cd8h447viejc73dj81fg", created by Integration "hello", changed phase to "Ready" ``` -- 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: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org