We need to modify jcheck to add support for FX version tags
This is similar to the Verona work in scope. It adds the following two regex patterns:
[1-9]((\.\d{1,3}){0,2})-b\d{2,3}$
[1-9]u(\d{1,3})-b\d{2,3}$
Examples: 2.2.121-b01 8u102-b13
Webrev: http://cr.openjdk.java.net/~kcr/jcheck/fx-tags/webrev.01/
This is similar to the Verona work in scope. It adds the following two regex patterns:
[1-9]((\.\d{1,3}){0,2})-b\d{2,3}$
[1-9]u(\d{1,3})-b\d{2,3}$
Examples: 2.2.121-b01 8u102-b13
Webrev: http://cr.openjdk.java.net/~kcr/jcheck/fx-tags/webrev.01/
- blocks
-
JDK-8145561 ☂ jcheck for openjfx project
- Closed