Commit Graph

106 Commits

Author SHA1 Message Date
Martin Lippert
9d6c5584cf added test case for indexing symbols for regular non-boot spring projects 2018-12-28 09:32:24 +01:00
BoykoAlex
4184d049bd PT #160496285: Fix Properties TypeUtil to find inner enums in the index 2018-12-13 17:32:35 -05:00
BoykoAlex
db429f9c21 PT #162167333: Ask JDT server for hover links (Eclipse, VSCode) 2018-12-11 18:41:33 -05:00
BoykoAlex
59275210ab PT #162110508: Index jrt-fs.jar 2018-12-06 16:19:09 -05:00
Kris De Volder
21b06df305 Clear property index when json metadata is changed 2018-11-28 13:55:59 -08:00
Martin Lippert
079a7de727 fixing bug in test that worked before based on a wrong assumption about internals 2018-11-22 15:21:47 +01:00
BoykoAlex
fc5b738e35 PT #159866210: Remove injected beans from bean parameter hover 2018-11-21 11:07:23 -05:00
Martin Lippert
fbfbf31dc6 Merge branch 'master' into spring-data-content-assist 2018-11-20 15:29:24 +01:00
Martin Lippert
07053fbe7f very simple findby code completion for repository interfaces 2018-11-20 15:28:45 +01:00
BoykoAlex
3aff3a6713 PT #159866210: Highlights,hovers for paramneters of bean methods and component constructors 2018-11-19 15:47:14 -05:00
Kris De Volder
8f39484733 Fix test failures 2018-11-19 11:29:22 -08:00
Kris De Volder
cf64f9ea60 Add support for 'group' parameter in logger-name hint provider
See: https://github.com/spring-projects/sts4/issues/102
2018-11-19 11:15:53 -08:00
Martin Lippert
792867fa20 enable the snippets again and make the tests work even if there are snippets showing up in the results 2018-11-16 12:50:11 +01:00
Martin Lippert
63ca37a053 Merge branch 'master' into spring-data-content-assist 2018-11-16 12:30:45 +01:00
Kris De Volder
f43942ed57 Consistent treatment of valuhints in yaml
See: https://www.pivotaltracker.com/story/show/161964105
2018-11-15 14:27:38 -08:00
Kris De Volder
f39b845964 Tweak value hint providers in application.properties
See https://www.pivotaltracker.com/story/show/161964105
2018-11-15 10:41:55 -08:00
Kris De Volder
706a870fae Improvements to AdHocSpringPropertyIndex
- respond to document save to clear index
- index properties bound to list values in yaml
2018-11-14 11:42:50 -08:00
Kris De Volder
0eb6614617 Support for user-defined logging.groups 2018-11-14 11:42:50 -08:00
nsingh
3536ef71f1 Added Boot 1.x and 2.x context path tests 2018-11-13 16:10:09 -08:00
Kris De Volder
7769a28179 Merge branch 'master' of github.com:spring-projects/sts4 2018-11-13 13:28:36 -08:00
Kris De Volder
af00254652 Refactoring in preparation of using injecting
ad-hoc Property index into ValueProvider

This is so we can try to use it to compute
user-defined logger groups.

See https://www.pivotaltracker.com/n/projects/1346850
2018-11-13 13:24:40 -08:00
Martin Lippert
58cdc2d703 first version of re-introduced content-assist for spring data repositories 2018-11-13 21:18:50 +01:00
nsingh
2e8c015efb Fixed spelling error 2018-11-09 16:36:46 -08:00
nsingh
a8757a4491 Added some "real" tests for context path
Used real actuator env json to test reading context path in priority
order, using both camel case and kebab case.
2018-11-09 16:16:20 -08:00
Kris De Volder
49ef8dcf3f Show proper description with valuehints from metadata 2018-11-09 14:07:46 -08:00
BoykoAlex
4137819382 PT #155474396: Ctrl-Click for Boot properties YAML 2018-11-09 11:09:17 -05: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
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
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
Kris De Volder
6717306d8f Convert language servers to Boot apps 2018-10-02 15:39:15 -07:00
BoykoAlex
5b94f58fb5 Streamline arrows in boot hint Hovers and CodeLenses 2018-08-24 13:47:25 -04:00
BoykoAlex
a9e2854a5c PT #159839753: Polish hover content based on CodeLens title 2018-08-23 18:31:18 -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
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