camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

Update the DSL yaml doc about the extension section

Open claudio4j opened this issue 3 years ago • 3 comments

It mentions class org.apache.camel.k.loader.yaml.parser.ProcessorStepParser which doesn't exist in camel-k-runtime anymore. https://camel.apache.org/camel-k/1.6.x/languages/yaml.html#_extending_the_dsl

yaml dsl was moved to camel

claudio4j avatar Mar 29 '22 15:03 claudio4j

hhm, I don's seam to find where this class ProcessorStepParser is mentioned on the link provided. Can you please shed more light on this?

Gre8t avatar Apr 02 '22 20:04 Gre8t

Seems it was removed from 1.6.x, but it exists in the main branch https://camel.apache.org/camel-k/next/languages/yaml.html#_extending_the_dsl It seems that doc page comes from camel-k-runtime doc which should be updated as those dsl are in camel core.

claudio4j avatar Apr 20 '22 15:04 claudio4j

This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!

github-actions[bot] avatar Jul 20 '22 00:07 github-actions[bot]

@davsclaus when the camel-knative was migrated from camel-k-runtime to camel, was it intended to remove support for extending the dsl ? If yes, I think we can remove that doc section.

claudio4j avatar Aug 29 '22 23:08 claudio4j

@claudio4j yes thanks that is not supported anymore, we. should remove that doc section

cc @lburgazzoli

davsclaus avatar Aug 30 '22 04:08 davsclaus

Thanks Claus, this is the PR.

claudio4j avatar Aug 30 '22 10:08 claudio4j