-
Notifications
You must be signed in to change notification settings - Fork 35
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
spring initializr can't work #162
Comments
Open Command Palette... -> |
i did as you suggest, and do not see any log in the console. |
Then it might be a regression issue introduced in 0.5.0. But I cannot reproduce it by myself, without further information it would be hard to find out the root cause. /cc @CsCherrYY |
0.6.0 has been released, can you guys give it a try, and let me know if it works? |
Hey, thanks for the reply. I just gave it try after updating and got the same error. |
emmm, i just tried too , 0.6.0 doesn't work |
The issue mentioned in #162 (comment) is 100% reproducible, so I just released a hotfix v0.6.1 . Give it a try, and let me know if it works now. For any issue, it would be very helpful if you paste the error message or a screenshot here. Thanks. PS: Root cause:The utility didn't process corner cases well from response of the Spring Initializr v2.2 metadata. I guess recently they changed/updated some starters. Why 0.4.8 worksWe started to consume Spring Initializr metadata v2.2 since v0.5.0, and before that, the extension consumes metadata v2.1 see #138 . As they have different format of versions (SemVer in v2.2), the corner case seems to be only in metadata v2.2. |
not work with v0.6.1 . |
Tested it with v0.6.1 and it worked just fine here. |
Thank you for the feedbacks. Now as expected, we fixed the "cannot read 'replace' of undefined" issue mentioned in #162 (comment) But the "no reaction" issue mentioned in #162 (comment) I cannot reproduce it and without detailed information, it's hard to proceed. And I suggest we keep an eye on it. |
i have spring initailizr installed , and when i chose spring initalizr and then enter return button, it just has no reaction any more.
The text was updated successfully, but these errors were encountered: