Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Models API 1.5.0
-
None
Description
The annotation processor introduced with SLING-11507 only supports Java 8 source code version 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 using javac's source or release option with any other value than 1.8/8.
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.apache.sling.models.annotations.apt.ValidatingAnnotationProcessor' less than -source '11'
Attachments
Issue Links
- is caused by
-
SLING-11507 Field injection should not inject static and final fields and methods
- Closed
- is related to
-
SLING-12364 Supported source version 'RELEASE_6' from annotation processor 'org.apache.sling.models.annotations.apt.ValidatingAnnotationProcessor' less than -source '11'
- Closed
- links to