[
https://issues.apache.org/jira/browse/CAMEL-16065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-16065.
---------------------------------
Fix Version/s: 3.8.0
Resolution: Fixed
> Camel Undertow Starter causes configuration issues with DirtiesContext
> ----------------------------------------------------------------------
>
> Key: CAMEL-16065
> URL: https://issues.apache.org/jira/browse/CAMEL-16065
> Project: Camel
> Issue Type: Bug
> Components: camel-undertow
> Reporter: Jesse Sightler
> Priority: Major
> Fix For: 3.8.0
>
>
> Sample project demonstrating the issue:
> [https://github.com/jsight/camel-undertow-configbug]
>
> If the tests are run all together, DirtiesContext will cause the
> configuration to be reloaded between each test. This will work fine for the
> first test that runs, but will fail for subsequent tests.
>
> Why is this? Well, it turns out that the camel undertow component registers a
> type converter that causes non-bean-reference Strings to get converted to
> null. For some reason, this only happens on the second test within an
> execution.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)