Commit Graph

1705 Commits

Author SHA1 Message Date
Kris De Volder
4f5f690675 Auto escape logger names with . in them
They are used as map keys and will produce a warning otherwise.
2020-09-30 16:26:44 -07:00
Kris De Volder
06bb6e677a Fix test failure 2020-09-30 16:26:11 -07:00
Kris De Volder
08e356f9da Add a warning for 'escapable' yaml map keys
See: https://www.pivotaltracker.com/n/projects/1346850/stories/174872660
2020-09-30 15:51:55 -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
0f3f3dfce7 Key "handle-as" support in application.yml editor
See: https://www.pivotaltracker.com/story/show/174954118
2020-09-29 14:45:40 -07:00
Kris De Volder
2a9f7db03e Shorter/nicer label for docker process id in live hovers
See: https://www.pivotaltracker.com/story/show/174999085
2020-09-29 10:45:12 -07:00
Kris De Volder
0787fe50fb Try to fix failing test case
Suspected cause: old test project depends on a old
snapshot dependency.

Fix: replace with equivalent release dependency.
2020-09-25 10:06:31 -07:00
Kris De Volder
197298e85d Allow map keys to be surrounded by '[' in .properties file
See: https://github.com/spring-projects/sts4/issues/534

Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2020-09-17 15:37:39 -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
Martin Lippert
8baf9ff111 tycho version updated 2020-09-17 09:26:50 +02:00
Martin Lippert
74d3ff697d updated versions to 4.8.1 2020-09-17 08:58:23 +02: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
Martin Lippert
93a19fdcc0 fixed issue with symbol indexing and special characters in doc URIs 2020-09-07 16:19:31 +02:00
Martin Lippert
c7c838dced fixed problem with validating spel expressions that include property placeholders, ignoring those spel expressions now for validation 2020-09-07 10:57:36 +02:00
Martin Lippert
fe6caedc1f updated versions to 4.8.0 2020-09-03 16:51:49 +02:00
Kris De Volder
e15307f151 Add `skip_downloads' attribute to RegistryImageGetParams schema
See https://github.com/spring-projects/sts4/issues/523
2020-08-24 11:14:32 -07:00
Martin Lippert
0d3de0698f take process name of remote live hover apps into account if available 2020-08-21 12:33:31 +02:00
Martin Lippert
72699659a7 add CacheEvict annotation to SpEL syntax validation config 2020-08-09 17:25:11 +02:00
Martin Lippert
dc3f8fca45 added SpEL syntax validation for ConditionalOnExpression annotation 2020-07-31 07:46:51 +02:00
Kris De Volder
cb42b49d5a Bump version to 1.21.0 2020-07-30 13:32:31 +00:00
Martin Lippert
d230f02c77 updated version to 4.7.2 2020-07-30 08:47:05 +02:00
Martin Lippert
fb0a5273f0 take overall preference for spring xml support into account for spel syntax validation for xml files 2020-07-26 18:43:58 +02:00
Martin Lippert
c04aade997 added spel syntax validation for xml spring config files 2020-07-25 12:06:54 +02:00
Martin Lippert
f5a5599686 enable SpEL syntax validation for anntation hierarchies and fixed additional test cases 2020-07-13 16:26:18 +02:00
Martin Lippert
11df688a3d refactored spel syntax validation and enabled it for additional annotations and named parameters 2020-07-11 22:09:04 +02:00
Kris De Volder
126a14392d Cleanup debug logging 2020-07-09 10:06:56 -07:00
Martin Lippert
56f6f373ba added test cases for spel syntax checking via reconcile engine and improved testability a bit 2020-07-06 15:48:34 +02:00
Martin Lippert
009ae98700 initial version of SpEL syntax validation 2020-07-06 13:04:13 +02: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
Martin Lippert
4d1f0f540f updated versions to 4.7.1 2020-06-19 13:22:36 +02:00
Kris De Volder
5b678355fe Stacktraces for failed test in boot-ls 2020-06-17 11:49:38 -07:00
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