Konrad Windszus created SLING-12272:
---------------------------------------
Summary: Document
org.apache.sling.models.annotations.apt.ValidatingAnnotationProcessor
Key: SLING-12272
URL: https://issues.apache.org/jira/browse/SLING-12272
Project: Sling
Issue Type: Improvement
Reporter: Konrad Windszus
With JDK 22 annotation processors will no longer be automatically executed by
javac (https://bugs.openjdk.org/browse/JDK-8306819). Instead they need to be
explicitly enabled with
{code}
-processor <FQCN>
{code}
(https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html#option-processor)
That and a minimum description of what it does should be added to
https://sling.apache.org/documentation/bundles/models.html.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)