Konrad Windszus created SLING-12271:
---------------------------------------
Summary: Supported source version 'RELEASE_8' from annotation
processor
'org.apache.sling.models.annotations.apt.ValidatingAnnotationProcessor' less
than -source '11'
Key: SLING-12271
URL: https://issues.apache.org/jira/browse/SLING-12271
Project: Sling
Issue Type: Improvement
Components: Sling Models
Affects Versions: Models API 1.5.0
Reporter: Konrad Windszus
The annotation processor introduced with SLING-11507 only supports Java 8
bytecode according to the annotation
https://github.com/apache/sling-org-apache-sling-models-api/blob/3a2bfd7882ef0ef453261aff4f58adeee171c4c7/src/main/java/org/apache/sling/models/annotations/apt/ValidatingAnnotationProcessor.java#L41.
This leads to the following warning during compilation when targetting e.g.
Java 11 bytecode
{code}
[WARNING] Supported source version 'RELEASE_8' from annotation processor
'org.apache.sling.models.annotations.apt.ValidatingAnnotationProcessor' less
than -source '11'
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)