Commit Graph

2418 Commits

Author SHA1 Message Date
BoykoAlex
3e17b02fb0 Temporary change to enable debugging on nightly build LS 2018-08-10 11:10:25 -04:00
BoykoAlex
e92631b036 PT #159690831: Remove inline boot icon decoration 2018-08-10 10:08:03 -04:00
Martin Lippert
c953ff93c1 generated lambda types are now being removed from live bean type to improve bean change detection mechanism 2018-08-10 15:40:00 +02:00
Martin Lippert
72fe640c9f avoid NPE case when type binding get be resolved for request mapping methods 2018-08-10 13:54:53 +02:00
Kris De Volder
a42340c593 Fix JMX related resource leak
JMX connections on language server not closed when stopping
the last/only tunneled boot dash app.
2018-08-09 13:58:48 -07:00
Kris De Volder
3b0fb2135a Fix NPE that happens on restart of local apps ...
... and is suspected of causing resource leak by
breaking proper disposal of JMX connectors for local apps.
2018-08-09 11:56:21 -07:00
Kris De Volder
65d2f5291f Add entry to condourse-editor changelog 2018-08-09 09:06:21 -07:00
Kris De Volder
c5b6a72b3a Fix https://github.com/spring-projects/sts4/issues/66
Add  'tags' property in 'resource' type in concourse
editor schema.
2018-08-09 08:36:08 -07:00
Kris De Volder
2e77214118 Merge branch 'master' of github.com:spring-projects/sts4 2018-08-08 16:37:50 -07:00
Kris De Volder
d3402741fd Fix https://www.pivotaltracker.com/story/show/159621631
I.e: handle the case where list of paths from live requestmapping info is empty.
2018-08-08 16:37:38 -07:00
Martin Lippert
347581ccd6 added profile for Eclipse 4.9-based builds 2018-08-08 17:58:12 +02:00
Martin Lippert
3bc09e2102 updated changelogs for M14 2018-08-08 17:57:54 +02:00
Kris De Volder
3949aa0a93 Fix https://github.com/spring-projects/sts4/issues/59
UriUtil.normalize did not properly ensure that drive-letters on windows
are canonically represented  (i.e allways in upper-case or allways in
lower-case).
2018-08-07 14:44:38 -07:00
Kris De Volder
243586a8f8 Fix https://www.pivotaltracker.com/story/show/159426287
Add remote host name to ssh tunnel config, so that it can
be used to compute correct request mapping links for live
hovers.
2018-08-07 10:06:49 -07:00
Martin Lippert
64e7bbad45 firt rough cut to include conditional and profile annotations in bean symbols instead of their own ones 2018-08-07 15:11:05 +02:00
Martin Lippert
531656f88b bring back specialized yml icon for spring property files 2018-08-06 16:06:31 +02:00
Martin Lippert
5d01253af3 remove old properties editor bundles from main sts4 feature 2018-08-06 16:00:53 +02:00
Kris De Volder
c004bb6550 Cleanup obsolete code 2018-08-03 11:13:01 -07:00
Martin Lippert
ef213af41e improved error logging when something goes wrong while parsing source code for symbols and live hovers 2018-08-03 12:35:48 +02:00
Martin Lippert
2bb98a874c trying to fix test failure, but not sure this is the right solution 2018-08-03 12:15:27 +02:00
Martin Lippert
44a8e43861 added missing empty application.yml file back for empty boot test project, otherwise random failures 2018-08-03 11:52:08 +02:00
BoykoAlex
29707d0614 Fix flickering of boot hints for VSCode client 2018-08-02 18:40:50 -04:00
BoykoAlex
e26c24ed1f Cleanup HighlightParams 2018-08-02 10:50:58 -04:00
BoykoAlex
d0bcef7910 PT #159485440: Only update hints if doc versions are matching 2018-08-02 10:17:14 -04:00
Martin Lippert
98b2bb226b improved error message for failed project source parsing 2018-08-02 14:44:30 +02:00
Kris De Volder
b0bff264ce Fix failing tests 2018-08-01 15:48:35 -07:00
Kris De Volder
c48b465cb8 Merge branch 'master' of github.com:spring-projects/sts4 2018-08-01 15:24:19 -07:00
Kris De Volder
0b1b5cdf2a Fix https://www.pivotaltracker.com/story/show/153107266
Completions inside of @Value(...) context now also suggest 'ad-hoc' properties
that are defined in application.properties or application.yml (in addition to
regular properties defined via @ConfigurationProperties).
2018-08-01 15:23:57 -07:00
BoykoAlex
819ae52acf Finalize boot-hint optics change 2018-08-01 17:08:08 -04:00
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