Skip to content
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

When Adding spring boot starters, another dependencies element is generated. #1394

Open
gladiator67 opened this issue Oct 25, 2024 · 3 comments
Assignees
Labels
for: vscode something that is specific for VSCode theme: getting-started type: bug

Comments

@gladiator67
Copy link

OS : Windows 11 pro 23H2
VScode : 1.94.2 64bit System Installer
Spring Boot : 3.3.4

I use maven with Spring boot extensions. Spring boot version is 3.3.4. I generate spring boot maven projects and add some spring boot starters. The generated projects work without errors. But adding the other starters on existing projects bring the serious errors. Below is the image of adding starters on existing pom.xml file.

error_1

And I add another spring starters on pom.xml. But duplicated element is generated and compilation fails. The added dependency can not be inserted into existing dependencies elements. I also attach the related image.

error_2

@martinlippert
Copy link
Member

I think the underlying functionality is implemented as part of https://github.com/microsoft/vscode-spring-initializr, but let's have a look.

@gladiator67
Copy link
Author

I found the following issue. I hope this is helpful.

microsoft/vscode-spring-initializr#242

@BoykoAlex
Copy link
Contributor

The issue above has two PRs now :-) One from me and another from someone else created much earlier...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: vscode something that is specific for VSCode theme: getting-started type: bug
Projects
None yet
Development

No branches or pull requests

3 participants