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:23:00 UTC

[jira] [Resolved] (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:all-tabpanel ]

Otavio Rodolfo Piske resolved CAMEL-19115.
------------------------------------------
    Resolution: Not A Problem

> 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)