Spring 2.4.0 spring-boot docs version issue
See original GitHub issueHi,
I noticed that the released spring-boot/docs/ version format changed from Major.Minor.Patch.Qualifier
toMajor.Minor.Patch-Qualifier
. Was this intended, or is it a bug?
Unfortunately, it breaks the Spring Initializr project: https://github.com/benwilcock/axon-initializr when it is trying to fetch the metadata from https://spring.io/project_metadata/spring-boot
Could not determine version based on '2.4.0-SNAPSHOT': version format is Major.Minor.Patch.Qualifier (e.g. 1.0.5.RELEASE)
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Spring Boot 2.4.0 available now
0 has been released and is available from Maven Central. 2.4.0 is the first generally available Spring Boot release that uses the new...
Read more >Spring Boot 2.4 Release Notes - GitHub
Spring Boot 2.4 now fully supports (and is tested against) Java 15. The minimum supported version remains Java 8. Custom property name support....
Read more >Release Notes for Spring Boot 2.4 - Red Hat Customer Portal
Enter your feedback in the text box and click Submit. A documentation issue is created. To view the issue, click the issue tracker...
Read more >Spring Boot, Maven and Eclipse Errors and TroubleShooting ...
Error : Log4j problems with Spring 5! Q : What is the minimum baseline Java Version for Spring Boot 2 and Spring 5?...
Read more >Upgrade SpringBoot 2.3.5 To 2.4.0 - Stack Overflow
With a public release > 2.4.0 or use 2.4.1-SNAPSHOT Refer to this and ... The issue was solved for me after upgrading to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, @snicoll. Your suggestion worked.
For those interested: https://github.com/adzeeman/axon-initializr
@jjathman we will release 0.9 sooner than later as I didn’t anticipate it would be a problem for users on 0.8 using live versions.
Yes. Register your own
DefaultInitializrMetadataUpdateStrategy
and overridefetchSpringBootVersions
to remove any2.4
versions.