CAMEL-13968: resolved HTTP header case sensitivity while parsing#3167
Closed
Maurice-Betzel wants to merge 88 commits intoapache:camel-2.xfrom
Maurice-Betzel:CAMEL-13968
Closed
CAMEL-13968: resolved HTTP header case sensitivity while parsing#3167Maurice-Betzel wants to merge 88 commits intoapache:camel-2.xfrom Maurice-Betzel:CAMEL-13968
Maurice-Betzel wants to merge 88 commits intoapache:camel-2.xfrom
Maurice-Betzel:CAMEL-13968
Conversation
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
…ections Camel Shiro has a transitive dependency to Commons-Collections
…when using optimized toD with http components.
…e from the same RouteBuilder may go into endless recurisve call in its toString representation. Thanks to Kamil for test case.
… before the CamelContext is injected into any other bean
…utInMilliseconds() and onFallback() are used
…pending additional '/' in front of directory automatically (#2931) * CAMEL-13400 Camel FTP Cannot list directory with 'File not found' prepending additional '/' in front of directory automatically * CAMEL-13400 Fix for SFTP
…fixed route1 as id.
…rigger when quartz is clustered
…ing cannot get the original message (cherry picked from commit b209274)
CAMEL-13587: Inflight repository browse should compute elapsed if the message is still inflight at a given node. Thanks to Barbara De Vido for reporting.
CAMEL-13587: Inflight repository browse should compute elapsed if the message is still inflight at a given node. Thanks to Barbara De Vido for reporting.
…camel-mail in OSGi (cherry picked from commit a13bb29)
(cherry picked from commit f581b97)
* When split, both olingo components handle results which are values or properties rather than entities. * Provides tests confirming the fix.
* Olingo*Index * Provides null-checks to each method to avoid any NPE * Tests * The consumer testing routes were being started prior to the tests that concerned them. Consequently, it was hit/miss whether the tests would catch all messages generated by the routes. This matters for the 'already seen' tests as adding more of there meant tests failed with messages having no bodies. * Consumer tests broken out into their own classes and camel context started in the test once the mock endpoints have been property setup.
…e starter after the consumer. Thanks to Deepak for the analsys.
…port Map/Set/List types as we did previously.
…he child (#3070) * CAMEL-13795: Fixing inheritNamespaceToken if child already contains it * CAMEL-13795: Fixing possible nullpointer * CAMEL-13795: code cleanup
…RRIDE_NAME header.
…ive before the endpoint path
…l aggregation repository, which can be needed for Postgres with optimistick locking.
…x tests (cherry picked from commit 067e53c)
Contributor
|
This can be closed I think. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CAMEL-13968: resolved HTTP header case sensitivity while parsing