This is an automated email from the ASF dual-hosted git repository. zregvart pushed a change to branch java-10-test in repository https://gitbox.apache.org/repos/asf/camel.git.
discard 65eab00 Upgrade Spring Boot to 2.1.0.M3 discard f10f1fb Upgrade Spring framework to 5.1.0.RELEASE discard 703974f Upgrade Hibernate to 5.3.6.Final discard a69ac53 CAMEL-12618: Additional dependencies needed on ... discard f87dbb5 CAMEL-12618: upgrade Groovy Eclipse compiler discard 0343410 CAMEL-12618: Use Groovy 3.0.0-SNAPSHOT for gmav... discard 81532dd CAMEL-12618: Use fork of maven-plugin-plugin th... discard b425620 CAMEL-12618: Use fork of MVEL that supports Jav... discard 7ddc65f Temporary disable JDK 9 and karaf-itest and spr... add c69affc Upgrade Wiremock to version 2.19.0 add 191be93 CAMEL-12829: An autocreated CXF Bus not shut down in CxfSpringEndpoint (#2530) add 4851742 Upgrade TestContainers to version 1.9.0 add fe4be9b Remove (private) dead code in ZipkinTracer. add 6ca25db CAMEL-12805: camel-restdsl-swagger-plugin doesn't convert integer default value to string add 4b67737 CAMEL-12831: Camel-zipkin: useFallbackServiceNames leaks passwords add c4df1d9 CAMEL-12832: Improve Camel CDI context XML resource loading add dc7808f CAMEL-12834: Disable failing camel-cdi tests for CDI 1.2 & 2.0 profiles add 5beab83 CAMEL-12829: Fixed CS add 6bf18f1 Upgrade Reactor Core to version 3.2.0.RELEASE add edf5f9d Upgrade Univocity Parsers to version 2.7.6 new 3677ecf3 Temporary disable JDK 9 and karaf-itest and spr... new 12189aa CAMEL-12618: Use fork of MVEL that supports Jav... new 5dd4d2e CAMEL-12618: Use fork of maven-plugin-plugin th... new e000de8 CAMEL-12618: Use Groovy 3.0.0-SNAPSHOT for gmav... new 2f73d10 CAMEL-12618: upgrade Groovy Eclipse compiler new d674c88 CAMEL-12618: Additional dependencies needed on ... new 2ac31b2 Upgrade Hibernate to 5.3.6.Final new 2488b07 Upgrade Spring framework to 5.1.0.RELEASE new 6b9eb41 Upgrade Spring Boot to 2.1.0.M4 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (65eab00) \ N -- N -- N refs/heads/java-10-test (6b9eb41) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 9 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: components/camel-cdi/pom.xml | 21 + .../org/apache/camel/cdi/CdiCamelExtension.java | 11 +- .../java/org/apache/camel/cdi/ResourceHelper.java | 32 +- .../org/apache/camel/cdi/XmlCdiBeanFactory.java | 11 +- .../apache/camel/component/cxf/CxfEndpoint.java | 4 +- .../camel/component/cxf/CxfSpringEndpoint.java | 1 + .../org/apache/camel/http/common/CamelServlet.java | 1 - components/camel-spring-boot/pom.xml | 6 + .../cloud/CamelCloudConfigurationProperties.java | 2 - .../boot/CamelAutoConfigurationPropertiesTest.java | 2 +- .../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 +- .../java/org/apache/camel/zipkin/ZipkinTracer.java | 21 +- parent/pom.xml | 10 +- .../karaf/features/src/main/resources/features.xml | 1 + tooling/swagger-rest-dsl-generator/petstore.json | 1043 +++++++++++++++++++- .../camel/generator/swagger/OperationVisitor.java | 5 +- .../src/test/resources/MyRestRoute.txt | 8 + .../src/test/resources/SwaggerPetstore.txt | 8 + .../src/test/resources/SwaggerPetstoreXml.txt | 1 + 26 files changed, 1153 insertions(+), 54 deletions(-)