Ciao,
per curiosità riporto alcuni passaggi (facendo il possibile per non distorcere il senso) di una discussione sui numeri di versione Java, in effetti anch'io penso l'attuale soluzione sia una pezza ad uno schema bruttino:
----
Oracle announced a change of the Java versioning:
http://www.oracle.com/technetwork/java/javase/overview/jdk-version-number-scheme-1918258.html
Short:
Java releases, however we are changing the frequency and way in which
these releases are numbered:
- Limited Update releases will be numbered in multiples of 20.
- We intend for Critical Patch Updates to continue to use odd numbers.
The numbers will be calculated by adding multiples of five to the prior
Limited Update and when needed adding one to keep the resulting number odd.
Does that sound like old Basic days where we incremented line numbers by
100 to have room for insertions?
What comes next, security versions always use a prime number increase?
...
Since Java 7 launched only the qualifier was changed, no minor (7) or
micro (0) changes.
But in fact we have seen changes that deserve even a minor version bump
when looking from the hotspot perspective. And yes, the hotspot version
has changed accordingly, even a major increase!
I gathered so far:
7u2 Hotspot 22
7u3 Hotspot 22.1
7u4 Hotspot 23
7u5 Hotspot 23.1
7u6 Hotspot 23.2
7u7 Hotspot 23.3
7u9 Hotspot 23.5
7u10 Hotspot 23.6
7u13 Hotspot 23.7
7u21 Hotspot 23.21
I would not like to have even more crazy version numbers, but return to
something that is more transparent.
....
-----------------
Risposta Oracle...