squakez commented on issue #5746: URL: https://github.com/apache/camel-k/issues/5746#issuecomment-2298127331
Thanks for the fix @gansheer, the master error is cleared now. However, it keeps throwing this on the Kamelet test: ``` 2024-08-20T03:19:27Z DEBUG camel-k Finding available platforms in namespace test-9f7dcf69-83cc-4ed2-9608-9b11213a4c6e 2024-08-20T03:19:27Z DEBUG camel-k Unable to find integration platform in namespace test-9f7dcf69-83cc-4ed2-9608-9b11213a4c6e Integration "javaayitv" created ❌ TestKameletTrait (3m27.3s) kamelet_test.go:57: Timed out after 180.001s. Expected <string>: 2024-08-20 03:15:45,299 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.package.type" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo 2024-08-20 03:15:49,304 INFO [org.apa.cam.k.Runtime] (main) Apache Camel K Runtime 3.13.0-SNAPSHOT 2024-08-20 03:15:49,306 INFO [org.apa.cam.qua.cor.CamelBootstrapRecorder] (main) Apache Camel Quarkus 3.13.0 is starting 2024-08-20 03:15:49,320 INFO [org.apa.cam.mai.MainSupport] (main) Apache Camel (Main) 4.7.0 is starting 2024-08-20 03:15:49,409 INFO [org.apa.cam.k.sup.SourcesSupport] (main) Loading routes from: SourceDefinition{name='camel-k-embedded-flow', language='yaml', type='source', location='file:/etc/camel/sources/camel-k-embedded-flow.yaml', } 2024-08-20 03:15:50,399 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.7.0 (camel-1) is starting 2024-08-20 03:15:50,419 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes startup (total:1 started:1 kamelets:1) 2024-08-20 03:15:50,419 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Started route1 (kamelet://capabilities-webhook-source) 2024-08-20 03:15:50,419 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 4.7.0 (camel-1) started in 19ms (build:0ms init:0ms start:19ms) 2024-08-20 03:15:50,722 INFO [io.quarkus] (main) camel-k-integration 2.5.0-SNAPSHOT on JVM (powered by Quarkus 3.13.0) started in 7.394s. Listening on: http://0.0.0.0:8080/ 2024-08-20 03:15:50,722 INFO [io.quarkus] (main) Profile prod activated. 2024-08-20 03:15:50,722 INFO [io.quarkus] (main) Installed features: [camel-attachments, camel-bean, camel-core, camel-k-core, camel-k-runtime, camel-kamelet, camel-kubernetes, camel-platform-http, camel-yaml-dsl, cdi, kubernetes-client, smallrye-context-propagation, vertx] to contain substring <string>: Started capabilities-webhook-source-1 (platform-http:///webhook) ``` maybe it is just a matter of having the route name expected to be different with the new Camel version. I recall there was some change in the runtime as well related to the name of the route. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org