RFR: JDK-8306819: Consider disabling the compiler's default active annotation processing
Chen Liang
liach at openjdk.org
Mon Sep 11 14:14:43 UTC 2023
On Mon, 12 Jun 2023 23:49:51 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Change annotation processing to be opt-in rather than opt-out.
For whoever wondering about the impact of this breaking change, in JDK 21, the previous release and the previous LTS release, there's a new warning when the default active AP is used: https://github.com/openjdk/jdk/pull/14499 https://bugs.openjdk.org/browse/JDK-8310061
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14432#issuecomment-1713972583
More information about the compiler-dev
mailing list