squakez opened a new issue, #4618:
URL: https://github.com/apache/camel-k/issues/4618
Kamelets resolution is still done in the old fashioned way:
```
[1] 2023-07-27 07:24:31,641 INFO [org.apa.cam.k.lis.SourcesConfigurer]
(main) Loading routes from: SourceDefinition{name='camel-k-embedded-flow',
language='yaml', type='source',
location='file:/etc/camel/sources/camel-k-embedded-flow.yaml', }
[1] 2023-07-27 07:24:31,678 INFO [org.apa.cam.k.lis.SourcesConfigurer]
(main) Loading routes from: SourceDefinition{name='log-sink', language='yaml',
type='source', location='file:/etc/camel/sources/log-sink.yaml', }
[1] 2023-07-27 07:24:31,683 INFO [org.apa.cam.k.lis.SourcesConfigurer]
(main) Loading routes from: SourceDefinition{name='timer-source',
language='yaml', type='source',
location='file:/etc/camel/sources/timer-source.yaml', }
```
The runtime takes care to do the work which supposedly has to be done by the
framework. This was fine in the early days of Kamelets, but since now Kamelets
are a Camel thing, we need to let it manage them accordingly.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]