essobedo opened a new pull request #56: URL: https://github.com/apache/camel-examples/pull/56
## Motivation Most of the Camel examples don't have any test such that they need to be launched manually to ensure that they still work which is not convenient. ## Modifications: * Add more properties to `ftp.properties` to be able to easily configure the target FTP server from a test * Use an embedded FTP server for the test * Remove the file `src/main/data/foo.properties` from flight-recorder example as it is not used * Remove a when clause of the route used by the Java 8 example that checks the header `skip` as it is never used and described * Remove the maven profile `Example` in the example `jms-file` as it adds some useless complexity * Refactor the entry class of the example `jms-file` to make it easier to test * Avoid calling explicitly `context.stop()` when the context is managed by a `try-with-resource` statement since it is already done on `close()` * Fix the readme.doc (wording, grammar, out dated info, typos) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
