GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/1042
CAMEL-10052: Improvement to spring-boot integration tests I improved the integration tests to prevent false positives by providing the right configuration to the modules. Changes: - Components are also started whenever possible to spot more issues - Provided dependencies are included by default - Added support for including resources in the fat jar - Added resources required by some modules - Added support for additional dependencies needed by the module - Hibernate validator is added to modules that need it - Logging dependency issues are resolved automatically - Removed some lambdas to make it easier launching the tests on older versions of camel with java 7 Now only 3 modules fail with default configuration: - Bindy - Xmlbeans - ZipkinStarter You can merge this pull request into a Git repository by running: $ git pull https://github.com/nicolaferraro/camel CAMEL-10052-MOD Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1042.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 #1042 ---- commit a441b8938d036df618990e719d2f4a140840442d Author: Nicola Ferraro <ni.ferr...@gmail.com> Date: 2016-06-17T09:03:35Z CAMEL-10052: Improvement to spring-boot integration tests ---- --- 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. ---