Package org.springframework.core
Class SpringVersion
java.lang.Object
org.springframework.core.SpringVersion
Class that exposes the Spring version. Fetches the
"Implementation-Version" manifest attribute from the jar file.
Note that some ClassLoaders do not expose the package metadata, hence this class might not be able to determine the Spring version in all environments. Consider using a reflection-based check instead — for example, checking for the presence of a specific Spring method that you intend to call.
- Since:
- 1.1
- Author:
- Juergen Hoeller
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Return the full version string of the present Spring codebase, ornull
if it cannot be determined.
-
Method Details
-
getVersion
Return the full version string of the present Spring codebase, ornull
if it cannot be determined.- See Also:
-