[lworld] Integrated: 8344541: [lworld] jdk/tools/sincechecker/modules/java_base/CheckSince_javaBase.java finds "@since" version errors

David Simms dsimms at openjdk.org
Thu Nov 28 09:20:58 UTC 2024


On Wed, 27 Nov 2024 08:39:36 GMT, David Simms <dsimms at openjdk.org> wrote:

> Added `--ignoreSince <string>` option to SinceChecker to allow the project keep using the token "Valhalla" as `since` version until integration time, at which point, a simple replace `@since Valhalla` with the appropriate version.
> 
> This also requires new API to use the since tag, since the checker still requires it (even if its just a token).

This pull request has now been integrated.

Changeset: 5e876d60
Author:    David Simms <dsimms at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/5e876d607aba68e921cb8fa6a1a012acd1735825
Stats:     30 lines in 6 files changed: 26 ins; 1 del; 3 mod

8344541: [lworld] jdk/tools/sincechecker/modules/java_base/CheckSince_javaBase.java finds "@since" version errors

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

PR: https://git.openjdk.org/valhalla/pull/1312


More information about the valhalla-dev mailing list