spring-cloud-release icon indicating copy to clipboard operation
spring-cloud-release copied to clipboard

Provides a version class to get the current Spring Cloud release tag

Open XhstormR opened this issue 3 weeks ago • 2 comments

Just as Spring Framework has SpringVersion and Spring Boot has SpringBootVersion, Spring Cloud should also have a similar class, such as SpringCloudVersion to read the current release tag.

https://github.com/spring-cloud/spring-cloud-release/tags

XhstormR avatar Dec 04 '25 13:12 XhstormR

This is a bit more complex because Spring Cloud is not just one project and we have a release train.

I am curious as to how you would use a class like this if it was present?

ryanjbaxter avatar Dec 04 '25 13:12 ryanjbaxter

I will primarily use it for log collection, to display the version information of the libraries used in the application.

XhstormR avatar Dec 04 '25 14:12 XhstormR