Commit Graph

173 Commits

Author SHA1 Message Date
nsingh
907fa1ff33 Minor refactoring reading from RM tuple 2018-11-08 16:18:28 -08:00
nsingh
b41cd42741 PT 161583390 - Initial implementation to support context path
Added support for context path for boot 1.x and 2.x when property
defined via command line args. Also added some relevant junits for
request mappings with context paths.
2018-11-08 16:10:24 -08:00
BoykoAlex
87f3e5a6a3 Re-enable test using source of java.lang.String 2018-11-08 13:18:18 -05:00
BoykoAlex
c884ae6bf7 PT #155474415: Adjust def links for Eclipse client 2018-11-08 11:35:40 -05:00
BoykoAlex
5e34506eae Fix the broken build (no JDK has no src.zip in CI) 2018-11-07 21:01:10 -05:00
BoykoAlex
f2be2c717b PT #155474415: CTRL-CLICK navigation from .properties to Java 2018-11-07 16:35:07 -05:00
Kris De Volder
08500509e2 Add pojo property inheritance test for app.properties
Also, cleanup some defunct test code and comments.
2018-10-24 11:36:31 -07:00
Kris De Volder
b190c8fe2c Add mvn wrapper to test cloud-rabbit test projects
It is required for CI build
2018-10-23 12:22:58 -07:00
Kris De Volder
d8314683be Fix issue with nested project classpath finder
Choose the most nested project in case of ambiguity.
2018-10-23 11:10:16 -07:00
Kris De Volder
248098112e Take inherited pojo properties into account
In yaml / properties editor.
2018-10-22 16:49:39 -07:00
Kris De Volder
e384457eaa Cleanup: obsolete method 2018-10-17 13:00:32 -07:00
Kris De Volder
2e2b419312 Cleanup another useless LSFactory 2018-10-16 15:14:43 -07:00
Kris De Volder
3857c507e0 Remove ComposableLanguageServer class 2018-10-16 14:38:32 -07:00
Kris De Volder
2fd8d05fd0 Cleanups
Some useless LSFactories removed.
Some unused obsolete methods removed.
2018-10-16 14:29:42 -07:00
Kris De Volder
2365f83e20 Fix https://github.com/spring-projects/sts4/issues/80 2018-10-16 12:26:52 -07:00
Kris De Volder
2b987e668a Refactor Bootiful LS
Converted all spring boot ls test to use spring test runner.
2018-10-16 09:48:41 -07:00
BoykoAlex
8f8334de67 Fix NPE in SpringIndexer 2018-10-09 12:43:11 -04:00
Kris De Volder
eda67f8c7c Fix https://www.pivotaltracker.com/story/show/160969280
Read boot properties metadata from project dependencies
2018-10-03 16:35:49 -07:00
Kris De Volder
6717306d8f Convert language servers to Boot apps 2018-10-02 15:39:15 -07:00
Martin Lippert
4cb796c81c avoid NPE when method binding cannot be resolved 2018-10-02 10:36:06 +02:00
nsingh
bf93fafabb PT-160455522: Fix for empty string insertion for ad hoc props 2018-09-12 19:01:46 +02:00
BoykoAlex
8fab69d7da Don't short-circuit on first app for @Autowired boot highlight info 2018-09-07 18:10:44 -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
Martin Lippert
2a39071b50 ignore exceptions during parsing due to compilation or type resolve problems 2018-09-07 10:01:44 +02:00
BoykoAlex
19d680bbb7 PT #160302607: WebFlux RMs JMX beans format + NPE for WebFlux symbols 2018-09-05 19:03:20 -04:00
BoykoAlex
df10af0bc6 PT #160188863: Don't crash LS when launched with JRE 2018-08-30 22:22:32 -04:00
nsingh
e125d1de75 PT-160007578: Check if commands exist before registering in vscode 2018-08-28 16:47:11 +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
bff10fa51a added more advanced caching strategy for calculating live hovers after live hover hints already got created 2018-08-23 09:57:28 +02:00
Martin Lippert
88e8e65b45 small refactoring to make API of live hover watchdog a bit cleaner 2018-08-23 09:57:28 +02:00
nsingh
a0129c3653 PT 159833130 - Add content, title and command for RM code lenses 2018-08-22 18:34:02 +02: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
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
BoykoAlex
292bbb88c5 PT #159444911: Support for @Autowired + @Qualifier 2018-08-20 13:47:33 -04:00
BoykoAlex
02f17d2b0a PT #159465021: Unmatched bean for boot hints 2018-08-17 19:52:06 -04: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