On Tue, 1 Nov 2022 05:49:25 GMT, Joe Darcy <da...@openjdk.org> wrote:
> Usual start-of-release updates. Symbol updates in initial version reflect JDK > 20 build 21. I looked at everything bar the sym files. All seems fine/usual. One query below (probably one I ask each release). Thanks. src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor14.java line 47: > 45: * @since 14 > 46: */ > 47: @SupportedSourceVersion(RELEASE_21) It is a pity these have to be updated each release. Is there no way to say `latest` here? ------------- Marked as reviewed by dholmes (Reviewer). PR: https://git.openjdk.org/jdk/pull/10924