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 a002757 CAMEL-12618: Additional dependencies needed on Java 11 discard 5d72899 CAMEL-12618: Support APT on Java 11 discard 7a7e618 CAMEL-12618: Use MVEL version that supports Java 11 discard 9fb0cb7 Temporary disable JDK 9 build add cee20d6 Upgrade Commons-pool 2 to version 2.6.0 add e6e474c Upgrade commons-dcbp 2 to version 2.5.0 add 846819d Upgrade Chronicle Wire to version 1.16.11 add d60fca2 Upgrade Chronicle Bytes to version 1.16.19 add ac9fdf1 [CAMEL-12653] Pass given 'Exchange' to type converter new 7fb8193 Temporary disable JDK 9 build new ddd1e8c CAMEL-12618: Use MVEL version that supports Java 11 new b6b02d2 CAMEL-12618: Support APT on Java 11 new 78d9767 CAMEL-12618: Additional dependencies needed on Java 11 new e7a1c20 CAMEL-12618: adjust dependencies for Java 11 support 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 (a002757) \ N -- N -- N refs/heads/java-10-test (e7a1c20) 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 5 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: .../src/main/resources/archetype-resources/pom.xml | 17 +++++- components/camel-bam/pom.xml | 34 ++++++++++- components/camel-bindy/pom.xml | 17 +++++- components/camel-blueprint/pom.xml | 67 ++++++++++++++++++++-- components/camel-bonita/pom.xml | 17 +++++- components/camel-cdi/pom.xml | 29 +++++++++- components/camel-context/pom.xml | 17 +++++- components/camel-cxf-transport/pom.xml | 31 +++++++++- components/camel-hl7/pom.xml | 17 +++++- .../camel/converter/jaxb/JaxbDataFormat.java | 6 +- components/camel-jetty9/pom.xml | 22 ++++++- components/camel-mail/pom.xml | 17 +++++- components/camel-netty4/pom.xml | 47 +++++++++------ components/camel-ruby/pom.xml | 17 +++++- components/camel-spring-boot/pom.xml | 17 +++++- components/camel-spring-javaconfig/pom.xml | 17 +++++- components/camel-spring-ws/pom.xml | 26 +++++++-- components/camel-spring/pom.xml | 66 +++++++++++++++++---- components/camel-syslog/pom.xml | 17 +++++- components/camel-telegram/pom.xml | 17 +++++- components/camel-test-blueprint/pom.xml | 17 +++++- components/camel-test-spring/pom.xml | 17 +++++- components/camel-test/pom.xml | 17 +++++- components/camel-testcontainers-spring/pom.xml | 18 +++++- components/camel-testcontainers/pom.xml | 18 +++++- components/camel-testng/pom.xml | 17 +++++- components/camel-undertow/pom.xml | 16 ++++++ components/camel-wordpress/pom.xml | 17 +++++- connectors/examples/beverage-component/pom.xml | 17 +++++- connectors/examples/foo-bar-wine-example/pom.xml | 17 +++++- connectors/examples/petstore-example/pom.xml | 17 +++++- examples/camel-example-cafe/pom.xml | 17 +++++- examples/camel-example-cdi-metrics/pom.xml | 17 +++++- examples/camel-example-cdi-properties/pom.xml | 17 +++++- examples/camel-example-cdi-rest-servlet/pom.xml | 21 ++++++- examples/camel-example-cdi-test/pom.xml | 17 +++++- examples/camel-example-cxf-blueprint/pom.xml | 17 +++++- examples/camel-example-cxf-proxy/pom.xml | 17 +++++- examples/camel-example-cxf-tomcat/pom.xml | 15 ++++- examples/camel-example-loan-broker-cxf/pom.xml | 17 +++++- examples/camel-example-loan-broker-jms/pom.xml | 17 +++++- examples/camel-example-management/pom.xml | 17 +++++- examples/camel-example-pojo-messaging/pom.xml | 17 +++++- examples/camel-example-rabbitmq/pom.xml | 17 +++++- examples/camel-example-reportincident/pom.xml | 17 +++++- examples/camel-example-rest-producer/pom.xml | 17 +++++- .../camel-example-spring-boot-activemq/pom.xml | 17 +++++- .../pom.xml | 17 +++++- .../pom.xml | 17 +++++- examples/camel-example-spring-boot-master/pom.xml | 17 +++++- examples/camel-example-spring-boot-pojo/pom.xml | 17 +++++- .../camel-example-spring-boot-rest-jpa/pom.xml | 17 +++++- .../pom.xml | 17 +++++- examples/camel-example-spring-boot-xml/pom.xml | 17 +++++- examples/camel-example-spring-boot/pom.xml | 17 +++++- examples/camel-example-spring-jms/pom.xml | 17 +++++- examples/camel-example-transformer-demo/pom.xml | 17 +++++- .../camel-example-validator-spring-boot/pom.xml | 17 +++++- parent/pom.xml | 11 ++-- platforms/camel-catalog-rest/pom.xml | 4 +- platforms/spring-boot/components-starter/pom.xml | 17 +++++- tests/camel-blueprint-test/pom.xml | 17 +++++- .../pom.xml | 2 +- tooling/maven/camel-package-maven-plugin/pom.xml | 2 +- tooling/maven/camel-restdsl-swagger-plugin/pom.xml | 2 +- 65 files changed, 1064 insertions(+), 155 deletions(-)