Commit Graph

828 Commits

Author SHA1 Message Date
Kris De Volder
5bfc59098e Bump version to 1.19.0 2020-05-28 16:12:11 +00:00
Kris De Volder
42d34a533f Quick and dirty fix of https://github.com/spring-projects/sts4/issues/190 2020-05-21 15:36:54 -07:00
Kris De Volder
ab829de9a4 Fix some test failures...
Caused by lsp4j api changes breaking editor test harness.
2020-05-08 10:40:33 -07:00
Martin Lippert
edf29d2d93 updated lsp4j to 0.9.0 release 2020-05-08 16:50:09 +02:00
Martin Lippert
67c4e44e63 try to auto-connect to processes only if the corresponding project is known and has actuators in the classpath 2020-05-04 16:04:34 +02:00
Kris De Volder
3b65e1f511 Implementation for https://github.com/spring-projects/sts4/issues/427 2020-04-23 15:44:57 -07:00
Kris De Volder
5f25259530 Bump version to 1.18.0 2020-04-22 19:48:34 +00:00
Kris De Volder
d6b6de47c3 Try to fix build issues around snakeyaml version
- 1.25 snapshot no longer available
- spring boot 2.2.6 adopted snakeyaml 1.25-release

=> so we should just be able to use boot managed dependency now
and no longer need the dependency override.
2020-04-14 09:42:49 -07:00
Kris De Volder
d95930c857 Fix more issues with 'missing property' in yaml quickfix
Also improve regression tests.
2020-04-07 13:26:41 -07:00
Kris De Volder
1caee1c97b Merge branch 'master' of github.com:spring-projects/sts4 2020-04-06 17:18:51 -07:00
Kris De Volder
3d4c72318c Quick Fix for unknown properties in application.yml
See https://github.com/spring-projects/sts4/issues/442
2020-04-06 17:18:00 -07:00
BoykoAlex
3bddccd57f PT #171932358 Flag for detailed java type data for sub/super types 2020-04-02 13:35:11 -04:00
Kris De Volder
17af13e448 Add support for "<<" anchor references in application.yml 2020-03-31 16:12:13 -07:00
Kris De Volder
c99d1d0d4f Bump version to 1.17.0 2020-03-20 13:55:03 +00:00
Kris De Volder
7234e24f42 Bump version to 1.16.0 2020-03-18 19:51:56 +00:00
Kris De Volder
331b9acfe4 Fix for race condition in cf server initializion on Eclipse
- sometimes cf server would not receive initial information about
  targets defined in boot dash.

See: https://www.pivotaltracker.com/story/show/171827114
2020-03-17 14:56:54 -07:00
Kris De Volder
02d2da126c Fix for https://github.com/spring-projects/sts4/issues/404
... with regression test.
2020-03-17 09:16:53 -07:00
Kris De Volder
c04f26eda7 Less verbose logging 2020-03-11 14:13:06 -07:00
BoykoAlex
1e3f0adcf3 PT #171730730 Move classpath fallback calculation in tests 2020-03-10 17:16:58 -04:00
Martin Lippert
a47b42d08a polish 2020-03-10 12:50:14 +01:00
Martin Lippert
5654a67594 add additional logging to see how long the language server takes to respond to a message from the client -> trying to identify timeout problems in the long run 2020-03-06 13:57:37 +01:00
Kris De Volder
1719c5a643 Try again to make test output more verbose 2020-02-28 10:15:21 -08:00
Kris De Volder
abe9fc6df9 More verbose output for test fails in ci build 2020-02-28 09:48:24 -08:00
Martin Lippert
4d6de9f41c improve file observer mechanism to work with multiple files 2020-01-31 13:40:56 +01:00
Kris De Volder
2d5a629c03 On server startup, log java.home property.
Also some other minor cleanups related to logging.
2020-01-15 12:35:43 -08:00
Kris De Volder
6d4c3558f2 Bump version to 1.15.0 2019-12-20 22:11:19 +00:00
Martin Lippert
e05cce93cd updated spring-boot to 2.2.2 2019-12-09 17:01:28 +01:00
Martin Lippert
3b18dcf617 added missing copyright header 2019-12-09 17:01:28 +01:00
Kris De Volder
8cb79d0721 Bump version to 1.14.0 2019-11-26 14:28:45 +00:00
BoykoAlex
e29cbbe521 Old Location API for Theia, Atom and IntelliJ clients 2019-11-19 12:38:19 -05:00
nsingh@pivotal.io
2afda6e8a4 Added progress task to better handle message updates to the same task 2019-11-14 21:06:13 -08:00
nsingh@pivotal.io
9969c59e95 PT 168776173 - Integrate progress service live hovers v2
Initial integration of progress service into live hovers v2. Added new
API to make it cleared when progress for the  same taskId can be done,
and added progress reporting to SpringProcessConnectorService which can
potentially be a long running progress if several retries on refresh are
required.
2019-11-14 13:56:02 -08:00
nsingh@pivotal.io
5cfff115cd PT 159667257 - Disable sorting order hack 2019-11-13 15:23:08 -08:00
Kris De Volder
0ac214b7ca Improve support for nested property goto definition..
... in application.yml

See: https://www.pivotaltracker.com/story/show/169240253
2019-11-07 10:04:36 -08:00
Kris De Volder
ec3e94dc20 Bump version to 1.13.0 2019-10-24 17:44:22 +00:00
nsingh@pivotal.io
a6c1d4efe8 PT 159667257 - Re-introduce hack to bypass LSP4E completion sorting 2019-10-23 10:12:31 -07:00
BoykoAlex
3a4efe9c97 LS sends Location for Theia client instead of LocationLink 2019-10-17 19:04:24 -04:00
Kris De Volder
9ebac23419 Enable trigger characters for vscode-concourse 2019-10-17 12:21:23 -07:00
BoykoAlex
bb79221cfe PT #165911996: Switch to LocationLink from Location for definitions 2019-10-15 14:05:35 -04:00
Kris De Volder
f102f2cfe7 Add live process management commands to vscode 2019-10-02 11:39:26 -07:00
Martin Lippert
e7cadb49e2 fixed missing profiles section 2019-10-02 08:53:36 +02:00
Martin Lippert
be3f81c65c added additional config for signing headless services artifacts 2019-10-02 08:50:55 +02:00
Martin Lippert
3413a3262d switch to recommended tsa timestamp server and added signing to headless services 2019-10-02 08:34:03 +02:00
Martin Lippert
20e769f6a1 code cleanup and test case update to new mechanism 2019-09-25 13:13:18 +02:00
Martin Lippert
1c02fe4ea7 Merge branch 'master' into live-hovers-v2 2019-09-24 14:57:27 +02:00
Kris De Volder
6f451ee7fe Bump version to 1.12.0 2019-09-19 15:17:19 +00:00
BoykoAlex
d8bda3812f Fix unnecessary findType calls and NPEs in Boot LS 2019-09-12 19:14:27 -04:00
Martin Lippert
96e5b1d1a4 Merge branch 'master' into live-hovers-v2 2019-09-10 11:40:59 +02:00
Kris De Volder
8d60b77bcb Some tweaks around issue #361
When dropping prefix from completion label
in application.properties, also update the
edits to drop it from the edit range.
2019-09-06 12:24:50 -07:00
Martin Lippert
8c1fe4c664 added commands to manually deal with live hover process connections 2019-09-06 10:47:48 +02:00