GitHub user Pogorelov reopened a pull request:
https://github.com/apache/camel/pull/1156
The interface SpringApplicationConfiguration is deprecated
From @SpringApplicationConfiguration(classes=MyConfig.class) to
@SpringBootTest(classes=MyConfig.class)
Note:
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-1.4.0-M2-Release-Notes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Pogorelov/camel patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1156.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 #1156
----
commit dba25305ef3c47169bc548b11dd59c8bda567e84
Author: Maxim Pogorelov <[email protected]>
Date: 2016-09-05T14:28:41Z
The interface SpringApplicationConfiguration is deprecated
From @SpringApplicationConfiguration(classes=MyConfig.class) to
@SpringBootTest(classes=MyConfig.class)
Note:
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-1.4.0-M2-Release-Notes
commit 26923c948272b4a4d94220a531ee71cbe2f351fb
Author: Maxim Pogorelov <[email protected]>
Date: 2016-09-05T14:35:22Z
Update MySpringBootRouterTest.java
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---