camel-k
                                
                                 camel-k copied to clipboard
                                
                                    camel-k copied to clipboard
                            
                            
                            
                        Update the DSL yaml doc about the extension section
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
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?
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.
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!
@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 yes thanks that is not supported anymore, we. should remove that doc section
cc @lburgazzoli
Thanks Claus, this is the PR.