[ 
https://issues.apache.org/jira/browse/CAMEL-21333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17887879#comment-17887879
 ] 

Claus Ibsen commented on CAMEL-21333:
-------------------------------------

This will not work in yaml-dsl as you cannot define an EIP that is completely 
empty

 
{code:java}
- from:
    uri: seda:b
    steps:
      - removeHeaders
      - to:
          uri: mock:result
 {code}

> camel-core - RemoveHeaders should default to remove all
> -------------------------------------------------------
>
>                 Key: CAMEL-21333
>                 URL: https://issues.apache.org/jira/browse/CAMEL-21333
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core, eip
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 4.9.0
>
>
> Today users need to use * to remove everything. We should make it default.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to