Commit Graph

2389 Commits

Author SHA1 Message Date
BoykoAlex
cc756ba2d4 New boot-hints for Eclipse client 2018-07-31 11:08:02 -04:00
BoykoAlex
83dc563ea7 Attempt to update eclipse boot hints 2018-07-31 11:08:02 -04:00
BoykoAlex
a25238d40a Atom boot-hint marker 2018-07-31 11:08:02 -04:00
BoykoAlex
e350da8ab7 Boot hints first trial 2018-07-31 11:08:02 -04:00
Martin Lippert
71b47ff286 do not take thin jar launcher mapping and classpath matching into account when identifying projects 2018-07-31 15:53:23 +02:00
Martin Lippert
e62661cf5e use "latest" update site for continuous updates instead of version-specific one 2018-07-31 14:09:28 +02:00
Martin Lippert
007b2c5f95 fixed logic around specific project name setting 2018-07-31 14:08:51 +02:00
BoykoAlex
92fbe9ecdd Inner class bean id is equal to bean type 2018-07-31 01:43:00 -04:00
BoykoAlex
21e0543730 PT #159307292: Anonymous inner class bean type wiring 2018-07-31 00:26:02 -04:00
BoykoAlex
5480b1812a PT #159352937: Rework Injection hover content 2018-07-30 17:49:45 -04:00
Martin Lippert
59617075bc updated dmg config file name 2018-07-30 13:13:21 +02:00
Martin Lippert
c38cfd052f added target for eclipse 4.9 builds 2018-07-30 12:48:07 +02:00
BoykoAlex
705d81f945 PT #159371605: Implicitly autowired constructor boot hint and hover 2018-07-27 21:04:30 -04:00
Kris De Volder
0d4b6eedde Update Ls versions to 0.5.0 (eclipsy bits). 2018-07-27 10:07:30 -07:00
Kris De Volder
576615c223 Bump version to 0.5.0 2018-07-27 16:39:35 +00:00
BoykoAlex
eb34b0210f PT #159307292: Autowired reports optics, content specific to AST node 2018-07-26 21:25:37 -04:00
Kris De Volder
5506d2fb2d Merge branch 'master' into remote-jmx 2018-07-23 15:08:41 -07:00
Kris De Volder
796c9e8332 Add changelogs for M13 for vscode-extensions 2018-07-23 14:03:53 -07:00
Kris De Volder
c507afd546 Add support for injectign remote JMX urls into boot ls 2018-07-23 11:18:50 -07:00
BoykoAlex
5eb3fc099e Upgrade atom-languageclient version. Handle magic indent for atom. 2018-07-18 20:20:53 -04:00
Kris De Volder
5a1aab6d2c Bump version to 0.4.0 2018-07-18 16:59:15 +00:00
Kris De Volder
670b65dd24 Add on_abort to Job and Step schemas 2018-07-17 09:37:04 -07:00
Kris De Volder
7cee9ad889 Add missing properties for GitPutParams schema
See: https://github.com/spring-projects/sts4/issues/65
2018-07-17 08:57:01 -07:00
Kris De Volder
dfc861466f Add missing attributes to GitGetParams schema
See: https://github.com/spring-projects/sts4/issues/64
2018-07-16 14:01:59 -07:00
Kris De Volder
c1c46a3709 RE-using JMXConnectors as much as possible. 2018-07-13 15:20:17 -07:00
Kris De Volder
1354e1f3fc Merge branch 'master' of github.com:spring-projects/sts4 2018-07-13 10:06:06 -07:00
Kris De Volder
10a1e32e29 Moving towards more easy to re-use JMXConnector
The "create connector -> do something -> close" pattern
has now been turned into a method. This paves the way
for making management of the connectors smarter
so that, for example, a single connector could be
cached for some time and re-used for more than
one task.

Creating the connector is a slow process especially
for remote apps, so this is a bit of a performance
bottleneck and its a bad idea to create a new
connector for every small request.
2018-07-13 10:00:27 -07:00
Martin Lippert
b7cdd7d165 updated jdt maven module to latest photon release version 2018-07-13 10:21:58 +02:00
Martin Lippert
e349bdb055 removed strict project matching setting again and removed unnecessary complexity in the code 2018-07-13 10:21:31 +02:00
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