RFR: JDK-8306819: Consider disabling the compiler's default active annotation processing [v7]
Rob Bygrave
duke at openjdk.org
Thu Oct 26 03:24:47 UTC 2023
On Thu, 26 Oct 2023 00:29:22 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> there need not be any flag day for changing to JDK 22 specifically since the option to request the old policy is accepted in JDK 21
Just to say, most of our libs build against **11, 17, 21 and EA/22**. So for this reason our projects we can't trivially make use of `-proc:full` introduced in 21 as that fails the builds using 11 and 17 and instead we needed to introduce build profiles for this.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14432#issuecomment-1780353758
More information about the compiler-dev
mailing list