GitHub user ancosen opened a pull request:

    https://github.com/apache/camel/pull/154

    [CAMEL-7429] Camel Properties Component concatenation issue

    Hi all,
    
    This pull request is related to
    **https://issues.apache.org/jira/browse/CAMEL-7429**
    
    I added a new private method in the **DefaultPropertiesParser** class to 
determine if the property we're parsing is a concatenation with the aim to 
distinguish it from a nesting.
    
    I added an **AllPropertiesTest** test class (SuiteTest) to execute all the 
tests related to Properties when some improvements or patches are added. I have 
improved the Tests with a new class 
**PropertiesComponentConcatenatePropertiesTest** where I test the new 
DefaultPropertiesParser.
    
    Hope this should be useful.
    
    Thanks.
    
    Bye

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ancosen/camel 
camel-7429-concatenatedproperties

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/154.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 #154
    
----
commit f89de09a25e6b8a4a284d2c406c1e146bab16750
Author: ancosen <anco...@gmail.com>
Date:   2014-05-17T12:28:29Z

    Fixes CAMEL-7429 Camel Properties Component concatenation issue

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to