-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid meta-data if Sagan does not provide a default boot version #267
Comments
Investigating.... |
I think I've fixed production and I know what is going on. Can you try again please? |
@snicoll Both IDEs can create start projects without problem! 👍 |
OK so the problem was that when we released On my side, I am changing the code so that it never happens again. We'll select the first version in the list as the default if non is provided. |
We an see the same issue again. |
The issue still remains |
It works for me. That's what I'd expect given the fix in d018782 and the presence of a default version (current being true) in the current metadata: {
"apiDocUrl": "http://docs.spring.io/spring-boot/docs/2.0.3.RELEASE/api/",
"artifactId": "spring-boot",
"current": true,
"generalAvailability": true,
"groupId": "org.springframework.boot",
"preRelease": false,
"refDocUrl": "http://docs.spring.io/spring-boot/docs/2.0.3.RELEASE/reference/htmlsingle/",
"releaseStatus": "GENERAL_AVAILABILITY",
"snapshot": false,
"version": "2.0.3.RELEASE",
"versionDisplayName": "2.0.3"
} You may have an issue, @hussain21j, but I don't think it's this one. |
That error is probably due to proxy setting. |
@caozongpeng please see the comment just before yours. |
Done setting the proxy but still encountering the error. |
Hi I have same problem with Intellij IDEA Ultimate 20201.1. Both windows and mac versions don`t work, @snicoll |
It would appear that there's a hardcoded assumption about the format of Spring Boot's version number which is changing in 2.4 from 2.4.0.BUILD-SNAPSHOT to 2.4.0-SNAPSHOT. When this assumption is invalid, it breaks parsing of the metadata:
I've temporarily removed 2.4.0-SNAPSHOT from the versions of Spring Boot that start.spring.io will offer. This will take a little while to update. Once 2.4 is no longer offered at https://start.spring.io, things should work again in IntelliJ IDEA. |
I have the same issue |
For me it was a transient error. Switched my wifi off and on again and now it works. Had internet the whole time though and no proxy active |
i have this error :Initialization failed for 'https://start.spring.io' Please check URL, network and proxy settings. Error message: Cannot download 'https://start.spring.io': Connect timed out |
@MathlouthiKhitem this is likely to be a network problem on your end. |
I can not create new Spring Boot Starter projects from my IDE:
IntelliJ IDEA:
STS:
And I paste the full url generated by STS:
http://start.spring.io/starter.zip?name=demo&groupId=com.example&artifactId=demo&version=0.0.1-SNAPSHOT&description=Demo+project+for+Spring+Boot&packageName=com.example&type=maven-project&packaging=jar&javaVersion=1.8&language=java
to browser, I got white label error page:
saying:
The text was updated successfully, but these errors were encountered: