Commit Graph

2360 Commits

Author SHA1 Message Date
Kris De Volder
4b31ac99ee Better caching proxy using CGlib
Allows internal calls to this.getBlah() to also be cached.
2018-07-12 16:06:43 -07:00
Kris De Volder
1c376bcbea Add description to boot-java.remote-apps configuration key. 2018-07-12 14:29:04 -07:00
Kris De Volder
f29e7e9954 Various cleanups
- missing copytight headers
- unused imports
- obsolete comments
- rename some strnage method names
2018-07-12 14:19:56 -07:00
Kris De Volder
57f42c9883 Make remote boot app urls configurable from vscode 2018-07-12 14:13:47 -07:00
Kris De Volder
d81a6a6763 Merge branch 'master' of github.com:spring-projects/sts4 2018-07-11 17:36:24 -07:00
Kris De Volder
a81a54f391 Partially working remote app live hover
Uses a single-hard-coded jmx url to connect to remote
and fetch actuator data.
2018-07-11 16:49:52 -07:00
Martin Lippert
d7fc10794c first cut for strict project matching mode to ensure live hovers are detected and shown only for relevant projects 2018-07-11 16:40:18 +02:00
Kris De Volder
e1c0953f4f Refactoring: introduce abstract 'SpringBootApp'
In preparation for supporting both local and
remote SpringBootApp as sources for live
information via jmx connection.
2018-07-10 11:34:09 -07:00
Martin Lippert
20ff5f406a adopting new LSP4E API to avoid restaring old language servers 2018-07-10 12:06:30 +02:00
BoykoAlex
34728a702f Avoid calling editor.markBufferRange(...) with custom options 2018-07-09 19:28:31 -04:00
Kris De Volder
1383fff41d Treat @Inject as synonymous to @Autowired 2018-07-06 15:24:10 -07:00
Kris De Volder
f0a306ac4d Merge branch 'master' of github.com:spring-projects/sts4 2018-07-06 12:33:38 -07:00
Kris De Volder
ffe5675bcb Fix https://www.pivotaltracker.com/story/show/158853750 2018-07-06 12:31:45 -07:00
Martin Lippert
76e66fb340 adopting fix and changed API in LSP4E for not starting old language servers again 2018-07-06 13:07:22 +02:00
Martin Lippert
fc21e145ca update jdt prefs for photon 2018-07-06 13:07:22 +02:00
Kris De Volder
78f2d3c716 Add a 'close' button to LSP console 2018-07-05 14:20:43 -07:00
Kris De Volder
1886928251 Fix compile error caused by lps4e api change 2018-07-05 10:43:19 -07:00
Kris De Volder
880d308b49 Remove workaround for lsp4e sorting issue
The issue has been fixed in lsp4e master
2018-07-05 10:41:55 -07:00
Martin Lippert
3f0cbac23f added signing to jdt.ls extension bundle 2018-07-03 13:04:11 +02:00
Martin Lippert
6b352d3e8f updated dependencies and update urls to limit the scope of updated to e48 based installs 2018-06-29 10:53:50 +02:00
nsingh
3421d7deaa Removed obsolete manifest LS types 2018-06-25 20:10:44 -07:00
nsingh
990c8aae26 PT 156579665 - Improvements in handling CF targets in manifest LS
Changes to how CF targets are handled in manifest LS, including better
error handling and association with a source type, like cf CLI or boot
dashboard.
2018-06-25 20:07:13 -07:00
BoykoAlex
cc9d1858f3 Update Jandex to 2.0.5.final 2018-06-20 18:02:40 -04:00
BoykoAlex
bb9bdff10f PT #158478912: Add jrt-fs.jar on classpath for fallback in case of JDK
>8
2018-06-20 14:29:49 -04:00
Martin Lippert
92699a5691 updated repo for new m2e-egit version 2018-06-20 12:48:04 +02:00
Martin Lippert
ecc099879b added jgit lfs support feature 2018-06-20 12:32:50 +02:00
Martin Lippert
653aec3725 added new change detection setting property to client extensions 2018-06-19 11:31:38 +02:00
Martin Lippert
954f65de4d added config options for change detection mechanism and changed default to disabled 2018-06-19 10:02:52 +02:00
Martin Lippert
71bebf307a change detection is now able to re-connect to already stopped application 2018-06-19 09:43:30 +02:00
Martin Lippert
e157343daa check for existing model before updating it and fixed typo 2018-06-19 09:43:30 +02:00
Martin Lippert
2353b43fa3 first steps towards detecting changes in live running apps across, at the moment across internal restarts via devtools 2018-06-19 09:43:30 +02:00
Martin Lippert
cb645f3a34 updated version of eclipse-language-servers to 0.3.2 2018-06-19 08:04:39 +02:00
BoykoAlex
394afb69f8 PT #158345230: Added tests for javadoc from Eclipse client 2018-06-18 15:49:18 -04:00
Kris De Volder
19890b880a Bump version to 0.3.2 2018-06-18 18:01:42 +00:00
Kris De Volder
cc80abb586 Undeprecated a method in Editor test harness
I think its fine to just keep using the
'newEditor' method without an explicit
language id. So let's get rid of all
the deprecation warnings associated
with it.
2018-06-18 10:52:10 -07:00
Kris De Volder
a1f3da0611 Concourse editor: support for semver driver 'gcs'
See https://github.com/spring-projects/sts4/issues/60
2018-06-18 10:47:45 -07:00
Kris De Volder
0d4c3b8c42 Fix NPE
See: https://github.com/spring-projects/sts4/issues/59#issuecomment-397569150

Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2018-06-15 08:47:29 -07:00
nsingh
f0237da679 Add missing null check on workbench window 2018-06-13 16:58:21 -07:00
nsingh
f71989b174 Removed unnecessary exception call. 2018-06-13 16:49:42 -07:00
nsingh
c74b642f9a PT 158342760 - Iterate through all workbench windows for live hovers 2018-06-13 16:45:10 -07:00
Kris De Volder
e0b63ef3d9 Bypass lsp4e filtering to avoid bug in lsp4e 2018-06-13 15:23:58 -07:00
BoykoAlex
1187e93973 PT #158305061: Hanlde only java documents by boot java handlers 2018-06-13 16:31:56 -04:00
BoykoAlex
9c2155ef68 PT #158305061: Hanlde only java documents by boot java handlers 2018-06-13 16:31:56 -04:00
BoykoAlex
596c617202 PT #158305140 Fix more errors around bean type properties 2018-06-13 10:57:26 -04:00
Kris De Volder
e11e1196ef Fixes suspected race condition causing NPE
See PT-158202141
2018-06-12 18:09:10 -07:00
BoykoAlex
58ace93d32 PT #158305140 Fix javadoc on eclipse client, make javadoc lazy on server 2018-06-12 20:58:32 -04:00
BoykoAlex
23fd1e460d Remove packaged atom package upload to s3 2018-06-12 16:30:17 -04:00
BoykoAlex
2276ae82a7 Doc for Atom release repo usage for testing 2018-06-12 16:02:04 -04:00
BoykoAlex
649e87641d Add back build folder for atom packages 2018-06-12 15:41:26 -04:00
Kris De Volder
f6358a494c More version numbers 0.3.0 -> 0.3.1
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2018-06-11 16:15:06 -07:00