[
https://issues.apache.org/jira/browse/CAMEL-9636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15159270#comment-15159270
]
ASF GitHub Bot commented on CAMEL-9636:
---------------------------------------
GitHub user paoloantinori opened a pull request:
https://github.com/apache/camel/pull/860
CAMEL-9636 - camel-test-blueprint - support for empty properties
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/paoloantinori/camel camel-2.15.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/860.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #860
----
commit 0766a067850c03817fdb3a99e3059ac4f7b0f82d
Author: Paolo Antinori <[email protected]>
Date: 2016-02-23T16:50:45Z
CAMEL-9636 - camel-test-blueprint - support for empty properties
----
> CamelBlueprintTestSupport - initialization error in case of empty
> cm:property-placeholder
> -----------------------------------------------------------------------------------------
>
> Key: CAMEL-9636
> URL: https://issues.apache.org/jira/browse/CAMEL-9636
> Project: Camel
> Issue Type: Bug
> Components: camel-blueprint, camel-test
> Affects Versions: 2.15.5, 2.16.2
> Reporter: Paolo Antinori
>
> Test execution hangs with the specific use case of passing a configuration
> similar to:
> {code:xml}
> <cm:property-placeholder persistent-id="my-placeholders"
> update-strategy="reload">
> </cm:property-placeholder>
> {code}
> The will pass value for that {{pid}} only at Test level inside the method
> {{useOverridePropertiesWithConfigAdmin}}
> The fix makes the attached test case succeed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)