-
Enhancement
-
Resolution: Fixed
-
P3
-
8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8093483 | 8u51 | Kevin Rushforth | P3 | Resolved | Fixed | |
JDK-8093399 | 7u85 | Kevin Rushforth | P3 | Resolved | Fixed |
This was filed in JBS as https://bugs.openjdk.java.net/browse/JDK-8074322
Install SQE expects JavaFX build number to match with JDK build numbers. Currently we build install nightlies using JPRT and our build number (which is last promoted build + 1) does not always match with JavaFX version build number on JPRT machines.
Proposed solution is to add a new property (javafx.runtime.build=bNN) for build number to lib/javafx.properties file, this property can be used by Install SQE to test against expected javafx build number.
Install SQE expects JavaFX build number to match with JDK build numbers. Currently we build install nightlies using JPRT and our build number (which is last promoted build + 1) does not always match with JavaFX version build number on JPRT machines.
Proposed solution is to add a new property (javafx.runtime.build=bNN) for build number to lib/javafx.properties file, this property can be used by Install SQE to test against expected javafx build number.
- backported by
-
JDK-8093399 Add new javafx.runtime.build property to javafx.properties file
- Resolved
-
JDK-8093483 Add new javafx.runtime.build property to javafx.properties file
- Resolved