-
Enhancement
-
Resolution: Fixed
-
P4
-
12
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8220545 | 11.0.4-oracle | Aleksej Efimov | P4 | Resolved | Fixed | b01 |
JDK-8221951 | 11.0.3-oracle | Aleksej Efimov | P4 | Resolved | Fixed | b31 |
JDK-8217889 | 11.0.3 | Tony Printezis | P4 | Resolved | Fixed | master |
JDK-8221422 | 11.0.2 | Aleksej Efimov | P4 | Closed | Fixed | b31 |
According to the Java version string spec (JEPs 223 and 322) the first part of the version string is a sequence of numbers separated by periods. The sequence can be of arbitrary length. However, in the OpenJDK configure scripts, the sequence length is fixed to exactly four numbers.
It will be helpful to be able to allow the addition of extra numbers to the version string for companies (like us) that might want to add some vendor-specific version information to it.
I propose to allow the addition of, say, 3 extra numbers (we can do more or fewer, I picked the number 3 somewhat arbitrarily) and let's call them extra1, extra2, and extra3 (other name suggestions are welcome).
Someone who builds OpenJDK will be able to optionally set these numbers with:
configure --with-version-extra1=<num1> --with-version-extra2=<num2> --with-version-extra3=<num3>
or alternatively with:
configure --with-version-string=<version-string-with-up-to-seven-numbers>
It will be helpful to be able to allow the addition of extra numbers to the version string for companies (like us) that might want to add some vendor-specific version information to it.
I propose to allow the addition of, say, 3 extra numbers (we can do more or fewer, I picked the number 3 somewhat arbitrarily) and let's call them extra1, extra2, and extra3 (other name suggestions are welcome).
Someone who builds OpenJDK will be able to optionally set these numbers with:
configure --with-version-extra1=<num1> --with-version-extra2=<num2> --with-version-extra3=<num3>
or alternatively with:
configure --with-version-string=<version-string-with-up-to-seven-numbers>
- backported by
-
JDK-8217889 Allow the addition of more number to the Java version string
-
- Resolved
-
-
JDK-8220545 Allow the addition of more number to the Java version string
-
- Resolved
-
-
JDK-8221951 Allow the addition of more number to the Java version string
-
- Resolved
-
-
JDK-8221422 Allow the addition of more number to the Java version string
-
- Closed
-
- blocks
-
JDK-8222913 Add Jib support for VERSION_EXTRA*
-
- Resolved
-