1295 Commits

Author SHA1 Message Date
Kris De Volder
d92572bc52 Attempt to fix race condition boot ls tests
See: https://www.pivotaltracker.com/story/show/175339205
2020-10-19 14:28:46 -07:00
Nieraj Singh
a437c3298a Added more methods to fetch list of libs and version for a Java project 2020-10-16 13:56:29 -07:00
dependabot[bot]
62be3c342f Bump junit from 4.12 to 4.13.1 in /headless-services/commons
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 06:48:42 +00:00
Kris De Volder
211bf53123 Make easier to update spring-boot package.json
... with configuration keys for problem severity.
2020-10-05 15:32:52 -07:00
Kris De Volder
d1d31e2a7c Bootify: remove deprecated CompletionEngine ...
from CompositeLanguageServerComponents
2020-10-03 18:04:00 -07:00
Kris De Volder
393a257090 Boofity: Spring yaml and properties completion engine 2020-10-03 11:10:25 -07:00
Kris De Volder
a23cf242f8 Bootfication: convert xml completion engine into bean 2020-10-03 10:06:59 -07:00
Kris De Volder
cd0eebcc15 Boot Language Server obeys configured problem severities 2020-10-02 17:47:09 -07:00
Kris De Volder
dbe9520f3d Preference pages for props and yaml ls editor
Allows configuring problem severities.
The ui works but is not yet wired to transmit
these setting to the language server.
2020-10-02 17:47:09 -07:00
Kris De Volder
fbdbc7cb83 Somewhat better handling of escaped '[...]' keys in yaml 2020-09-30 14:01:10 -07:00
Kris De Volder
ed102991d7 Make .properties reconciler aware of document marker
See: https://github.com/spring-projects/sts4/issues/533

Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2020-09-17 11:38:02 -07:00
Kris De Volder
7070489c4d Bump version to 1.23.0 2020-09-16 19:23:16 +00:00
Kris De Volder
0613fa41ee Bump version to 1.22.0 2020-09-08 16:44:51 +00:00
Kris De Volder
cb42b49d5a Bump version to 1.21.0 2020-07-30 13:32:31 +00:00
Martin Lippert
0c996527c2 avoid temp plaintext documents being created and reused, caused those plain docs to be used later on and created BadLocationExceptions 2020-06-29 18:10:43 +02:00
BoykoAlex
51b6406222 Fix NPE in JDT LS data Wrappers 2020-06-25 11:18:15 -04:00
Kris De Volder
74dc0c44b9 Bump version to 1.20.0 2020-06-19 16:06:20 +00:00
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