question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Spring 2.4.0 spring-boot docs version issue

See original GitHub issue

Hi,

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)

https://docs.spring.io/spring-boot/docs/ image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
adzeemancommented, Jun 17, 2020

Thanks, @snicoll. Your suggestion worked.

For those interested: https://github.com/adzeeman/axon-initializr

1reaction
snicollcommented, Jun 1, 2020

@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.

is there a workaround?

Yes. Register your own DefaultInitializrMetadataUpdateStrategy and override fetchSpringBootVersions to remove any 2.4 versions.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found