essobedo opened a new pull request #54: URL: https://github.com/apache/camel-examples/pull/54
## 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: * Refactor the code of `aggregate-dist` to be able to call it from a test for the sake of simplicity * Fix the max heap size for the test of `artemis-large-messages` to ensure that it will fail in case the spooling doesn't work as expected * Use ActiveMQ / ActiveMQ Artemis in embedded mode in the tests for the sake of simplicity * Use Arquillian for integration tests that need Tomcat (activemq-tomcat and cxf-tomcat) * Fix the readme.doc (wording, grammar, out dated info, typos) * Fix deprecated code * Remove the file `src/main/data/foo.properties` from csimple examples as it is not used * Modify the route used for `csimple-joor` to have expressions that are more jOOR specific * Remove useless namespace definitions * Refresh the code for any23 as it did not return anything * Improve existing code by using `try-with-resources` statement to properly close the resources * Remove duplicate dependencies in pom files * Add new folders created by the tests to be ignored by git * Upgrade the version of Arquillian to be able to write test in JUnit 5 * Upgrade the version of Tomcat 9 -- 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]
