sts4
sts4 copied to clipboard
The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse, V...
**Expected Behavior** Spring Boot Tools should show a more informative warning when Java components are missing, or not show a warning at all if functionality is not actually affected. **Current...
Eclipse is launching a java process that is consuming either 100% of 1 cpu, or 100% of all cpus depending on the circumstances. If I leave an application.yaml file open,...
Given the age and support of Eclipse JDT project as well as its somewhat "ducttapy" integration into Spring Boot LS (reflection in CU cache) it might be a good idea...
**Describe the bug** Errors running builder 'Maven Project Builder' on project 'StartProjectOnline-5'. Error on Starting new starter project. org/springframework/tooling/boot/ls/xml/XMLRootElementContentDescriber2$QualifiedElement A link to a GitHub repository with a [minimal, reproducible sample](https://stackoverflow.com/help/minimal-reproducible-example)....
Eclipse Versions: Version: 2022-03 (4.23) Build id: I20220131-0800 STS Versions: Spring Boot Language Server Feature 4.13.1.202201310830 org.springframework.tooling.boot.ls.feature.feature.group VMware, Inc. Spring IDE Boot Microservices Dash 4.13.1.202201311003 org.springframework.ide.eclipse.boot.dash.feature.feature.group Spring IDE Developers Spring...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior. **Sample** A link to a GitHub repository with a [minimal,...
Spring uses a specific lookup mechanism for XML namespace definition files that loads XSD files from projects instead of from the web using the URL. Support for this was implemented...
In general, field injection comes with some downsides http://olivergierke.de/2013/11/why-field-injection-is-evil/ Unfortunately, refactoring of old, grown code bases towards constructor injection is tedious. So I was looking for a refactoring automation (and...
Spring Boot 2.4 will ship with support that allows you to easily import additional config files. There's a bit of background about the feature in [this blog post](https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4). Currently the...
**Describe the bug** When you have a maven project that depends on another maven project and the second project contains spring properties defined in @ConfigurationPoperties, these properties in the dependencies...