[
https://issues.apache.org/jira/browse/CAMEL-11149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022934#comment-16022934
]
Claus Ibsen commented on CAMEL-11149:
-------------------------------------
This requires a little bit of code changes in DefaultMessage et all to use the
SPI HeadersMapFactory
> 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)