RFR: JDK-8321073: Defer policy of disabling annotation processing by default

Vicente Romero vromero at openjdk.org
Wed Dec 6 04:02:33 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

looks good

-------------

Marked as reviewed by vromero (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/16988#pullrequestreview-1766590711


More information about the compiler-dev mailing list