-
Bug
-
Resolution: Fixed
-
P2
-
7u91, 8u65, 8u66, 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8159849 | 8u112 | Kevin Rushforth | P2 | Resolved | Fixed | |
JDK-8159851 | 8u101 | Kevin Rushforth | P2 | Resolved | Fixed | |
JDK-8159852 | 7u111 | Kevin Rushforth | P2 | Resolved | Fixed |
All of the JavaFX tags should have one of the the following formats:
Prior to JDK 9 build 95:
[0-9]+(\.[0-9]+){0,3}-b[0-9]+
[0-9]+u[0-9]+-b[0-9]+
Starting with JDK 9 build 95 we should match the JDK version string format:
jdk-[0-9]+(\.[0-9]+){0,3}\+[0-9]+
Any tag that does not match one of the above formats must be either renamed (if there is an equivalent compliant renaming) or removed.
Prior to JDK 9 build 95:
[0-9]+(\.[0-9]+){0,3}-b[0-9]+
[0-9]+u[0-9]+-b[0-9]+
Starting with JDK 9 build 95 we should match the JDK version string format:
jdk-[0-9]+(\.[0-9]+){0,3}\+[0-9]+
Any tag that does not match one of the above formats must be either renamed (if there is an equivalent compliant renaming) or removed.
- backported by
-
JDK-8159849 Remove or rename non-compliant hg tags
- Resolved
-
JDK-8159851 Remove or rename non-compliant hg tags
- Resolved
-
JDK-8159852 Remove or rename non-compliant hg tags
- Resolved
- blocks
-
JDK-8145561 ☂ jcheck for openjfx project
- Closed