davsclaus commented on pull request #4409: URL: https://github.com/apache/camel/pull/4409#issuecomment-706515727
Why are we using a TreeMap now? If the keys should be case insensitive, then dont you need to provide a comparator that does that? And if the keys should be sorted ??? then we could also make the source code pre-sort so the insert is faster (no need to reorder while adding). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
