This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-24851
in repository https://gitbox.apache.org/repos/asf/camel.git
from db882a94c889 CAMEL-24851: the upgrade note is migration-only and does
not split the runtime paragraphs, the running docs show the report, a Windows
path is not a scheme, no duplicate files, and swallowed exceptions are logged
at debug
add 15b23e748001 CAMEL-24852: camel run looks a missing classpath: or
file: resource up next to the route files; the validator reports a resource
that is nowhere and a dynamic file directory
add 2950f47dc86e Merge remote-tracking branch 'origin/main' into
fix/CAMEL-24851
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 | 38 ++++++++++
.../dsl/jbang/core/commands/ai/EndpointChecks.java | 35 +++++++++
.../commands/ai/SourceValidatorEndpointTest.java | 32 +++++++++
.../ai/SourceValidatorResourceRefsTest.java | 83 ++++++++++++++++++++++
.../java/org/apache/camel/main/KameletMain.java | 26 ++++++-
.../DependencyDownloaderResourceLoader.java | 45 ++++++++----
.../DependencyDownloaderResourceLoaderTest.java | 76 ++++++++++++++++++++
8 files changed, 328 insertions(+), 13 deletions(-)
create mode 100644
dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/ai/SourceValidatorResourceRefsTest.java
create mode 100644
dsl/camel-kamelet-main/src/test/java/org/apache/camel/main/download/DependencyDownloaderResourceLoaderTest.java