Files
spring-tools/headless-services
Kris De Volder 7ba9c07bc6 Fix failing test cases from PR 464
See https://github.com/spring-projects/sts4/pull/464

Problems found:

- issues with formatting of the test case examples. Spaces vs tabs
  issues and weird indentation of the examples causing problems
  for editor to parse examples.

- added 'set_pipeline' step caused some other tests fail
  because they should correctly expect this as a valid
  completion, but tests had not been updated to reflect
  that.
2020-05-21 12:14:48 -07:00
..
2018-11-08 10:33:12 -08:00
2020-05-08 10:40:33 -07:00
2019-03-06 00:05:19 -06:00
2019-03-06 00:05:19 -06:00
2019-02-27 11:38:40 +01:00
2016-08-16 17:14:06 +02:00

headless services

The main parts of the tooling for Spring Boot apps are implemented as headless services, running in separate processes. Those services can be consumed in existing IDEs by using the Language Server Protocol from Visual Studio Code.