What is the difference between Spring's GA, RC and M2 releases? -


spring's 3.0 version ga release, before have launched 3.0 rc1, rc2 version also, there spring 3.0 m2 version. what's difference between ga, rc, m versions?

ga = general availability (a release); should stable , feature complete

rc = release candidate; feature complete , should pretty stable - problems should relatively rare , minor, worth reporting try them fixed release.

m = milestone build - not feature complete; should vaguely stable (i.e. it's more nightly snapshot) may still have problems.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -