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

In M10, the below line from a properties file is valid ... `my.property=c:\\path\\to\\file` In M12 it is not, and you get warnings such as ... ` - missing LineBreak at...

type: bug
theme: property-editing-support
status: needs-investigation

I miss an option to export / import the configs of boot dashboard. This is very useful when you need to configure projects on other computers.

type: enhancement
status: needs-discussion
theme: boot-dashboard

I left it over night. Killed it. Started again. Still the same. [threads.txt](https://github.com/spring-projects/sts4/files/2486404/threads.txt)

status: assigned
type: bug
status: needs-investigation
theme: internal-architecture

As suggested in this comment: https://github.com/spring-projects/sts4/issues/96#issuecomment-430168427 we should improve the user guide section about using STS3 features in STS4. Please feel free to add more comments about possible improvements here....

type: enhancement
status: assigned
type: documentation

An application.properties file is stored in src/main/resources as well as in src/test/resources defining the same property with a different value. Further a JUnit test exists which prints the value of...

type: bug
status: needs-investigation
for: eclipse

I see the following info in my Error Log of STS. null org.springframework.tooling.ls.eclipse.commons Info Thu Aug 29 15:03:49 CEST 2019 Preparing classpath changed notification gittes Is this a valuable information...

type: enhancement
status: needs-investigation
theme: internal-architecture

Maybe a platform bug, but I noted that the artifacts from /bin/ are also displayed in Open Type. Should bin folder not be filtered? ![image](https://user-images.githubusercontent.com/139910/64019393-54e97c00-cb2f-11e9-95a8-6de06068364d.png)

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

Not a dramatic issue, but i believe that if Spring Boot provides that functionality bundled, Spring tools must to.

type: enhancement
status: waiting-for-feedback

This a follow up ticket to https://github.com/spring-projects/sts4/issues/427 More specifically point number 1 for this comment: https://github.com/spring-projects/sts4/issues/427#issuecomment-625378951 I beleave what is being asked for is a behavior similar to how Java...

type: enhancement
theme: property-editing-support

The VSCode Concourse CI extension doesn't know about [YAML anchors and aliases](https://yaml.org/spec/1.2/spec.html#id2765878) to navigate into the pipeline.yaml file. ```yaml services: # Node.js gives OS info about the node (Host) nodeinfo:...

type: enhancement
theme: concourse-support