Commit Graph

1517 Commits

Author SHA1 Message Date
nsingh
0da99de905 Renamed mock spring boot app methods to clearly show purpose 2017-11-03 14:48:24 -07:00
nsingh
d094d966d9 PT 152535713 - Fix and additional junits covering fix 2017-11-03 14:33:40 -07:00
Martin Lippert
e5d6da3e5f update product images, fixed incorrect size 2017-11-03 22:02:50 +01:00
Kris De Volder
9e6e159294 Merge branch 'master' of github.com:spring-projects/sts4 2017-11-03 13:45:43 -07:00
Kris De Volder
b1d03ed36e Improve @Autowired for hover inside of @Component class. 2017-11-03 13:45:25 -07:00
Martin Lippert
af887117e7 moved process reaper to commons and re-used it for boot-java-ls 2017-11-03 20:20:39 +01:00
Kris De Volder
546a81c3ce Merge branch 'master' of github.com:spring-projects/sts4
Conflicts:
	headless-services/boot-java-language-server/src/main/java/org/springframework/ide/vscode/boot/java/conditionals/ConditionalsLiveHoverProvider.java
2017-11-03 09:59:47 -07:00
Kris De Volder
a70bc1a77f Add resource info to beans in injection reports 2017-11-03 09:58:06 -07:00
Martin Lippert
6452729644 added dependencies to p2 repos and switched to more tight dependency declarations 2017-11-03 13:05:43 +01:00
Martin Lippert
c87a65b92f disable milestone and staging repos for oxygen 2017-11-03 12:24:48 +01:00
Martin Lippert
fb0417e557 PT #151287654: added specific symbol provider to avoid too many document connections 2017-11-03 12:21:42 +01:00
nsingh
b2cd7eb373 Moved request mapping annotations constants to Annotations 2017-11-02 13:40:25 -07:00
nsingh
c53fd36c53 Removed Conditional Constants 2017-11-02 13:31:08 -07:00
nsingh
ac979d2919 Moved Conditional constants to Annotations 2017-11-02 13:30:43 -07:00
nsingh
a603de011a Added some docs explaining "positiveMatches" for conditional parsing. 2017-11-02 13:23:42 -07:00
nsingh
d5fcd91148 Refactored live conditionals so that they are parsed via SpringBootApp
API
2017-11-02 13:10:30 -07:00
nsingh
46323af577 Renamed to LiveConditional 2017-11-02 13:10:30 -07:00
nsingh
60da97b279 Move conditional to commons 2017-11-02 13:10:30 -07:00
Kris De Volder
443b8ad62f Cleanup some debug output 2017-11-02 11:56:51 -07:00
Kris De Volder
b51aa262e9 One more tweak to avoid calling startAgent if there's already a local agent. 2017-11-02 11:44:51 -07:00
Kris De Volder
2a51701d41 Rework SpringBootApp cache 2017-11-02 10:46:16 -07:00
BoykoAlex
0e2c0f15ea Switch from PID to VM descriptor 2017-11-02 12:07:58 -04:00
BoykoAlex
4c89152848 Fix failing unit test 2017-11-02 11:07:17 -04:00
BoykoAlex
9592ee3380 Cache jmx connect urls against pids 2017-11-02 10:48:23 -04:00
Kris De Volder
fb3af5c1e3 Use guava cache to better manage apps from getAllRunning(Spring|Java)Apps 2017-11-01 14:26:32 -07:00
Kris De Volder
f8d4e0ca8f Merge branch 'master' of github.com:spring-projects/sts4 2017-11-01 10:53:06 -07:00
Kris De Volder
007d5c92a5 No highlighting for 'no actuator' warning hovers. 2017-11-01 10:52:49 -07:00
BoykoAlex
aa40fc505c Merge branch 'master' of https://github.com/spring-projects/sts4 2017-11-01 12:01:48 -04:00
BoykoAlex
b38b2d758b Switch CU Cache to listen to doc open/change/close rather than files 2017-11-01 12:01:09 -04:00
Kris De Volder
b1d8c988ff Merge branch 'master' of github.com:spring-projects/sts4 2017-11-01 08:32:36 -07:00
Kris De Volder
c43b5f7482 Moving some constants to more logical locations 2017-11-01 08:32:24 -07:00
Martin Lippert
49c9517b8a disable lsp4e go to symbol in workspace keybinding altogether as long as there is no fix in LSP4E 2017-11-01 16:29:19 +01:00
Martin Lippert
1ce27595f1 added missing copyright statement 2017-11-01 16:00:47 +01:00
Martin Lippert
86f9348775 fixed issue with live hover to autowired showing up even without the dependencies being wired successfully 2017-11-01 12:06:06 +01:00
Kris De Volder
71cbda64dd Merge branch 'master' of github.com:spring-projects/sts4
Conflicts:
	headless-services/boot-java-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/ASTUtils.java
2017-10-31 14:36:27 -07:00
Kris De Volder
3a350af728 Warning hover when no actuator present 2017-10-31 14:29:08 -07:00
BoykoAlex
abfd198bf5 Compilation Unit cache 2017-10-31 16:05:17 -04:00
Kris De Volder
66843540f9 Timeout of 3000 ms still too short on the CI builds!? 2017-10-30 16:30:23 -07:00
Kris De Volder
ed8f0ff6cc Try fixing failing test case 2017-10-30 16:11:28 -07:00
Kris De Volder
fac31d720e Merge branch 'master' of github.com:spring-projects/sts4 2017-10-30 15:36:15 -07:00
Kris De Volder
3e6de74351 Injection report on live hover over @Bean 2017-10-30 15:36:00 -07:00
BoykoAlex
3f06d0539c PT #151430100 Improve request symbol matching with request method 2017-10-30 14:48:47 -04:00
Martin Lippert
23253e3227 add pde feature to bring back error log view 2017-10-30 13:02:36 +01:00
Martin Lippert
b98315876b replaced live hover implementation for autowired annotation with new one 2017-10-30 12:04:15 +01:00
Martin Lippert
16b8d4aaad PT #151991870: added live hover for automatically wired single constructor of components to existing component hover provider 2017-10-30 09:57:29 +01:00
Martin Lippert
3c6fb89c9c code cleanup 2017-10-30 08:49:34 +01:00
BoykoAlex
6e71e28b10 Remove unused import 2017-10-28 17:56:51 -04:00
BoykoAlex
6ac37ca64e Don't collect stream to list - return stream 2017-10-28 17:56:01 -04:00
Kris De Volder
7617470e29 Merge branch 'master' of github.com:spring-projects/sts4 2017-10-27 16:58:55 -07:00
Kris De Volder
f95660cfcb Add more test cases for @Component hovers.
Handle the case where bean id is set explicitly in the annotation.
2017-10-27 16:58:36 -07:00