You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/12/17 05:59:00 UTC

[jira] [Commented] (CAMEL-17329) Drop support for Java 8

    [ https://issues.apache.org/jira/browse/CAMEL-17329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17461207#comment-17461207 ] 

Claus Ibsen commented on CAMEL-17329:
-------------------------------------

components/camel-csimple-joor/pom.xml:    <!-- skip testing on java 8 -->
components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java:                    // to be compatible with java 8
components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java:                // to be compatible with java 8
components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java:                // to be compatible with java 8
components/camel-joor/pom.xml:    <!-- skip testing on java 8 -->
components/camel-undertow/src/main/java/org/apache/camel/component/undertow/DefaultUndertowHttpBinding.java:                // to be compatible with java 8
core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java:    // java 8 async return type
dsl/camel-java-joor-dsl/pom.xml:    <!-- skip testing on java 8 -->
dsl/camel-js-dsl/pom.xml:    <!-- skip testing on java 8 -->
dsl/camel-kotlin-dsl/pom.xml:    <!-- skip tests on java 8 -->
dsl/camel-xml-io-dsl/pom.xml:    <!-- skip testing on java 8 -->
dsl/camel-xml-jaxb-dsl-test/definition/pom.xml:    <!-- skip testing on java 8 -->
dsl/camel-xml-jaxb-dsl-test/jbpm/pom.xml:    <!-- skip testing on java 8 -->
dsl/camel-xml-jaxb-dsl-test/management/pom.xml:    <!-- skip testing on java 8 -->
dsl/camel-xml-jaxb-dsl-test/spring/pom.xml:    <!-- skip testing on java 8 -->
dsl/camel-xml-jaxb-dsl-test/swagger/pom.xml:    <!-- skip testing on java 8 -->
dsl/camel-xml-jaxb-dsl/pom.xml:    <!-- skip testing on java 8 -->
parent/pom.xml:        <!-- optaplanner 8.10.x does not work with java 8 -->
parent/pom.xml:        <!-- roaster 2.23.x does not work with java 8 -->

> Drop support for Java 8
> -----------------------
>
>                 Key: CAMEL-17329
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17329
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.15.0
>
>
> We should
> - bump to java 11 as source/target for the compiler build
> - ci jenkins should not build for java 8 target
> - add note in 3.15 upgrade guide about java 8 dropped
> - do this for other sub projects such as camel-karaf and camel-spring-boot
> - and also for camel kafka connector as well, but they likely need a 1.0 release based on 3.14.0 LTS first



--
This message was sent by Atlassian Jira
(v8.20.1#820001)