This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 45e7db3976b4 CAMEL-24883: camel-jbang - the validator's Simple checks
read expressions written as YAML block scalars
add 924d1d4a755c CAMEL-24882: camel-jbang - say that a script returning
'resource:file:x' returns the text, not the file
No new revisions were added by this update.
Summary of changes:
.../dsl/jbang/core/commands/ai/BeanRefChecks.java | 80 +++++++++++++++++++
.../dsl/jbang/core/commands/ai/DiagnoseData.java | 19 +++++
.../jbang/core/commands/ai/SourceValidator.java | 1 +
.../ai/SourceValidatorResourceLiteralTest.java | 90 ++++++++++++++++++++++
4 files changed, 190 insertions(+)
create mode 100644
dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/ai/SourceValidatorResourceLiteralTest.java