Commit Graph

  • ac3b0efa46 updated JDT Parser to be ready to run and resolve against JKD9 Martin Lippert 2017-11-20 16:01:32 +01:00
  • cd2ab7de28 Second attempt to redirect log output to file Kris De Volder 2017-11-17 15:49:00 -08:00
  • b95b69db49 Cleanup debug output Kris De Volder 2017-11-17 15:47:48 -08:00
  • ac1b3ae109 Redirect language server logs to file, for all language servers Kris De Volder 2017-11-17 15:18:42 -08:00
  • cf98184b35 Cleanup some debug output. Kris De Volder 2017-11-17 15:03:02 -08:00
  • b19e8d21d2 Merge branch 'master' of github.com:spring-projects/sts4 Kris De Volder 2017-11-17 13:55:53 -08:00
  • 7912f951eb Sow @Autowired annotation hover also in any sub-annotation of @Component Kris De Volder 2017-11-17 13:55:35 -08:00
  • f75a8b6941 Merge branch 'multi-root' Martin Lippert 2017-11-17 20:05:10 +01:00
  • 9d1d36004a Fix failing test Kris De Volder 2017-11-14 10:29:00 -08:00
  • be16f39b84 added missing pieces to multi-root support Martin Lippert 2017-11-17 16:58:43 +01:00
  • 9b8f95f21d PT #152867306 Boot properties index reacts on project changes BoykoAlex 2017-11-16 18:15:18 -05:00
  • 003afe52ab Merge branch 'master' of github.com:spring-projects/sts4 Kris De Volder 2017-11-16 15:03:53 -08:00
  • 7c117828c5 Support subtyping in SpringIndexer Kris De Volder 2017-11-16 15:02:06 -08:00
  • 613b79cb35 Added case insensitive search for in workspace symbol search nsingh 2017-11-16 11:50:30 -08:00
  • 943351d860 PT 152579372 - Make query search case insensitive nsingh 2017-11-16 10:45:05 -08:00
  • dbc8995c86 PT 152579435 - Add hint message in quick in-place dialogue nsingh 2017-11-16 10:13:21 -08:00
  • fc0f149463 added script to generate windows icon Martin Lippert 2017-11-16 09:08:20 +01:00
  • c0013de840 updated windows ico file Martin Lippert 2017-11-16 09:07:48 +01:00
  • cee1005bb8 PT #151547534 Cache classpath in a file BoykoAlex 2017-11-14 12:06:26 -05:00
  • 5511552253 Renamed mock API nsingh 2017-11-14 23:00:22 -08:00
  • 539afeca3a PT 152801833 - Added support for negative matches parsing for live conditionals nsingh 2017-11-14 22:57:41 -08:00
  • 147f2548ae Fix failing test Kris De Volder 2017-11-14 10:29:00 -08:00
  • 95c40f1d6e prep work to generate source features Martin Lippert 2017-11-14 09:53:10 +01:00
  • a3aad5134a removed regular boot feature again to avoid unloved dependencies Martin Lippert 2017-11-14 09:03:38 +01:00
  • 043ad13b66 added regular boot feature to product to include old properties editing support and removed boot-properties language server extension from distro Martin Lippert 2017-11-14 08:12:29 +01:00
  • 2cf09ba9bb and another one of those missing dependencies added to p2 repo Martin Lippert 2017-11-13 19:43:48 +01:00
  • f80f84a9ef and another one of those missing dependencies added to p2 repo Martin Lippert 2017-11-13 15:30:04 +01:00
  • d422d52bde fixed test case, forgot to update that for the latest formatting changes of the automatically wired constructor case Martin Lippert 2017-11-13 15:27:09 +01:00
  • 552f6289f6 added spacing between injected into and autowired with sections in live hovers Martin Lippert 2017-11-13 14:52:13 +01:00
  • 2199b8fca8 and another one of those missing dependencies added to p2 repo Martin Lippert 2017-11-13 14:44:16 +01:00
  • ca0be3a497 and another one of those missing dependencies added to p2 repo Martin Lippert 2017-11-13 13:54:57 +01:00
  • 97a17167d7 one more missing dependency added to p2 repo, now with correct id Martin Lippert 2017-11-13 13:13:49 +01:00
  • 3a06934e8c one more missing dependency added to p2 repo Martin Lippert 2017-11-13 11:46:31 +01:00
  • 7850a7b639 added missing commons bundle to p2 repo plus updated categories of a few bundles Martin Lippert 2017-11-13 11:18:58 +01:00
  • 0ec0a1b75b added high-res icon for boot live hover hint Martin Lippert 2017-11-11 09:02:27 +01:00
  • 2771e5c9eb Cleanup some debug messages Kris De Volder 2017-11-10 14:56:41 -08:00
  • f10b38782e Also fix @Bean attribute aware naming for function beans Kris De Volder 2017-11-10 14:50:01 -08:00
  • 09407cb3ad Use annotation attributes in creation of @Bean symbols Kris De Volder 2017-11-10 13:54:30 -08:00
  • 8877c2a0d5 Delayed update of status label in GotoSymbolDialog Kris De Volder 2017-11-10 10:28:06 -08:00
  • fae25af3eb SwtConnect utilities moved to commons.livexp Kris De Volder 2017-11-10 09:44:36 -08:00
  • aa96122d5c PT #152680720 Support *.gradle build files BoykoAlex 2017-11-08 18:42:24 -05:00
  • f4595a65a9 Added watchdog interval timeout for request mappings test. nsingh 2017-11-08 13:42:14 -08:00
  • a4cf27e653 Added highlight test for request mappings nsingh 2017-11-08 13:25:16 -08:00
  • 4a8cde8552 Upgrade to atom-languageclient 0.6.7 BoykoAlex 2017-11-08 13:19:42 -05:00
  • 6c607f6798 PT #152470354 Only method RM annotations for go to symbol BoykoAlex 2017-11-08 12:57:39 -05:00
  • 0cf1e64608 WIP: exploring multi-root workspace protocol in vscode + boot java ls Kris De Volder 2017-11-08 09:52:44 -08:00
  • 80494b638c PT 152567032 - Use same process id/name as live beans hovers for conditionals and request mappings live hovers. nsingh 2017-11-07 12:25:42 -08:00
  • 3fb9c79ce0 Added method for using same app name in conditional and request mapping live hovers nsingh 2017-11-07 11:54:17 -08:00
  • 569b4df211 Try adding boot-java-atom to snapshot website Kris De Volder 2017-11-07 10:42:12 -08:00
  • f3576e7ba7 PT #152509183 Use specific Gradle distro BoykoAlex 2017-11-06 12:30:30 -05:00
  • d906c2fddb added missing resource information for automatically wired constructor live hovers Martin Lippert 2017-11-06 13:47:35 +01:00
  • 8d40558071 organize imports Martin Lippert 2017-11-06 13:46:36 +01:00
  • cb7f0267f9 Try to make workspace symbol provider more 'reactive' Kris De Volder 2017-11-03 17:42:47 -07:00
  • c69a1c7b16 Merge branch 'master' of github.com:spring-projects/sts4 Kris De Volder 2017-11-03 16:08:53 -07:00
  • 5faee24693 Reduce memory size of spring-boot-java lsp processes. Kris De Volder 2017-11-03 16:08:35 -07:00
  • 77785ec19c fixing NPE for application icon because of wrong file name in macOS dock argument Martin Lippert 2017-11-03 23:40:31 +01:00
  • ad1d695d3a Added test case for conditional annotation highlights nsingh 2017-11-03 15:06:00 -07:00
  • 0da99de905 Renamed mock spring boot app methods to clearly show purpose nsingh 2017-11-03 14:48:24 -07:00
  • d094d966d9 PT 152535713 - Fix and additional junits covering fix nsingh 2017-11-03 14:33:08 -07:00
  • e5d6da3e5f update product images, fixed incorrect size Martin Lippert 2017-11-03 22:02:43 +01:00
  • 9e6e159294 Merge branch 'master' of github.com:spring-projects/sts4 Kris De Volder 2017-11-03 13:45:43 -07:00
  • b1d03ed36e Improve @Autowired for hover inside of @Component class. Kris De Volder 2017-11-03 13:45:25 -07:00
  • af887117e7 moved process reaper to commons and re-used it for boot-java-ls Martin Lippert 2017-11-03 20:20:27 +01:00
  • 546a81c3ce Merge branch 'master' of github.com:spring-projects/sts4 Kris De Volder 2017-11-03 09:59:47 -07:00
  • a70bc1a77f Add resource info to beans in injection reports Kris De Volder 2017-11-03 09:58:06 -07:00
  • 6452729644 added dependencies to p2 repos and switched to more tight dependency declarations Martin Lippert 2017-11-03 13:05:43 +01:00
  • c87a65b92f disable milestone and staging repos for oxygen Martin Lippert 2017-11-03 12:24:48 +01:00
  • fb0417e557 PT #151287654: added specific symbol provider to avoid too many document connections Martin Lippert 2017-11-03 12:21:42 +01:00
  • b2cd7eb373 Moved request mapping annotations constants to Annotations nsingh 2017-11-02 13:40:25 -07:00
  • c53fd36c53 Removed Conditional Constants nsingh 2017-11-02 13:31:08 -07:00
  • ac979d2919 Moved Conditional constants to Annotations nsingh 2017-11-02 13:30:43 -07:00
  • a603de011a Added some docs explaining "positiveMatches" for conditional parsing. nsingh 2017-11-02 13:23:42 -07:00
  • d5fcd91148 Refactored live conditionals so that they are parsed via SpringBootApp API nsingh 2017-11-02 13:10:13 -07:00
  • 46323af577 Renamed to LiveConditional nsingh 2017-10-30 18:17:58 -07:00
  • 60da97b279 Move conditional to commons nsingh 2017-10-30 18:13:37 -07:00
  • 443b8ad62f Cleanup some debug output Kris De Volder 2017-11-02 11:56:51 -07:00
  • b51aa262e9 One more tweak to avoid calling startAgent if there's already a local agent. Kris De Volder 2017-11-02 11:44:51 -07:00
  • 2a51701d41 Rework SpringBootApp cache Kris De Volder 2017-11-02 10:46:16 -07:00
  • 0e2c0f15ea Switch from PID to VM descriptor BoykoAlex 2017-11-02 12:07:58 -04:00
  • 4c89152848 Fix failing unit test BoykoAlex 2017-11-02 11:07:17 -04:00
  • 9592ee3380 Cache jmx connect urls against pids BoykoAlex 2017-11-02 10:48:23 -04:00
  • fb3af5c1e3 Use guava cache to better manage apps from getAllRunning(Spring|Java)Apps Kris De Volder 2017-11-01 14:26:32 -07:00
  • f8d4e0ca8f Merge branch 'master' of github.com:spring-projects/sts4 Kris De Volder 2017-11-01 10:53:06 -07:00
  • 007d5c92a5 No highlighting for 'no actuator' warning hovers. Kris De Volder 2017-11-01 10:52:49 -07:00
  • aa40fc505c Merge branch 'master' of https://github.com/spring-projects/sts4 BoykoAlex 2017-11-01 12:01:48 -04:00
  • b38b2d758b Switch CU Cache to listen to doc open/change/close rather than files BoykoAlex 2017-11-01 12:01:09 -04:00
  • b1d8c988ff Merge branch 'master' of github.com:spring-projects/sts4 Kris De Volder 2017-11-01 08:32:36 -07:00
  • c43b5f7482 Moving some constants to more logical locations Kris De Volder 2017-11-01 08:32:24 -07:00
  • 49c9517b8a disable lsp4e go to symbol in workspace keybinding altogether as long as there is no fix in LSP4E Martin Lippert 2017-11-01 16:29:19 +01:00
  • 1ce27595f1 added missing copyright statement Martin Lippert 2017-11-01 16:00:47 +01:00
  • 86f9348775 fixed issue with live hover to autowired showing up even without the dependencies being wired successfully Martin Lippert 2017-11-01 12:06:06 +01:00
  • 71cbda64dd Merge branch 'master' of github.com:spring-projects/sts4 Kris De Volder 2017-10-31 14:36:27 -07:00
  • 3a350af728 Warning hover when no actuator present Kris De Volder 2017-10-31 14:29:08 -07:00
  • abfd198bf5 Compilation Unit cache BoykoAlex 2017-10-30 20:10:39 -04:00
  • 66843540f9 Timeout of 3000 ms still too short on the CI builds!? Kris De Volder 2017-10-30 16:30:23 -07:00
  • ed8f0ff6cc Try fixing failing test case Kris De Volder 2017-10-30 16:11:28 -07:00
  • fac31d720e Merge branch 'master' of github.com:spring-projects/sts4 Kris De Volder 2017-10-30 15:36:15 -07:00
  • 3e6de74351 Injection report on live hover over @Bean Kris De Volder 2017-10-30 15:36:00 -07:00
  • 3f06d0539c PT #151430100 Improve request symbol matching with request method BoykoAlex 2017-10-30 14:48:47 -04:00
  • 23253e3227 add pde feature to bring back error log view Martin Lippert 2017-10-30 13:02:36 +01:00