spring-cloud / spring-cloud/spring-cloud-commons
Provide Spring Cloud version via some utility method
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 751
- Forks
- 744
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 9
Description
As per gitter communication, please provide some utility method (something similar to SpringBootVersion.getVersion()) to provide the version of Spring Cloud used by the target application. This information can be used by the client applications to visualize their application's cloud version.
P.S: it would be nice to include the stability of cloud version like, example: Finchley.RELEASE, Finchley.SR1.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the SpringBootVersion.getVersion() utility referenced in the issue and inspect how version information is exposed. Define the corresponding Spring Cloud utility's expected output, including stability labels such as Finchley.RELEASE and Finchley.SR1; done means client applications can retrieve the target application's Cloud version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100