sts4 icon indicating copy to clipboard operation
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...

Results 321 sts4 issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The hovering over the highlights with the mouse pointer doesn't show any information 1. Spring Tool Suite 4 2. Version: 4.13.0.RELEASE 3. Build Id: 202112031748 4. Spring...

status: waiting-for-feedback
type: bug
for: eclipse
theme: live-data

**Expected Behavior** The configuration in the "spring.factories" file cannot be accessed by Ctrl+left mouse button. I hope to visit like idea, it is very convenient. **Current Behavior** The configuration in...

type: enhancement
for: eclipse
for: vscode

Please add groups for Boot Dashboard in STS, the groups ares so helpful for our developers. i.e. local --started ----Application1(4401) ----Application2(4402) --group2 ----Application3 ----Application4 ![image](https://user-images.githubusercontent.com/6790845/108985535-202a9680-76cc-11eb-981c-c1e67acdff48.png)

type: enhancement
status: waiting-for-feedback
status: needs-discussion
theme: boot-dashboard

**Describe the bug** When you enter a new unknown property in `application.properties`, a warning shows up saying it's an unknown property. Using quick fix (Ctrl+1) you should be able to...

status: assigned
type: bug
theme: property-editing-support
for: eclipse

Follow up of https://github.com/spring-projects/sts4/issues/475 Considering this situation: ``` @CacheEvict(key = "#customer.customerId") public void insert(Customer customer) { //some logic } ``` Then assume to refactor rename the field `customerId` of the...

type: enhancement
theme: spel-support

Follow up of https://github.com/spring-projects/sts4/issues/475 Considering this situation: ``` @CacheEvict(key = "#customer.customerId") public void insert(Customer customer) { //some logic } ``` Then assume to refactor rename the field `customerId` of the...

type: enhancement
theme: spel-support

This issue is created after a question on Twitter: https://twitter.com/MarcGemis/status/1289086371936776193 The goal is to create a Spring Cloud Config server with yml-property files for microservices. At this moment the files...

type: enhancement
theme: property-editing-support

It would make sense to add validation for Spring Data repository definitions, specifically to check that the declared repository ID type is assignable to (compatible with) the domain type. The...

type: enhancement
theme: spring-data-support

Live Share in VSCode enables collaborative editing among participants. I've tried it with Spring Boot projects, it's good that CodeLens and other live info are synced to guests, but some...

status: assigned
type: bug
status: needs-investigation
theme: live-data

Recently I install Kotlin plugin in STS ide. Unfortunately, when I clicked on kotlin files(**.kt**) it wouldn't open in editor mode. Instead of that it opens into blank editor and...

status: waiting-for-feedback
type: bug
for: eclipse
type: install-issue