Skip to content

Issue 40 - Update Spring Boot and camel to latest versions #42

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nikhilvibhav
Copy link
Collaborator

This resolves #40

There have been a few changes,

  • bridgePropertyPlaceholder bean has to be marked as primary to avoid conflict with already existing propertiesParser bean
  • spring-boot plugin name has changed to org.springframework.boot
  • junit version was updated to 4.12
  • SpringJUnit4ClassRunner has changed to SpringRunner
  • @SpringApplicationConfiguration & @WebIntegrationTest have been combined to 1 annotation @SpringBootTest

Complete release notes for 1.4.3.RELEASE can be found here.

@andrewharmellaw
Copy link
Owner

Thanks Nikhil. I'll take a look at this tomorrow.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Camel 2.18.1 and Spring Boot 1.4.3.RELEASE
3 participants