On Fri, 2 May 2025 16:44:40 GMT, Joe Darcy <[email protected]> wrote:
>> src/jdk.compiler/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java
>> line 58:
>>
>>> 56: */
>>> 57: @SupportedAnnotationTypes("*")
>>> 58: @SupportedSourceVersion(SourceVersion.RELEASE_26)
>>
>> This processor should emulate `com.sun.tools.jdeprscan.TraverseProc` and
>> override `getSupportedSourceVersion`.
>
> The implementation of getSupportedSourceVersion inherited from
> AbstractProcessor uses the value of this annotation.
May I prepare a quick patch to bring this in line with `TraverseProc` so we can
skip this site for future start of release updates?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25008#discussion_r2071896732