This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 1ad3b09 Drop Java 8
1ad3b09 is described below
commit 1ad3b091e659443da938a118137783d8d74bdf1f
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Dec 24 15:10:24 2021 +0100
Drop Java 8
---
dsl/camel-java-joor-dsl/pom.xml | 14 --------------
dsl/camel-js-dsl/pom.xml | 15 ---------------
dsl/camel-xml-io-dsl/pom.xml | 14 --------------
dsl/camel-xml-jaxb-dsl-test/definition/pom.xml | 13 -------------
dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml | 13 -------------
dsl/camel-xml-jaxb-dsl-test/spring/pom.xml | 13 -------------
dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml | 13 -------------
dsl/camel-xml-jaxb-dsl/pom.xml | 13 -------------
8 files changed, 108 deletions(-)
diff --git a/dsl/camel-java-joor-dsl/pom.xml b/dsl/camel-java-joor-dsl/pom.xml
index d7d26eb..b897fa5 100644
--- a/dsl/camel-java-joor-dsl/pom.xml
+++ b/dsl/camel-java-joor-dsl/pom.xml
@@ -57,7 +57,6 @@
<artifactId>camel-dsl-support</artifactId>
</dependency>
- <!-- requires Java 11 or higher -->
<dependency>
<groupId>org.jooq</groupId>
<artifactId>joor</artifactId>
@@ -156,17 +155,4 @@
</plugins>
</build>
- <!-- skip testing on java 8 -->
- <profiles>
- <profile>
- <id>jdk8</id>
- <activation>
- <jdk>[,8)</jdk>
- </activation>
- <properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
- </properties>
- </profile>
- </profiles>
-
</project>
\ No newline at end of file
diff --git a/dsl/camel-js-dsl/pom.xml b/dsl/camel-js-dsl/pom.xml
index ec22388..70a1fd9 100644
--- a/dsl/camel-js-dsl/pom.xml
+++ b/dsl/camel-js-dsl/pom.xml
@@ -57,8 +57,6 @@
<artifactId>camel-dsl-support</artifactId>
</dependency>
- <!-- requires Java 11 or higher -->
-
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
@@ -157,17 +155,4 @@
</plugins>
</build>
- <!-- skip testing on java 8 -->
- <profiles>
- <profile>
- <id>jdk8</id>
- <activation>
- <jdk>[,8)</jdk>
- </activation>
- <properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
- </properties>
- </profile>
- </profiles>
-
</project>
\ No newline at end of file
diff --git a/dsl/camel-xml-io-dsl/pom.xml b/dsl/camel-xml-io-dsl/pom.xml
index 4bbb6fb..1cfa6cd 100644
--- a/dsl/camel-xml-io-dsl/pom.xml
+++ b/dsl/camel-xml-io-dsl/pom.xml
@@ -146,7 +146,6 @@
</dependency>
</dependencies>
-
<build>
<plugins>
<plugin>
@@ -164,17 +163,4 @@
</plugins>
</build>
- <!-- skip testing on java 8 -->
- <profiles>
- <profile>
- <id>jdk8</id>
- <activation>
- <jdk>[,8)</jdk>
- </activation>
- <properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
- </properties>
- </profile>
- </profiles>
-
</project>
\ No newline at end of file
diff --git a/dsl/camel-xml-jaxb-dsl-test/definition/pom.xml
b/dsl/camel-xml-jaxb-dsl-test/definition/pom.xml
index f080b04..b089835 100644
--- a/dsl/camel-xml-jaxb-dsl-test/definition/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl-test/definition/pom.xml
@@ -141,17 +141,4 @@
</dependency>
</dependencies>
- <!-- skip testing on java 8 -->
- <profiles>
- <profile>
- <id>jdk8</id>
- <activation>
- <jdk>[,8)</jdk>
- </activation>
- <properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
- </properties>
- </profile>
- </profiles>
-
</project>
\ No newline at end of file
diff --git a/dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml
b/dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml
index 57f3950..2029b70 100644
--- a/dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml
@@ -171,17 +171,4 @@
</dependency>
</dependencies>
- <!-- skip testing on java 8 -->
- <profiles>
- <profile>
- <id>jdk8</id>
- <activation>
- <jdk>[,8)</jdk>
- </activation>
- <properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
- </properties>
- </profile>
- </profiles>
-
</project>
\ No newline at end of file
diff --git a/dsl/camel-xml-jaxb-dsl-test/spring/pom.xml
b/dsl/camel-xml-jaxb-dsl-test/spring/pom.xml
index e909ad2..3c36038 100644
--- a/dsl/camel-xml-jaxb-dsl-test/spring/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl-test/spring/pom.xml
@@ -141,17 +141,4 @@
</dependency>
</dependencies>
- <!-- skip testing on java 8 -->
- <profiles>
- <profile>
- <id>jdk8</id>
- <activation>
- <jdk>[,8)</jdk>
- </activation>
- <properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
- </properties>
- </profile>
- </profiles>
-
</project>
\ No newline at end of file
diff --git a/dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml
b/dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml
index ac2ff5b..cd12636 100644
--- a/dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml
@@ -141,17 +141,4 @@
</dependency>
</dependencies>
- <!-- skip testing on java 8 -->
- <profiles>
- <profile>
- <id>jdk8</id>
- <activation>
- <jdk>[,8)</jdk>
- </activation>
- <properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
- </properties>
- </profile>
- </profiles>
-
</project>
\ No newline at end of file
diff --git a/dsl/camel-xml-jaxb-dsl/pom.xml b/dsl/camel-xml-jaxb-dsl/pom.xml
index 7b9241d..05eb98b 100644
--- a/dsl/camel-xml-jaxb-dsl/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl/pom.xml
@@ -158,17 +158,4 @@
</plugins>
</build>
- <!-- skip testing on java 8 -->
- <profiles>
- <profile>
- <id>jdk8</id>
- <activation>
- <jdk>[,8)</jdk>
- </activation>
- <properties>
- <maven.test.skip.exec>true</maven.test.skip.exec>
- </properties>
- </profile>
- </profiles>
-
</project>
\ No newline at end of file