Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix identation of steps in yaml dsl examples #950

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

claudio4j
Copy link
Contributor

Running any yaml dsl binding examples from templates/bindings/core directory, there is a parser error:
Failed to start application (with profile prod): org.apache.camel.dsl.yaml.common.exception.UnsupportedFieldException: Unsupported field (steps) for node: <org.snakeyaml.engine.v2.nodes.MappingNode (tag=tag:yaml.org,2002:map, values={ key=<org.snakeyaml.engine.v2.nodes.ScalarNode (tag=tag:yaml.org,2002:str, value=from)>; value=67671827 }{ key=<org.snakeyaml.engine.v2.nodes.ScalarNode (tag=tag:yaml.org,2002:str, value=steps)>; value=2031927175 })>

Related to a camel change in yaml dsl

@davsclaus davsclaus merged commit 08dae17 into apache:main Jun 21, 2022
@claudio4j claudio4j deleted the fix_identation branch June 21, 2022 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants