JDK-8146907 : Remove or rename non-compliant hg tags
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: 7u91,8u65,8u66,9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-01-12
  • Updated: 2016-07-13
  • Resolved: 2016-06-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 JDK 9
7u111Fixed 8u101Fixed 9Fixed
Related Reports
Blocks :  
Description
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.
Comments
http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/8824aacd9a17
17-06-2016

+1.
17-06-2016

Attached scripts to check and fix .hgtags
21-01-2016