You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2023/06/27 16:24:00 UTC

[jira] [Commented] (CAMEL-19115) Set maven.compiler.source to 11 for main

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

Otavio Rodolfo Piske commented on CAMEL-19115:
----------------------------------------------

Although the suggestion is correct, closing as not a problem as this would cause some of the current code that uses JDK 17 to fail. We'll adjust the code as needed when/if cherry-picking.

> Set maven.compiler.source to 11 for main
> ----------------------------------------
>
>                 Key: CAMEL-19115
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19115
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>            Reporter: Shmakov Alexey
>            Priority: Minor
>
> Now in main branch 
> <jdk.version>17</jdk.version>
> <maven.compiler.source>${jdk.version}</maven.compiler.source>
> <maven.compiler.target>${jdk.version}</maven.compiler.target>
>  
> Maybe limit the source version to be able to copy changes from the main branch to others LTS (3.x, etc)?
> <jdk.version>17</jdk.version>
> <maven.compiler.source>11</maven.compiler.source>
> <maven.compiler.target>${jdk.version}</maven.compiler.target>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)