-
Bug
-
Resolution: Fixed
-
P4
-
16, 17, 18
-
b09
-
x86
-
windows_10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8289956 | 17.0.5-oracle | Alexey Semenyuk | P4 | Resolved | Fixed | b02 |
JDK-8290785 | 17.0.5 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
On Windows we currently require the version string to contain 1 to 3 elements (the first two must be integers from 0 to 255, the third must be integer between 0 and 65535.
The windows installer requires 2 to 4 elements, the first element
The key points are:
1.) windows installer requires at least 2 elements.
2.) windows installer allows (though ignores) a forth element.
When only one element is used, it passes our checks in MsiVersion then fails later running candle.
The windows installer requires 2 to 4 elements, the first element
The key points are:
1.) windows installer requires at least 2 elements.
2.) windows installer allows (though ignores) a forth element.
When only one element is used, it passes our checks in MsiVersion then fails later running candle.
- backported by
-
JDK-8289956 Windows product version issue
- Resolved
-
JDK-8290785 Windows product version issue
- Resolved
- relates to
-
JDK-8283707 Support <major.minor.update.build> version format on Windows
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/1ee3e051
-
Commit openjdk/jdk/0199b03e
-
Review openjdk/jdk17u-dev/558
-
Review openjdk/jdk/4958
(2 links to)