Class VersionInfo
java.lang.Object
org.springframework.data.elasticsearch.support.VersionInfo
This class is used to log the versions of Spring Data Elasticsearch, the Elasticsearch client libs used to built, the
Elasticsearch client libs currently used and of the Elasticsearch cluster. If differences greater than a patchlevel
are detected, these are logged as warnings.
- Since:
- 4.0
- Author:
- Peter-Josef Meisch
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
logVersions
(String vendor, String runtimeLibraryVersion, String clusterVersion) logs the relevant version info.static Properties
-
Field Details
-
VERSION_SPRING_DATA_ELASTICSEARCH
- See Also:
-
VERSION_ELASTICSEARCH_CLIENT
- See Also:
-
-
Method Details