Integrated: 1397: Skara doesn't handle tags with more than 4 digits in version number

Erik Joelsson erikj at openjdk.java.net
Thu Apr 14 13:10:07 UTC 2022


On Wed, 13 Apr 2022 21:15:19 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> To be able to react to new tags, Skara needs to know how to parse our tag formats. For this we have the OpenJDKTag class. The current pattern for Verona based version numbers in this class is limited to tags with 4 digit version numbers. This becomes a problem when a JDK release uses more of the up to 7 possible version digits currently allowed in mainline since [JDK-8207849](https://bugs.openjdk.java.net/browse/JDK-8207849). 
> 
> This patch raises the limit to 7 digits to match what is currently possible in the JDK build. I'm also removing the redundant and incomplete "OpenJDKVersionPattern" which seemed to not serve any purpose as the existing OpenJFXVersionPattern covered everything for both JDK and JFX tags.

This pull request has now been integrated.

Changeset: 4714cae0
Author:    Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.java.net/skara/commit/4714cae0521a93be8fb5760917c892893c042a5e
Stats:     28 lines in 2 files changed: 24 ins; 1 del; 3 mod

1397: Skara doesn't handle tags with more than 4 digits in version number

Reviewed-by: kcr

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

PR: https://git.openjdk.java.net/skara/pull/1299


More information about the skara-dev mailing list