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...
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...
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.
I left it over night. Killed it. Started again. Still the same. [threads.txt](https://github.com/spring-projects/sts4/files/2486404/threads.txt)
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....
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...
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...
Maybe a platform bug, but I noted that the artifacts from /bin/ are also displayed in Open Type. Should bin folder not be filtered? 
Not a dramatic issue, but i believe that if Spring Boot provides that functionality bundled, Spring tools must to.
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...
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:...