This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new c0f837b Use Java 9 Maven profiles on Java 9 and later. c0f837b is described below commit c0f837b0bb1cd53edf6e2dd5a87296ab6601d886 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Sun May 6 16:18:39 2018 +0200 Use Java 9 Maven profiles on Java 9 and later. --- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- camel-core/pom.xml | 4 ++-- components/camel-bam/pom.xml | 4 ++-- components/camel-bindy/pom.xml | 4 ++-- components/camel-blueprint/pom.xml | 4 ++-- components/camel-bonita/pom.xml | 4 ++-- components/camel-boon/pom.xml | 4 ++-- components/camel-cdi/pom.xml | 4 ++-- components/camel-chronicle/pom.xml | 4 ++-- components/camel-context/pom.xml | 4 ++-- components/camel-cxf-transport/pom.xml | 4 ++-- components/camel-cxf/pom.xml | 4 ++-- components/camel-ejb/pom.xml | 4 ++-- components/camel-grape/pom.xml | 4 ++-- components/camel-groovy-dsl/pom.xml | 4 ++-- components/camel-hl7/pom.xml | 4 ++-- components/camel-ignite/pom.xml | 4 ++-- components/camel-jetty9/pom.xml | 4 ++-- components/camel-jmx/pom.xml | 4 ++-- components/camel-jpa/pom.xml | 4 ++-- components/camel-kubernetes/pom.xml | 4 ++-- components/camel-mail/pom.xml | 4 ++-- components/camel-netty4/pom.xml | 4 ++-- components/camel-ruby/pom.xml | 4 ++-- components/camel-scala/pom.xml | 4 ++-- components/camel-soap/pom.xml | 4 ++-- components/camel-spring-javaconfig/pom.xml | 4 ++-- components/camel-spring-ws/pom.xml | 4 ++-- components/camel-spring/pom.xml | 4 ++-- components/camel-swagger/pom.xml | 4 ++-- components/camel-syslog/pom.xml | 4 ++-- components/camel-test-blueprint/pom.xml | 4 ++-- components/camel-test-spring/pom.xml | 4 ++-- components/camel-test/pom.xml | 4 ++-- components/camel-testng/pom.xml | 4 ++-- connectors/examples/beverage-component/pom.xml | 4 ++-- connectors/examples/foo-bar-wine-example/pom.xml | 4 ++-- connectors/examples/petstore-example/pom.xml | 4 ++-- examples/camel-example-cafe/pom.xml | 4 ++-- examples/camel-example-cdi-metrics/pom.xml | 4 ++-- examples/camel-example-cdi-properties/pom.xml | 4 ++-- examples/camel-example-cdi-rest-servlet/pom.xml | 4 ++-- examples/camel-example-cdi-test/pom.xml | 4 ++-- examples/camel-example-cxf-blueprint/pom.xml | 4 ++-- examples/camel-example-cxf-proxy/pom.xml | 4 ++-- examples/camel-example-cxf-tomcat/pom.xml | 4 ++-- examples/camel-example-cxf/pom.xml | 4 ++-- examples/camel-example-groovy/pom.xml | 4 ++-- examples/camel-example-loan-broker-cxf/pom.xml | 4 ++-- examples/camel-example-loan-broker-jms/pom.xml | 4 ++-- examples/camel-example-management/pom.xml | 4 ++-- examples/camel-example-pojo-messaging/pom.xml | 4 ++-- examples/camel-example-rabbitmq/pom.xml | 4 ++-- examples/camel-example-reportincident-wssecurity/pom.xml | 4 ++-- examples/camel-example-reportincident/pom.xml | 4 ++-- examples/camel-example-rest-producer/pom.xml | 4 ++-- examples/camel-example-scala/pom.xml | 4 ++-- examples/camel-example-spring-boot-activemq/pom.xml | 4 ++-- examples/camel-example-spring-boot-clustered-route-controller/pom.xml | 4 ++-- examples/camel-example-spring-boot-health-checks/pom.xml | 4 ++-- examples/camel-example-spring-boot-master/pom.xml | 4 ++-- examples/camel-example-spring-boot-pojo/pom.xml | 4 ++-- examples/camel-example-spring-boot-rest-jpa/pom.xml | 4 ++-- .../camel-example-spring-boot-supervising-route-controller/pom.xml | 4 ++-- examples/camel-example-spring-boot-xml/pom.xml | 4 ++-- examples/camel-example-spring-boot/pom.xml | 4 ++-- examples/camel-example-spring-jms/pom.xml | 4 ++-- examples/camel-example-transformer-demo/pom.xml | 4 ++-- examples/camel-example-validator-spring-boot/pom.xml | 4 ++-- parent/pom.xml | 4 ++-- platforms/camel-catalog-rest/pom.xml | 4 ++-- .../spring-boot/components-starter/camel-xmlbeans-starter/pom.xml | 4 ++-- platforms/spring-boot/components-starter/pom.xml | 4 ++-- tests/camel-blueprint-cxf-test/pom.xml | 4 ++-- tests/camel-blueprint-test/pom.xml | 4 ++-- tests/camel-itest/pom.xml | 4 ++-- tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml | 4 ++-- 77 files changed, 154 insertions(+), 154 deletions(-) diff --git a/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/pom.xml b/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/pom.xml index e9287ae..c439407 100644 --- a/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/pom.xml @@ -152,9 +152,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/camel-core/pom.xml b/camel-core/pom.xml index 26d33ad..3f7a989 100644 --- a/camel-core/pom.xml +++ b/camel-core/pom.xml @@ -654,9 +654,9 @@ </profile> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <dependencies> diff --git a/components/camel-bam/pom.xml b/components/camel-bam/pom.xml index 8216c13..bf7e0c6 100644 --- a/components/camel-bam/pom.xml +++ b/components/camel-bam/pom.xml @@ -210,9 +210,9 @@ </profile> <profile> - <id>jdk9-hibernate</id> + <id>jdk9+-hibernate</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <testResources> diff --git a/components/camel-bindy/pom.xml b/components/camel-bindy/pom.xml index 1a8f3c1..8e053e5 100644 --- a/components/camel-bindy/pom.xml +++ b/components/camel-bindy/pom.xml @@ -105,9 +105,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml index 66bb822..b02bd2e 100644 --- a/components/camel-blueprint/pom.xml +++ b/components/camel-blueprint/pom.xml @@ -489,9 +489,9 @@ </build> </profile> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> <property> <name>!os.unsupported.schemagen</name> </property> diff --git a/components/camel-bonita/pom.xml b/components/camel-bonita/pom.xml index 2ad0545..fde35f7 100644 --- a/components/camel-bonita/pom.xml +++ b/components/camel-bonita/pom.xml @@ -92,9 +92,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-boon/pom.xml b/components/camel-boon/pom.xml index a34f474..66fe440 100644 --- a/components/camel-boon/pom.xml +++ b/components/camel-boon/pom.xml @@ -81,9 +81,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml index f4dbd35..7f3b4e2 100644 --- a/components/camel-cdi/pom.xml +++ b/components/camel-cdi/pom.xml @@ -467,9 +467,9 @@ </profile> <profile> - <id>jdk9-weld-2.0</id> + <id>jdk9+-weld-2.0</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <dependencies> diff --git a/components/camel-chronicle/pom.xml b/components/camel-chronicle/pom.xml index d07309f..11bb840 100644 --- a/components/camel-chronicle/pom.xml +++ b/components/camel-chronicle/pom.xml @@ -101,9 +101,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <dependencyManagement> <dependencies> diff --git a/components/camel-context/pom.xml b/components/camel-context/pom.xml index 557b01f..71f0739 100644 --- a/components/camel-context/pom.xml +++ b/components/camel-context/pom.xml @@ -86,9 +86,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-cxf-transport/pom.xml b/components/camel-cxf-transport/pom.xml index bbefbef..4c04b8d 100644 --- a/components/camel-cxf-transport/pom.xml +++ b/components/camel-cxf-transport/pom.xml @@ -209,9 +209,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml index 3ba1f75..e160c75 100644 --- a/components/camel-cxf/pom.xml +++ b/components/camel-cxf/pom.xml @@ -485,9 +485,9 @@ </dependencies> </profile> <profile> - <id>java9</id> + <id>java9+</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-ejb/pom.xml b/components/camel-ejb/pom.xml index 842927e..67936fa 100644 --- a/components/camel-ejb/pom.xml +++ b/components/camel-ejb/pom.xml @@ -85,9 +85,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-grape/pom.xml b/components/camel-grape/pom.xml index 38bbb8d..4eb6dd9 100644 --- a/components/camel-grape/pom.xml +++ b/components/camel-grape/pom.xml @@ -146,9 +146,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-groovy-dsl/pom.xml b/components/camel-groovy-dsl/pom.xml index 7806817..ea6695c 100644 --- a/components/camel-groovy-dsl/pom.xml +++ b/components/camel-groovy-dsl/pom.xml @@ -176,9 +176,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-hl7/pom.xml b/components/camel-hl7/pom.xml index d18ddcf..be36db6 100644 --- a/components/camel-hl7/pom.xml +++ b/components/camel-hl7/pom.xml @@ -143,9 +143,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-ignite/pom.xml b/components/camel-ignite/pom.xml index 3b5a356..5772d3e 100644 --- a/components/camel-ignite/pom.xml +++ b/components/camel-ignite/pom.xml @@ -101,9 +101,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-jetty9/pom.xml b/components/camel-jetty9/pom.xml index 5d32c80..9474ae4 100644 --- a/components/camel-jetty9/pom.xml +++ b/components/camel-jetty9/pom.xml @@ -190,9 +190,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-jmx/pom.xml b/components/camel-jmx/pom.xml index 2364ac9..d47b8ec 100644 --- a/components/camel-jmx/pom.xml +++ b/components/camel-jmx/pom.xml @@ -96,9 +96,9 @@ (https://github.com/mojohaus/jaxb2-maven-plugin/issues/43). We need to add the plugin back once we are sure it works on both JDK8 and JDK9. See https://issues.apache.org/jira/browse/CAMEL-10141 for more info. --> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml index f3771f7..22fa621 100644 --- a/components/camel-jpa/pom.xml +++ b/components/camel-jpa/pom.xml @@ -224,9 +224,9 @@ </dependencies> </profile> <profile> - <id>java9</id> + <id>java9+</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-kubernetes/pom.xml b/components/camel-kubernetes/pom.xml index b3521d3..d139809 100644 --- a/components/camel-kubernetes/pom.xml +++ b/components/camel-kubernetes/pom.xml @@ -106,9 +106,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>[9,]</jdk> + <jdk>[9,)</jdk> </activation> <dependencyManagement> <dependencies> diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml index af5ca6e..ed4272a 100644 --- a/components/camel-mail/pom.xml +++ b/components/camel-mail/pom.xml @@ -136,9 +136,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-netty4/pom.xml b/components/camel-netty4/pom.xml index 364dd5b..f031260 100644 --- a/components/camel-netty4/pom.xml +++ b/components/camel-netty4/pom.xml @@ -85,9 +85,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-ruby/pom.xml b/components/camel-ruby/pom.xml index 09b7d7b..612884e 100644 --- a/components/camel-ruby/pom.xml +++ b/components/camel-ruby/pom.xml @@ -80,9 +80,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-scala/pom.xml b/components/camel-scala/pom.xml index 4381cc7..5e03e83 100644 --- a/components/camel-scala/pom.xml +++ b/components/camel-scala/pom.xml @@ -211,9 +211,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml index 2fb8431..5f8e87b 100644 --- a/components/camel-soap/pom.xml +++ b/components/camel-soap/pom.xml @@ -220,9 +220,9 @@ (https://github.com/mojohaus/jaxb2-maven-plugin/issues/43). We need to add the plugin back once we are sure it works on both JDK8 and JDK9. See https://issues.apache.org/jira/browse/CAMEL-10141 for more info. --> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-spring-javaconfig/pom.xml b/components/camel-spring-javaconfig/pom.xml index 4a0d21c..94bd5ff 100644 --- a/components/camel-spring-javaconfig/pom.xml +++ b/components/camel-spring-javaconfig/pom.xml @@ -96,9 +96,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-spring-ws/pom.xml b/components/camel-spring-ws/pom.xml index 72d2fcc..b5ca727 100644 --- a/components/camel-spring-ws/pom.xml +++ b/components/camel-spring-ws/pom.xml @@ -188,9 +188,9 @@ <profiles> <profile> - <id>java9</id> + <id>java9+</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml index 19e1480..b547dda 100644 --- a/components/camel-spring/pom.xml +++ b/components/camel-spring/pom.xml @@ -598,9 +598,9 @@ </profile> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <dependencies> <!-- xmltokenizer using woodstox --> diff --git a/components/camel-swagger/pom.xml b/components/camel-swagger/pom.xml index 2c2facf..4a64474 100644 --- a/components/camel-swagger/pom.xml +++ b/components/camel-swagger/pom.xml @@ -185,9 +185,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-syslog/pom.xml b/components/camel-syslog/pom.xml index f9a8fe6..c3de97d 100644 --- a/components/camel-syslog/pom.xml +++ b/components/camel-syslog/pom.xml @@ -87,9 +87,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml index 27cd450..8b351f3 100644 --- a/components/camel-test-blueprint/pom.xml +++ b/components/camel-test-blueprint/pom.xml @@ -183,9 +183,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-test-spring/pom.xml b/components/camel-test-spring/pom.xml index 2409fc4..e0acf9e 100644 --- a/components/camel-test-spring/pom.xml +++ b/components/camel-test-spring/pom.xml @@ -76,9 +76,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-test/pom.xml b/components/camel-test/pom.xml index 8404cf6..045fea2 100644 --- a/components/camel-test/pom.xml +++ b/components/camel-test/pom.xml @@ -72,9 +72,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/components/camel-testng/pom.xml b/components/camel-testng/pom.xml index ab6ed37..863a0b5 100644 --- a/components/camel-testng/pom.xml +++ b/components/camel-testng/pom.xml @@ -84,9 +84,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/connectors/examples/beverage-component/pom.xml b/connectors/examples/beverage-component/pom.xml index b955d90..48d41e2 100644 --- a/connectors/examples/beverage-component/pom.xml +++ b/connectors/examples/beverage-component/pom.xml @@ -95,9 +95,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/connectors/examples/foo-bar-wine-example/pom.xml b/connectors/examples/foo-bar-wine-example/pom.xml index 62c0cde..270dd0e 100644 --- a/connectors/examples/foo-bar-wine-example/pom.xml +++ b/connectors/examples/foo-bar-wine-example/pom.xml @@ -107,9 +107,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/connectors/examples/petstore-example/pom.xml b/connectors/examples/petstore-example/pom.xml index 1ad529a..cb495e9 100644 --- a/connectors/examples/petstore-example/pom.xml +++ b/connectors/examples/petstore-example/pom.xml @@ -110,9 +110,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-cafe/pom.xml b/examples/camel-example-cafe/pom.xml index 678750f..45af004 100644 --- a/examples/camel-example-cafe/pom.xml +++ b/examples/camel-example-cafe/pom.xml @@ -123,9 +123,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-cdi-metrics/pom.xml b/examples/camel-example-cdi-metrics/pom.xml index 5b2f897..6f351bd 100644 --- a/examples/camel-example-cdi-metrics/pom.xml +++ b/examples/camel-example-cdi-metrics/pom.xml @@ -131,9 +131,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-cdi-properties/pom.xml b/examples/camel-example-cdi-properties/pom.xml index c3518be..aa8296f 100644 --- a/examples/camel-example-cdi-properties/pom.xml +++ b/examples/camel-example-cdi-properties/pom.xml @@ -128,9 +128,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-cdi-rest-servlet/pom.xml b/examples/camel-example-cdi-rest-servlet/pom.xml index eada649..385c487 100644 --- a/examples/camel-example-cdi-rest-servlet/pom.xml +++ b/examples/camel-example-cdi-rest-servlet/pom.xml @@ -172,9 +172,9 @@ </dependencies> </profile> <profile> - <id>jdk9-build-jetty</id> + <id>jdk9+-build-jetty</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <dependencies> <dependency> diff --git a/examples/camel-example-cdi-test/pom.xml b/examples/camel-example-cdi-test/pom.xml index 3101257..73955bd 100644 --- a/examples/camel-example-cdi-test/pom.xml +++ b/examples/camel-example-cdi-test/pom.xml @@ -112,9 +112,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-cxf-blueprint/pom.xml b/examples/camel-example-cxf-blueprint/pom.xml index dcad780..ae69e7a 100644 --- a/examples/camel-example-cxf-blueprint/pom.xml +++ b/examples/camel-example-cxf-blueprint/pom.xml @@ -102,9 +102,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-cxf-proxy/pom.xml b/examples/camel-example-cxf-proxy/pom.xml index 29b6813..f2084ac 100644 --- a/examples/camel-example-cxf-proxy/pom.xml +++ b/examples/camel-example-cxf-proxy/pom.xml @@ -154,9 +154,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-cxf-tomcat/pom.xml b/examples/camel-example-cxf-tomcat/pom.xml index 9a9aa30..3435ac2 100644 --- a/examples/camel-example-cxf-tomcat/pom.xml +++ b/examples/camel-example-cxf-tomcat/pom.xml @@ -138,9 +138,9 @@ </properties> </profile> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-cxf/pom.xml b/examples/camel-example-cxf/pom.xml index c363ddf..ce18da7 100644 --- a/examples/camel-example-cxf/pom.xml +++ b/examples/camel-example-cxf/pom.xml @@ -244,9 +244,9 @@ </properties> </profile> <profile> - <id>java9</id> + <id>java9+</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-groovy/pom.xml b/examples/camel-example-groovy/pom.xml index 92145dd..bd699fa 100644 --- a/examples/camel-example-groovy/pom.xml +++ b/examples/camel-example-groovy/pom.xml @@ -144,9 +144,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-loan-broker-cxf/pom.xml b/examples/camel-example-loan-broker-cxf/pom.xml index b39a637..e21c6b2 100644 --- a/examples/camel-example-loan-broker-cxf/pom.xml +++ b/examples/camel-example-loan-broker-cxf/pom.xml @@ -172,9 +172,9 @@ </properties> </profile> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-loan-broker-jms/pom.xml b/examples/camel-example-loan-broker-jms/pom.xml index 64b89bd..2b21be8 100644 --- a/examples/camel-example-loan-broker-jms/pom.xml +++ b/examples/camel-example-loan-broker-jms/pom.xml @@ -180,9 +180,9 @@ </properties> </profile> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-management/pom.xml b/examples/camel-example-management/pom.xml index 6bdca09..3bb47c8 100644 --- a/examples/camel-example-management/pom.xml +++ b/examples/camel-example-management/pom.xml @@ -140,9 +140,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-pojo-messaging/pom.xml b/examples/camel-example-pojo-messaging/pom.xml index 2968c41..d9cf007 100644 --- a/examples/camel-example-pojo-messaging/pom.xml +++ b/examples/camel-example-pojo-messaging/pom.xml @@ -158,9 +158,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-rabbitmq/pom.xml b/examples/camel-example-rabbitmq/pom.xml index 2f23a1a..92ebea2 100644 --- a/examples/camel-example-rabbitmq/pom.xml +++ b/examples/camel-example-rabbitmq/pom.xml @@ -138,9 +138,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-reportincident-wssecurity/pom.xml b/examples/camel-example-reportincident-wssecurity/pom.xml index 025014e..41a65fa 100644 --- a/examples/camel-example-reportincident-wssecurity/pom.xml +++ b/examples/camel-example-reportincident-wssecurity/pom.xml @@ -225,9 +225,9 @@ <profiles> <profile> - <id>java9</id> + <id>java9+</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-reportincident/pom.xml b/examples/camel-example-reportincident/pom.xml index f7506dd..3ed700b 100644 --- a/examples/camel-example-reportincident/pom.xml +++ b/examples/camel-example-reportincident/pom.xml @@ -198,9 +198,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-rest-producer/pom.xml b/examples/camel-example-rest-producer/pom.xml index 4cc744e..806f170 100644 --- a/examples/camel-example-rest-producer/pom.xml +++ b/examples/camel-example-rest-producer/pom.xml @@ -134,9 +134,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-scala/pom.xml b/examples/camel-example-scala/pom.xml index f99fe6b..595393e 100644 --- a/examples/camel-example-scala/pom.xml +++ b/examples/camel-example-scala/pom.xml @@ -158,9 +158,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-spring-boot-activemq/pom.xml b/examples/camel-example-spring-boot-activemq/pom.xml index a213935..b9070c2 100644 --- a/examples/camel-example-spring-boot-activemq/pom.xml +++ b/examples/camel-example-spring-boot-activemq/pom.xml @@ -127,9 +127,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-spring-boot-clustered-route-controller/pom.xml b/examples/camel-example-spring-boot-clustered-route-controller/pom.xml index 24847a5..bc48a8b 100644 --- a/examples/camel-example-spring-boot-clustered-route-controller/pom.xml +++ b/examples/camel-example-spring-boot-clustered-route-controller/pom.xml @@ -48,9 +48,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-spring-boot-health-checks/pom.xml b/examples/camel-example-spring-boot-health-checks/pom.xml index 0a1dad3..3db0c38 100644 --- a/examples/camel-example-spring-boot-health-checks/pom.xml +++ b/examples/camel-example-spring-boot-health-checks/pom.xml @@ -49,9 +49,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-spring-boot-master/pom.xml b/examples/camel-example-spring-boot-master/pom.xml index 8973f26..55888be 100644 --- a/examples/camel-example-spring-boot-master/pom.xml +++ b/examples/camel-example-spring-boot-master/pom.xml @@ -114,9 +114,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-spring-boot-pojo/pom.xml b/examples/camel-example-spring-boot-pojo/pom.xml index 9fe1f4e..0da4d164 100644 --- a/examples/camel-example-spring-boot-pojo/pom.xml +++ b/examples/camel-example-spring-boot-pojo/pom.xml @@ -112,9 +112,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-spring-boot-rest-jpa/pom.xml b/examples/camel-example-spring-boot-rest-jpa/pom.xml index fac0ef8..7ea1093 100644 --- a/examples/camel-example-spring-boot-rest-jpa/pom.xml +++ b/examples/camel-example-spring-boot-rest-jpa/pom.xml @@ -145,9 +145,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-spring-boot-supervising-route-controller/pom.xml b/examples/camel-example-spring-boot-supervising-route-controller/pom.xml index c00d489..cdcf3c5 100644 --- a/examples/camel-example-spring-boot-supervising-route-controller/pom.xml +++ b/examples/camel-example-spring-boot-supervising-route-controller/pom.xml @@ -141,9 +141,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-spring-boot-xml/pom.xml b/examples/camel-example-spring-boot-xml/pom.xml index 488571f..871b2d0 100644 --- a/examples/camel-example-spring-boot-xml/pom.xml +++ b/examples/camel-example-spring-boot-xml/pom.xml @@ -138,9 +138,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-spring-boot/pom.xml b/examples/camel-example-spring-boot/pom.xml index 8263894..1a2ab8b 100644 --- a/examples/camel-example-spring-boot/pom.xml +++ b/examples/camel-example-spring-boot/pom.xml @@ -138,9 +138,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-spring-jms/pom.xml b/examples/camel-example-spring-jms/pom.xml index 43468b7..043300e 100644 --- a/examples/camel-example-spring-jms/pom.xml +++ b/examples/camel-example-spring-jms/pom.xml @@ -145,9 +145,9 @@ </properties> </profile> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-transformer-demo/pom.xml b/examples/camel-example-transformer-demo/pom.xml index 83347d8..4635fa0 100644 --- a/examples/camel-example-transformer-demo/pom.xml +++ b/examples/camel-example-transformer-demo/pom.xml @@ -106,9 +106,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/examples/camel-example-validator-spring-boot/pom.xml b/examples/camel-example-validator-spring-boot/pom.xml index cd71244..de97ab1 100644 --- a/examples/camel-example-validator-spring-boot/pom.xml +++ b/examples/camel-example-validator-spring-boot/pom.xml @@ -127,9 +127,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/parent/pom.xml b/parent/pom.xml index 48292aa..f5ca4e9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -5648,9 +5648,9 @@ </profile> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <properties> <cxf.codegen.jvmArgs>--add-modules java.activation,java.xml.bind,java.xml.ws --add-exports=java.xml.bind/com.sun.xml.internal.bind.v2.runtime=ALL-UNNAMED --add-exports=jdk.xml.dom/org.w3c.dom.html=ALL-UNNAMED --add-exports=java.xml/com.sun.org.apache.xerces.internal.impl.xs=ALL-UNNAMED --add-exports=java.xml.bind/com.sun.xml.internal.bind.marshaller=ALL-UNNAMED --add-opens java.xml.ws/javax.xml.ws.wsaddressing=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED --add-open [...] diff --git a/platforms/camel-catalog-rest/pom.xml b/platforms/camel-catalog-rest/pom.xml index bc0a289..6196c87 100644 --- a/platforms/camel-catalog-rest/pom.xml +++ b/platforms/camel-catalog-rest/pom.xml @@ -175,9 +175,9 @@ <profiles> <profile> - <id>java9</id> + <id>java9+</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml b/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml index 8b4e001..3f6ffbc 100644 --- a/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml +++ b/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml @@ -52,9 +52,9 @@ </dependencies> <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/platforms/spring-boot/components-starter/pom.xml b/platforms/spring-boot/components-starter/pom.xml index f787dcd..dd6467d 100644 --- a/platforms/spring-boot/components-starter/pom.xml +++ b/platforms/spring-boot/components-starter/pom.xml @@ -339,9 +339,9 @@ </modules> <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/tests/camel-blueprint-cxf-test/pom.xml b/tests/camel-blueprint-cxf-test/pom.xml index dcfba86..4d67f97 100644 --- a/tests/camel-blueprint-cxf-test/pom.xml +++ b/tests/camel-blueprint-cxf-test/pom.xml @@ -193,9 +193,9 @@ <profiles> <profile> - <id>java9</id> + <id>java9+</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/tests/camel-blueprint-test/pom.xml b/tests/camel-blueprint-test/pom.xml index a6838d4..e220b52 100644 --- a/tests/camel-blueprint-test/pom.xml +++ b/tests/camel-blueprint-test/pom.xml @@ -64,9 +64,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml index cfd750c..025797b 100644 --- a/tests/camel-itest/pom.xml +++ b/tests/camel-itest/pom.xml @@ -471,9 +471,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <build> <plugins> diff --git a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml index ae73312..6add96f 100644 --- a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml +++ b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml @@ -176,9 +176,9 @@ <profiles> <profile> - <id>jdk9-build</id> + <id>jdk9+-build</id> <activation> - <jdk>9</jdk> + <jdk>[9,)</jdk> </activation> <dependencies> <dependency> -- To stop receiving notification emails like this one, please contact pascalschumac...@apache.org.