Commit Graph

1456 Commits

Author SHA1 Message Date
Kris De Volder
e003a94c5e Merge pull request #306 from spring-projects/symbol-dependencies
Track symbol dependencies ...
2019-06-17 09:17:41 -07:00
Kris De Volder
dd98511c1c Regression tests for symbol dependency handling 2019-06-14 15:45:13 -07:00
Kris De Volder
c8c0637570 Track symbol dependencies ...
Infrastructure to record when a symbol depends on info
for a given (external) type. When change to external type
is found, then trigger document update for the affected
document(s).
2019-06-13 16:14:13 -07:00
BoykoAlex
49d655d66c Fix property key hover has binding key "L" in hover content 2019-06-13 15:43:30 -04:00
BoykoAlex
9c3fc1fcb5 PT #166671442: Don't set data property for proposal if no doc available 2019-06-13 12:49:14 -04:00
BoykoAlex
3c21824763 Fix unit tests 2019-06-12 23:22:42 -04:00
nsingh@pivotal.io
1dba7419fd Update LSP4J in LS to 0.7.2 2019-06-12 10:19:17 -07:00
BoykoAlex
f7eefdbaeb PT #166190159: AST parser sharing lookup environment uses java reflection 2019-06-11 10:42:45 -04:00
Martin Lippert
ea8ae2757b enable timestamping again 2019-06-09 12:18:11 +02:00
Martin Lippert
49785ba75e temporarily disable timestamping while signing jars 2019-06-07 22:59:03 +02:00
Martin Lippert
36d2ebad50 avoid duplicate use of resources plugin 2019-06-07 14:38:59 +02:00
Kris De Volder
8efc5cafc8 Resolve/fix nohttp violations 2019-06-05 15:58:30 -07:00
BoykoAlex
bdd9c1c828 PT #166273505: Guard against no AST node for offset in YAML 2019-06-05 11:51:11 -04:00
BoykoAlex
5ae5b22010 Revert "Cache ASTParser per project to speed up CU parsing"
This reverts commit cb7621b208.
2019-06-03 20:48:13 -04:00
BoykoAlex
cb7621b208 Cache ASTParser per project to speed up CU parsing 2019-06-03 20:34:44 -04:00
Kris De Volder
c7ebdd035d Merge pull request #301 from jghiloni/master
Add support for Concourse 5.x in_parallel step
2019-05-29 15:27:35 -07:00
BoykoAlex
d181c17d2b PT #166343444: Type hierarchy for anonymous inner types 2019-05-29 18:13:47 -04:00
Josh Ghiloni
877b0e217f Support icon attribute on resource definitions
Resolves #303. Allows the language server to recognize the `icon`
attribute supported on resources in Concourse 5.x
2019-05-29 16:01:11 -06:00
Josh Ghiloni
f62fecdc02 Replace HTML description with Markdown 2019-05-29 10:38:52 -06:00
Josh Ghiloni
bcd1f20a5a Add support for Concourse 5.x in_parallel step
Resolves #300. Because `in_parallel` is a drop-in replacement for
`aggregate`, the code has been designed to mimic `aggregate` exactly.
2019-05-29 08:38:49 -06:00
BoykoAlex
5468e43963 PT #166315444: XML content assist for VSCode and Theia 2019-05-28 19:11:47 -04:00
Kris De Volder
7c3cce32a9 Make spring-boot-ls request batched classpath events ...
...and make it handle them properly, but also retain
support for non-batched events for backwards compatibility
with clients that don't support batched events.
2019-05-28 12:14:42 -07:00
Kris De Volder
fb0ddc0469 Refactor classpath notification job
Change it so there is one job per subscriber to handle communication
with that particular subscriber.

This will allow the job to behave differently depending on whether
that subscriber supports batched update events.
2019-05-28 12:14:42 -07:00
Kris De Volder
8bffa95742 Towards batched classpath events
- add parameter to 'addClasspathListener' to request
  batched events.
- Create a single SendClasspathNotificationsJob that
  processes classpath notifications in batches.
2019-05-28 12:14:42 -07:00
Martin Lippert
490c45b4b3 added trigger charactor config for xml language to enable completions in xml files in vscode 2019-05-28 11:39:47 +02:00
BoykoAlex
7fde0bc301 PT #166273505: Fix JSON -> POJO conversions for arbitrary map 2019-05-27 18:07:59 -04:00
Kris De Volder
100d4b0e78 Bump version to 1.8.0 2019-05-24 18:43:50 +00:00
Martin Lippert
becbf55ee7 updated versions to 4.3.0 2019-05-24 10:22:14 +02:00
nsingh@pivotal.io
aa425f5ab5 Fixed markdown spacing with @Value live hover 2019-05-23 12:03:07 -07:00
Kris De Volder
5bec241272 Convert boot-ls application.yml to .properties again 2019-05-22 13:23:05 -07:00
Kris De Volder
42e581555a Small tweak to CompletionServerCapabilityRegistration
Don't set trigger characters if none are configured for a given language.
2019-05-22 11:27:26 -07:00
Kris De Volder
5c5d535556 Trigger characters per language 2019-05-22 10:36:48 -07:00
Kris De Volder
e47fb7ede3 Tweaks to SpringXmlCompletions 2019-05-22 10:31:46 -07:00
Kris De Volder
13f7f4da46 More tweak to hover spacing 2019-05-22 10:29:42 -07:00
Kris De Volder
71c1526255 Tweaks to Live hover spacing 2019-05-22 10:17:56 -07:00
Kris De Volder
a247958351 Avoid refreshing highlights/codelenses when...
...nothing has changed. The refresh can be very expensive
if user has enabled code minings.

See: https://github.com/spring-projects/sts4/issues/292
2019-05-17 12:58:30 -07:00
BoykoAlex
93d7b0290e PT #163378521: Test added 2019-05-17 14:40:01 -04:00
Kris De Volder
79d8e1ab43 Some tweaks to license download
... related to http -> https conversion
2019-05-16 14:22:37 -07:00
Kris De Volder
0c7576e1f8 Revert "Temporary comment out language server licence copying"
This reverts commit 6e4ed0ab9b.
2019-05-16 12:45:28 -07:00
Kris De Volder
6e4ed0ab9b Temporary comment out language server licence copying 2019-05-16 11:56:53 -07:00
BoykoAlex
13a1ba088b PT #164318678: Live hovers for beans with non-standard ids 2019-05-16 14:24:10 -04:00
Kris De Volder
0290842dfb Add commend about enabling JMX adminbean in language server 2019-05-15 16:10:36 -07:00
Kris De Volder
30f8e2d48c Fix IndexOutOfBoundsException from GithubValueParser 2019-05-15 11:25:23 -07:00
Kris De Volder
668f853935 Mark most top-level properties as deprecated
Their use is discouraged. Instead use Yaml anchors is the
recommended.

See: https://www.pivotaltracker.com/story/show/162490453
2019-05-13 11:22:36 -07:00
BoykoAlex
3a6d3bc38c Hyperlinks for more XML elements 2019-05-13 10:30:36 -04:00
BoykoAlex
a593cfbab7 Fix broken XML property name CA and hyperlink 2019-05-12 19:05:31 -04:00
Martin Lippert
812c2cab44 rolling out content-assist for Spring XML config files to a lot more elements and attributes 2019-05-12 19:11:54 +02:00
BoykoAlex
0fc1b0a2ca PT #165890357: Polishing 2019-05-10 17:56:06 -04:00
Kris De Volder
989cc89f5f Change reconcile error message for 'positive' integer
This time it *should* work for manifest.yml editor.
2019-05-10 14:50:35 -07:00
BoykoAlex
d037b41903 PT #165890357: Adopt exploded LS jar for all eclipse LSs 2019-05-10 17:15:11 -04:00