You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2021/06/23 15:27:00 UTC

[jira] [Comment Edited] (SLING-10536) Remove obsolete support for Java less than 8

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

Konrad Windszus edited comment on SLING-10536 at 6/23/21, 3:26 PM:
-------------------------------------------------------------------

The commit https://github.com/apache/sling-parent/commit/c8013c278c88ba4359cd05c61f8cbebb3d238b27#diff-cdd1d5342082436be6496d81b3130b151156bf1e884e71b528827a58ffa3c200 breaks compilation with Java 8 as the profile activation syntax is wrong. It must be {{1.8}} instead of {{8}} for JDK8 (http://maven.apache.org/enforcer/enforcer-rules/versionRanges.html).

Fixed in https://github.com/apache/sling-parent/commit/c0697b6146f0868171293321d367534d492834e2.


was (Author: kwin):
The commit https://github.com/apache/sling-parent/commit/c8013c278c88ba4359cd05c61f8cbebb3d238b27#diff-cdd1d5342082436be6496d81b3130b151156bf1e884e71b528827a58ffa3c200 breaks compilation with Java 8 as the profile activation syntax is wrong. It must be {{1.8}} instead of {{8}} for JDK8 (http://maven.apache.org/enforcer/enforcer-rules/versionRanges.html).

> Remove obsolete support for Java less than 8
> --------------------------------------------
>
>                 Key: SLING-10536
>                 URL: https://issues.apache.org/jira/browse/SLING-10536
>             Project: Sling
>          Issue Type: Task
>            Reporter: Oliver Lietz
>            Assignee: Oliver Lietz
>            Priority: Major
>             Fix For: Parent 44
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)