Commit Graph

2510 Commits

Author SHA1 Message Date
Kris De Volder
9cdf68a2c0 Add boot dashboard extension to readme for boot-dev-pack 2018-09-17 10:32:37 -07:00
Kris De Volder
1b3bea9c6e Add boot-dash to vscode boot-dev-pack 2018-09-17 10:24:01 -07:00
Kris De Volder
1a765f158f Bump versions of ls to 1.0.0 (eclipse bits) 2018-09-13 10:14:02 -07:00
Kris De Volder
98bbd6b3d2 Add bump-version-major job to ci pipeline
So we can update headless, vscode and atom
version numbers to 1.0.0 at the click
of a button.
2018-09-13 09:52:43 -07:00
Kris De Volder
79d11531c1 Bump version to 1.0.0 2018-09-13 16:47:06 +00:00
Kris De Volder
3146c208a3 Kick build 2018-09-12 12:58:00 -07:00
Kris De Volder
42a2013413 Merge pull request #74 from spring-projects/ad-hoc-property-empty-string
PT-160455522: Fix for empty string insertion for ad hoc props
2018-09-12 12:15:11 -07:00
nsingh
bf93fafabb PT-160455522: Fix for empty string insertion for ad hoc props 2018-09-12 19:01:46 +02:00
BoykoAlex
85efd19999 No boot-hint gutter icon for Atom 2018-09-11 13:55:37 -04:00
Martin Lippert
391d73de05 updated versions of eclipse ls bundles to 0.7.0 2018-09-10 11:05:24 +02:00
Martin Lippert
1a3fe38be3 added provider name 2018-09-10 10:53:38 +02:00
Martin Lippert
301dd58be7 added additional bundles for boot dash dependencies to resolve bundles for the jdk11 case 2018-09-09 12:41:37 +02:00
Kris De Volder
d826e2e6e8 Merge branch 'master' of github.com:spring-projects/sts4 2018-09-07 16:12:54 -07:00
Kris De Volder
1790426b1a Disable ls debug consoles by default 2018-09-07 16:12:26 -07:00
Kris De Volder
9010cdf599 Bump version to 0.7.0 2018-09-07 22:57:01 +00:00
Kris De Volder
40b44d8ad7 Fix race condition in reconciler 2018-09-07 15:23:34 -07:00
BoykoAlex
8fab69d7da Don't short-circuit on first app for @Autowired boot highlight info 2018-09-07 18:10:44 -04:00
BoykoAlex
78a97505d1 Missing test input file 2018-09-07 16:42:54 -04:00
Kris De Volder
dc3bb2c1a5 Merge branch 'master' of github.com:spring-projects/sts4 2018-09-07 13:20:52 -07:00
Kris De Volder
ed27056ea0 Trigger reconcile on classpath changes 2018-09-07 13:19:54 -07:00
BoykoAlex
276eb4d84e Add unit test for functional RM JMX data 2018-09-07 16:16:47 -04:00
BoykoAlex
68f54e42b5 Do not fail if "requestMappingConditions" is not JSON object 2018-09-07 15:56:51 -04:00
BoykoAlex
3963855d08 Do not crash on WebFlux handler functions data parsing 2018-09-07 15:28:10 -04:00
Martin Lippert
2a39071b50 ignore exceptions during parsing due to compilation or type resolve problems 2018-09-07 10:01:44 +02:00
Martin Lippert
5b7bb70894 updated orbit repo for eclipse 2018-09 2018-09-07 09:17:02 +02:00
BoykoAlex
15a0cb5db8 PT #160125656: Adjust names for property pages 2018-09-07 00:39:08 -04:00
BoykoAlex
9ef919e73f PT #160125656: Consolidate prefs page for LS extensions 2018-09-06 18:25:39 -04:00
Kris De Volder
55f20d7d99 Attempt to add m2e-apt to STS 4 and enable by default 2018-09-06 11:24:29 -07:00
BoykoAlex
f8901cf003 PT #160302607: missing test input files 2018-09-05 19:03:55 -04:00
BoykoAlex
19d680bbb7 PT #160302607: WebFlux RMs JMX beans format + NPE for WebFlux symbols 2018-09-05 19:03:20 -04:00
Kris De Volder
238e176c90 Fix more regressions caused by SymbolInformation...
Things that used to just have SymbolInformation in
lsp4j now are 'Either<SymbolInformation, ...>'.

This breaks a number of places where we have
'instanceof SymbolInformation' checks.
These checks fail and various bits of code that
should handle the SymbolInformation case was
not being executed.
2018-09-04 12:07:09 -07:00
Kris De Volder
2835925e8d Fix Goto Symbols Dialog
Was broken due to evolution in lsp4j api types.
2018-08-31 12:11:41 -07:00
BoykoAlex
df10af0bc6 PT #160188863: Don't crash LS when launched with JRE 2018-08-30 22:22:32 -04:00
nsingh
997e9a0383 Added some comments on why return empty model in cache 2018-08-30 12:40:25 +02:00
nsingh
0ffeac4066 return empty model if JMX not available instead of throwing exception 2018-08-30 12:36:07 +02:00
nsingh
f776fae57d Reverting. We don't want to invoke JMX all the time 2018-08-30 12:34:54 +02:00
nsingh
a682269162 PT 160096886 - Don't throw exception when actuator not available
For example, when application is stopping.
2018-08-30 12:26:18 +02:00
BoykoAlex
51d1cf96cd Range highlights and CodeLenses 2018-08-29 15:58:04 -04:00
BoykoAlex
dc8550f706 Eclipse CodeLens action for "sts.open.url" command 2018-08-28 14:51:37 -04:00
nsingh
82ee324191 Minor change in fetching commands from vscode 2018-08-28 19:25:56 +02:00
BoykoAlex
53ad76d6aa Boot highlights as CodeLenses in Eclipse 2018-08-28 12:41:26 -04:00
nsingh
e125d1de75 PT-160007578: Check if commands exist before registering in vscode 2018-08-28 16:47:11 +02:00
Martin Lippert
dbf72934e8 lsp4j updates to document symbols 2018-08-25 20:38:04 +02:00
BoykoAlex
5b94f58fb5 Streamline arrows in boot hint Hovers and CodeLenses 2018-08-24 13:47:25 -04:00
nsingh
0541369c54 Revert back to more... code lens for remaining mappings
But make it unclickable for now due to hover position issues
2018-08-24 13:35:06 +02:00
nsingh
904468c632 Some changes to RM code lenses
Added command for direct navigation to URL in vscode editor.
2018-08-24 09:02:32 +02:00
BoykoAlex
a9e2854a5c PT #159839753: Polish hover content based on CodeLens title 2018-08-23 18:31:18 -04:00
Martin Lippert
5f2133335f avoid multiple calls to getProject and hasActuatorDependency to avoid memory pressure 2018-08-23 16:21:30 +02:00
Martin Lippert
65b20c10ae added fallback for tests that are quickly creating hovers as soon as an individual highlight is there 2018-08-23 13:59:49 +02:00
Martin Lippert
f66d8352f4 changed proxy creation for local apps to subclass proxies to avoid instanceof errors (like in the tests) 2018-08-23 11:24:27 +02:00