BoykoAlex
db20140cb7
PT #159049846 : Atom prefs for remote apps
2018-08-21 21:37:49 -04:00
Kris De Volder
0d93c7e31e
Merge branch 'master' of github.com:spring-projects/sts4
2018-08-21 15:44:13 -07:00
Kris De Volder
2499d8b542
Small change to log message
...
Shouldn't call getJmxUrl just to log... it has too
much machinery attached to it to just call it frivoulously
(i.e. this is not just a field, but does a bunch of VM connecting
etc.)
2018-08-21 15:42:54 -07:00
BoykoAlex
515d2887c7
Not committed with previous commit
2018-08-21 18:33:08 -04:00
BoykoAlex
a4734b8029
PT #159866173 : Add autowired beans for @Bean hover and codelens
2018-08-21 16:58:50 -04:00
Kris De Volder
01a15ec0ba
Merge branch 'master' of github.com:spring-projects/sts4
2018-08-21 12:03:47 -07:00
Kris De Volder
8ef2e19fdf
Add support for values of type java.time.Duration...
...
So that both application.properties and application.yml
- recognize/treat these as atomic values
- can recognize 'garbage' values during reconcile and give a error.
2018-08-21 12:01:37 -07:00
BoykoAlex
b5f9c3e505
PT #159915886 : Match more than one bean for collections
2018-08-21 12:54:32 -04:00
BoykoAlex
f8677b440a
PT #159445379 : @Autowired for Collection and sub-types
2018-08-20 21:32:05 -04:00
Kris De Volder
93ec5e6fae
Add redhat.java as a dependency of vscode-spring-boot
2018-08-20 15:58:53 -07:00
Kris De Volder
7ef56430d1
Merge branch 'master' of github.com:spring-projects/sts4
2018-08-20 14:55:35 -07:00
Kris De Volder
ac32e27f44
Add minimal description to ad-hoc properties
2018-08-20 14:55:14 -07:00
BoykoAlex
42a308d9c8
PT #159444911 : Addition - id matching, type verification
2018-08-20 17:15:25 -04:00
Kris De Volder
01d6829c17
Use extensionPack instead of extensionDependencies
...
See: https://github.com/spring-projects/sts4/issues/68
2018-08-20 11:01:07 -07:00
BoykoAlex
292bbb88c5
PT #159444911 : Support for @Autowired + @Qualifier
2018-08-20 13:47:33 -04:00
Martin Lippert
ffcee42a0e
experimental optimization to avoid calling potentially slow jmx endpoints too often
2018-08-20 17:11:28 +02:00
BoykoAlex
02f17d2b0a
PT #159465021 : Unmatched bean for boot hints
2018-08-17 19:52:06 -04:00
nsingh
9f04acb992
Use 'file' scheme in doc selector
2018-08-17 22:45:24 +02:00
Kris De Volder
2c6dd39a33
Resource links for remote apps
...
Fixed by adding a special case that detects the
special path prefix '/home/vcap/app' and treats
resources in that path the same as classpath
resources.
2018-08-17 12:46:18 -07:00
BoykoAlex
d1e960f3fa
Adjustments for CodeLens for boot hints
2018-08-17 13:12:20 -04:00
BoykoAlex
638dcfa994
PT #159794215 : Show wired beans for TypeDeclaration annotations hovers
2018-08-16 18:23:58 -04:00
BoykoAlex
f82a072e6f
Revert PT 158992999: Boot hints stopped working
2018-08-16 14:00:30 -04:00
BoykoAlex
374b5f0ad7
CodeLens for boot hints in VSCode
2018-08-16 13:38:40 -04:00
nsingh
6772b05934
PT 158992999 - Add scheme to boot LS document selector
2018-08-15 21:34:24 -02:30
BoykoAlex
b8ae7b7aad
v0.0.1
2018-08-15 16:09:14 -04:00
BoykoAlex
2ed494a7aa
PT #159353267 : Ensure line break is between RMs and process in the hover
2018-08-15 00:38:32 -04:00
Martin Lippert
4aaaf8bae6
switched to commons-codec for easier and better md5 checksum generation
2018-08-14 18:17:34 +02:00
Martin Lippert
c8554089bc
fixed a NPE when the resource of a changed bean is not defined
2018-08-14 18:17:10 +02:00
Martin Lippert
34a1168b75
avoid json object creation and live beans model parsing if raw data is unchanged
2018-08-14 10:41:23 +02:00
BoykoAlex
d88f8fddfa
Bump to 0.6.0 (eclipse bits)
2018-08-13 17:20:50 -04:00
Kris De Volder
869c0b2516
Bump version to 0.6.0
2018-08-13 21:13:24 +00:00
BoykoAlex
00e896457b
Revert temp debug change
2018-08-10 14:49:53 -04:00
BoykoAlex
ddd31e3e2d
PT #159690556 : Dispose JMX connection (proper fix)
2018-08-10 13:59:02 -04:00
BoykoAlex
4c5e77e682
PT #159690556 : Dispose boot app handle if failed to connect to VM
...
descriptor
2018-08-10 13:26:22 -04:00
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