This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-24852
in repository https://gitbox.apache.org/repos/asf/camel.git
from 2672953e4cdd CAMEL-24852: the validator reports a resource:classpath:
reference to a script next to the route, and a ${} placeholder in a file
endpoint's directory
add f307bebfe083 CAMEL-24852: camel run looks a classpath: or file:
resource that is not found up next to the route files, so
resource:classpath:mapping.groovy finds the script as it does after camel
export; the validator keeps the check for a file that is nowhere
No new revisions were added by this update.
Summary of changes:
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 6 ++
.../dsl/jbang/core/commands/ai/BeanRefChecks.java | 18 +----
.../ai/SourceValidatorResourceRefsTest.java | 11 ++--
.../java/org/apache/camel/main/KameletMain.java | 26 +++++++-
.../DependencyDownloaderResourceLoader.java | 45 +++++++++----
.../DependencyDownloaderResourceLoaderTest.java | 76 ++++++++++++++++++++++
6 files changed, 147 insertions(+), 35 deletions(-)
create mode 100644
dsl/camel-kamelet-main/src/test/java/org/apache/camel/main/download/DependencyDownloaderResourceLoaderTest.java