This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-24854
in repository https://gitbox.apache.org/repos/asf/camel.git
from b4bac855dd2a CAMEL-24854: the doubled-backslash check only fires
before a character a single backslash would escape, and the message explains
the regex rather than YAML
add 1ed8fe670f9c CAMEL-24854: the validator reads a double-quoted YAML
scalar as YAML does, so ".*\\.pdf" is the regex .*\.pdf and is not reported
No new revisions were added by this update.
Summary of changes:
.../camel/dsl/jbang/core/commands/ai/YamlLines.java | 17 ++++++++++++++++-
.../core/commands/ai/SourceValidatorEndpointTest.java | 5 +++++
2 files changed, 21 insertions(+), 1 deletion(-)