You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/05/25 09:34:04 UTC

[jira] [Resolved] (CAMEL-11149) SPI - Allow to plugin different headers map implementation

     [ https://issues.apache.org/jira/browse/CAMEL-11149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-11149.
---------------------------------
    Resolution: Fixed

> SPI - Allow to plugin different headers map implementation
> ----------------------------------------------------------
>
>                 Key: CAMEL-11149
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11149
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.20.0
>
>
> See PR for background
> https://github.com/apache/camel/pull/1527
> We can introduce a SPI that allows 3rd party to plugin a custom implementation of the headers map. Then you can use the default, that 3rd party, or a case insensitive if the latter is sufficient. However typically HTTP/REST based protocols are case insensitive headers.
> We should try to make it auto lookup from classpath using the factory finder which we do with others like the hystrix eip etc. Then we could have a camel-cedersoftware-java-util component which uses their implementation and Camel can then auto detect it from classpath and use it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)