Martin Lippert
75bdd3f600
fixed problem with automatically connecting to processes to retrieve live data did not work for random cases
2020-06-10 09:49:45 +02:00
Kris De Volder
5bfc59098e
Bump version to 1.19.0
2020-05-28 16:12:11 +00:00
Martin Lippert
e54f8ffbba
updated version to 4.7.0
2020-05-28 09:51:55 +02:00
Kris De Volder
e87dee6954
Add one more test case for https://github.com/spring-projects/sts4/issues/190
...
To ensure it works also for integer property.
2020-05-21 16:00:47 -07: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
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
dmohan200
c01a99f3eb
[concourse] Add support for set-pipeline step
2020-05-21 11:32:16 -07:00
Kris De Volder
f10a6f2735
Avoid spurious live connection / refresh errors
...
When process is already destroyed. Stop trying to connect
or refresh data for that process... and don't report errors
about it either.
2020-05-21 11:05:59 -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
Kris De Volder
9c8cedb126
Another tweak for https://github.com/spring-projects/sts4/issues/427
...
Add '{' as a trigger character.
2020-05-07 11:15:44 -07:00
Kris De Volder
6725770df6
Tweak for https://github.com/spring-projects/sts4/issues/427
...
Allow completion provider to look past a '.' in the completion prefix.
2020-05-05 07:35:58 -07: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
6d99b2b14e
Regression test for GH_427
...
... not passing yet.
2020-04-23 13:21:08 -07:00
Kris De Volder
0f957ae4f0
Fix bug in super interface resolving
...
See:
- a873fcf7ee (commitcomment-38607082)
- https://www.pivotaltracker.com/n/projects/1346850
2020-04-23 11:12:23 -07:00
Kris De Volder
5f25259530
Bump version to 1.18.0
2020-04-22 19:48:34 +00:00
Martin Lippert
92345046e9
updated versions to 4.6.1
2020-04-22 20:38:18 +02:00
Kris De Volder
a873fcf7ee
Fix for GH_449
2020-04-17 12:02:28 -07: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
Martin Lippert
9217c34e3c
added configs for 2020-06 eclipse release
2020-04-09 09:24:14 +02: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
db9b41a193
PT #172125155 Rework CP notifying mechanics for projects missing JARs
2020-04-03 16:59:13 -04:00
BoykoAlex
3bddccd57f
PT #171932358 Flag for detailed java type data for sub/super types
2020-04-02 13:35:11 -04:00
Martin Lippert
99a33547c4
updated xml parsing library to new version under org.eclipse.lemminx namespace
2020-04-01 13:20:08 +02:00
Kris De Volder
17af13e448
Add support for "<<" anchor references in application.yml
2020-03-31 16:12:13 -07:00
Martin Lippert
97cada3fec
upgraded jdt.core to 3.21.0, which corresponds to Eclipse 2020-03 release
2020-03-26 15:13:05 +01:00
Kris De Volder
c99d1d0d4f
Bump version to 1.17.0
2020-03-20 13:55:03 +00:00
Martin Lippert
d692d8a164
updated versions to 4.6.1
2020-03-20 11:20:46 +01:00
Kris De Volder
7234e24f42
Bump version to 1.16.0
2020-03-18 19:51:56 +00:00
Kris De Volder
0a3a3acccf
Fix failing test case
2020-03-17 15:32:15 -07: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
e76a751a1e
Cleanup some logging code
2020-03-11 16:37:20 -07:00
Kris De Volder
17232e5a26
Replace project sorter for initial classpath events...
...
Now uses FileBuffers instead of open editors. This avoid
long blocking on ui thread syncExec.
2020-03-11 16:30:42 -07:00
Kris De Volder
ac169b455a
Better error messages from reactor
2020-03-11 14:14:22 -07:00
Kris De Volder
13e2dcfca3
Cleanup comment spelling error
2020-03-11 14:13:47 -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
BoykoAlex
e8610bb448
Logging to debug issue #415
2020-03-10 11:41:01 -04:00
Martin Lippert
29e6555cb9
add additional debug output to identify the issue behind GH #413
2020-03-10 12:51:01 +01:00
Martin Lippert
a47b42d08a
polish
2020-03-10 12:50:14 +01:00
Martin Lippert
9ef2f9f334
updated version to 4.6.0 to prepare for next release
2020-03-09 16:59:20 +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
b466676eee
optimize handling of type dependencies when scanning symbols to avoid keeping track of self-references and binary types
2020-02-14 18:03:30 +01:00
Martin Lippert
2be05a4ac9
switched scanning of affetced files to bulk scan mechanism to optimize performance
2020-02-13 10:06:39 +01:00