When Camel loads properties Camel should remove spaces (trim) from the end of the line. ---------------------------------------------------------------------------------------
Key: CAMEL-3565 URL: https://issues.apache.org/jira/browse/CAMEL-3565 Project: Camel Issue Type: Improvement Affects Versions: 2.5.0 Reporter: Andreas Asmuss Priority: Minor Fix For: 2.6.0 If Camel reads a property from a properties-file that has a space at the end of a line like: some.property = theValue <--- Camel will resolve "theValue " and then crash at route creation. Should be "theValue". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.