davsclaus merged PR #11626:
URL: https://github.com/apache/camel/pull/11626
--
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.ap
apupier commented on code in PR #11626:
URL: https://github.com/apache/camel/pull/11626#discussion_r1342783974
##
core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultComponentNameResolver.java:
##
@@ -38,7 +38,7 @@ public Set resolveNames(CamelContext camelC
davsclaus commented on code in PR #11626:
URL: https://github.com/apache/camel/pull/11626#discussion_r1342738540
##
core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultComponentNameResolver.java:
##
@@ -38,7 +38,7 @@ public Set resolveNames(CamelContext came
davsclaus commented on code in PR #11626:
URL: https://github.com/apache/camel/pull/11626#discussion_r1342738540
##
core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultComponentNameResolver.java:
##
@@ -38,7 +38,7 @@ public Set resolveNames(CamelContext came
github-actions[bot] commented on PR #11626:
URL: https://github.com/apache/camel/pull/11626#issuecomment-1743013574
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:robot: CI automation will test this PR automatically.
:camel: Apache Camel Committer
apupier opened a new pull request, #11626:
URL: https://github.com/apache/camel/pull/11626
When some Components are loaded in development mode, the path is a file
system one. On Windows, the separator is a backslash.
# Description
# Target
- [ ] I checked that th