-
Bug
-
Resolution: Fixed
-
P4
-
9-repo-verona
-
team
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8144361 | 9 | Erik Joelsson | P4 | Resolved | Fixed | b95 |
By definition, the way to determine from the version string if a release is a GA release or a pre-release is to check if the PRE string is empty. If it is empty, it's a GA release, otherwise it's not.
While this is logical from a theoretical point of view, it is not immediately obvious to developers.
We should create a variable VERSION_IS_GA that will evauate to "true" if PRE is empty, and "false" otherwise.
While this is logical from a theoretical point of view, it is not immediately obvious to developers.
We should create a variable VERSION_IS_GA that will evauate to "true" if PRE is empty, and "false" otherwise.
- backported by
-
JDK-8144361 Introduce VERSION_IS_GA
-
- Resolved
-