Integrated: JDK-8321073: Defer policy of disabling annotation processing by default
Joe Darcy
darcy at openjdk.org
Wed Dec 6 18:39:47 UTC 2023
On Wed, 6 Dec 2023 01:05:19 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> To allow more time for build tools to accommodate changes in javac's default annotation processing policy, disabling annotation processing by default will be deferred one release to JDK 23.
>
> This PR re-enables implicit annotation processing by default _for JDK 22_. It is an anti-delta of JDK-8306819.
>
> Please also review the CSR to restore the previous behavior for JDK 22:
>
> https://bugs.openjdk.org/browse/JDK-8321321
This pull request has now been integrated.
Changeset: 3edc24a7
Author: Joe Darcy <darcy at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3edc24a71d29632e0a2166a64fc25ce83f631b47
Stats: 61 lines in 5 files changed: 18 ins; 26 del; 17 mod
8321073: Defer policy of disabling annotation processing by default
Reviewed-by: vromero, jlahoda, mcimadamore
-------------
PR: https://git.openjdk.org/jdk/pull/16988
More information about the compiler-dev
mailing list