[
https://issues.apache.org/jira/browse/CAMEL-10052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15335741#comment-15335741
]
ASF GitHub Bot commented on CAMEL-10052:
----------------------------------------
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 <[email protected]>
Date: 2016-06-17T09:03:35Z
CAMEL-10052: Improvement to spring-boot integration tests
----
> Adding spring-boot integration tests
> ------------------------------------
>
> Key: CAMEL-10052
> URL: https://issues.apache.org/jira/browse/CAMEL-10052
> Project: Camel
> Issue Type: Improvement
> Reporter: Nicola Ferraro
> Priority: Minor
> Fix For: 2.18.0
>
>
> I think Camel should have a suite of integration tests to ensure that each
> module is able to run in a spring-boot environment.
> I'm working on an integration test module that will execute all the checks
> already defined in the karaf-itest project (and hopely more) also for
> spring-boot deployments.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)