RFR: JDK-8321073: Defer policy of disabling annotation processing by default [v2]
Joe Darcy
darcy at openjdk.org
Fri May 24 02:55:05 UTC 2024
On Wed, 6 Dec 2023 17:40:47 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
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix typos found in code review.
FYI, PR to implement the change in annotation processing default policy in JDK 23 out for review:
https://github.com/openjdk/jdk/pull/19331
see also discussion thread
https://mail.openjdk.org/pipermail/jdk-dev/2024-May/009028.html
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16988#issuecomment-2128399847
More information about the compiler-dev
mailing list