This is an automated email from the ASF dual-hosted git repository. zregvart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from dd87055 Added Uris to Summary new b7d81e7 Upgrade Spring framework to 5.1.2.RELEASE new de9fab6 Upgrade Spring Boot to 2.1.0.RELEASE The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/camel/http/common/CamelServlet.java | 1 - .../src/main/docs/spring-boot.adoc | 4 +- .../cloud/CamelCloudConfigurationProperties.java | 2 - .../boot/CamelAutoConfigurationPropertiesTest.java | 2 +- ...amelAutoConfigurationWithContextRunnerTest.java | 54 ---------------------- .../boot/CamelConfigurationLocationsTest.java | 2 +- .../camel/spring/boot/CamelEventNotifierTest.java | 2 +- .../boot/CustomCamelCamelConfigurationTest.java | 2 +- .../spring/boot/CustomShutdownStrategyTest.java | 2 +- .../spring/boot/SpringConverterDelegationTest.java | 2 +- .../camel/spring/boot/issues/RestDslPostTest.java | 2 +- .../camel/spring/boot/issues/SimpleOgnlTest.java | 2 +- .../boot/parent/SpringBootRefreshContextTest.java | 5 +- parent/pom.xml | 4 +- 14 files changed, 15 insertions(+), 71 deletions(-) delete mode 100644 components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/CamelAutoConfigurationWithContextRunnerTest.java