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

Nizar Benalla nbenalla at openjdk.org
Thu Nov 28 00:13:56 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).

Thank you for doing this David, I will be adding a similar option to mainline to be used in other projects.

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

PR Comment: https://git.openjdk.org/valhalla/pull/1312#issuecomment-2505028566


More information about the valhalla-dev mailing list