Commit Graph

  • ae3c6193af Popup label adjustments aboyko 2022-12-02 10:27:54 -05:00
  • c262b5ac50 Prompt to enable Spring Boot Java source reconciling aboyko 2022-12-01 22:18:52 -05:00
  • fb3f20c3ea Unnecessary @Repository problem and quickfix aboyko 2022-11-29 18:34:10 -05:00
  • 88b591450a Polishing Rewrite integration aboyko 2022-12-01 11:16:29 -05:00
  • 33904108c3 fix e425-based builds to specific versions to avoid update conflicts Martin Lippert 2022-12-01 11:51:37 +01:00
  • c1663f5e36 added jsoup to update repo to allow smooth upgrades around wikitext bundles Martin Lippert 2022-12-01 11:51:05 +01:00
  • 5f422bde21 GH-849: Add pre_without_version and build_without_version (#910) Nieraj Singh 2022-11-30 15:07:05 -08:00
  • 749774276d GH-849: Add build without version nieraj Nieraj Singh 2022-11-30 15:03:02 -08:00
  • 187b2de322 remove test bundles from remaining update sites Martin Lippert 2022-11-30 15:52:04 +01:00
  • ec17d749dc removed test bundles from update site and from default set of modules Martin Lippert 2022-11-30 12:37:20 +01:00
  • d14ea479f7 update digest to use sha-256 instead of sha-1 Martin Lippert 2022-11-30 12:32:55 +01:00
  • d62d2383ca move test bundles to specific profile to include/exclude them when necessary Martin Lippert 2022-11-30 11:59:59 +01:00
  • 9d71a36950 update to latest repos of dependencies in preparation of 4.17.0 release Martin Lippert 2022-11-30 10:46:50 +01:00
  • cf7043effc refine walkthrough steps Yan Zhang 2022-11-29 21:36:21 +08:00
  • 61d6d1ded0 Adopt Rewrite Boot 3 upgrade aboyko 2022-11-28 17:19:37 -05:00
  • ae09b2e671 Limit Boot patch version upgrade to pom version update only aboyko 2022-11-28 12:43:22 -05:00
  • 8f3e0f3664 Version validator API independent aboyko 2022-11-28 11:08:19 -05:00
  • 434cea41e1 Remove generations and their preferences aboyko 2022-11-28 08:38:15 -05:00
  • 5a07559000 boot version validation logic now works with a list of releases that contain all releases instead of the latest one only Martin Lippert 2022-11-27 18:24:50 +01:00
  • e4a2ee7905 cache boot version results from maven central to avoid too many unnecessary requests Martin Lippert 2022-11-25 19:14:36 +01:00
  • 6541f21d4a lsp4j -> 0.19.0 aboyko 2022-11-23 20:07:00 -05:00
  • ae0cc6dc11 Remove the generations validation until new REST API aboyko 2022-11-23 16:42:05 -05:00
  • b408bb9121 Use Maven Central to determine available spring boot release versions aboyko 2022-11-23 16:29:48 -05:00
  • 232795a45f WIP: bug https://github.com/spring-projects/sts4/issues/849 Kris De Volder 2022-11-23 11:42:52 -08:00
  • 35f4e9899b Remove validation if LS is shutting down aboyko 2022-11-23 13:09:15 -05:00
  • a919463ca9 Use SKIP_SOURCE_SET_TYPE_GENERATION flag for parsing to avoid heap spike aboyko 2022-11-23 12:49:53 -05:00
  • 06dd3a8f4d Require Java 17 for vscode extensions aboyko 2022-11-23 11:09:37 -05:00
  • c76044cf65 JavaSourceSet marker name (main or test) aboyko 2022-11-22 22:22:29 -05:00
  • 0f6c455589 Adopt the latest Rewrite aboyko 2022-11-22 18:31:33 -05:00
  • df0d85cef7 Start Boot LS if classpath of any project has spring aboyko 2022-11-10 15:48:43 -05:00
  • 6a9969d3ff move workspace symbol request off the main language server message executor and avoid wait for reconcile Martin Lippert 2022-11-22 15:00:09 +01:00
  • d5ea550013 add log output when version validation starts on a project Martin Lippert 2022-11-22 13:48:54 +01:00
  • 4e34407eed run boot version validations in their own executor to avoid blocking the main message thread Martin Lippert 2022-11-22 13:37:08 +01:00
  • af37a441ee fix typo Martin Lippert 2022-11-22 08:39:15 +01:00
  • eeb60fc432 fix typo Martin Lippert 2022-11-21 20:23:28 +01:00
  • dd2f60ad91 Send rewrite commands only to Boot LS. Start Boot LS on menu invocation aboyko 2022-11-20 21:51:48 -05:00
  • 297edabf46 Merge branch 'main' of https://github.com/spring-projects/sts4 into main aboyko 2022-11-20 20:12:54 -05:00
  • ccf3668276 Clear diagnostics if project isn't Boot project anymore aboyko 2022-11-20 20:08:29 -05:00
  • 87b2fa1559 Merge branch 'main' of github.com:spring-projects/sts4 Nieraj Singh 2022-11-17 12:15:45 -08:00
  • 9caadd005a Added preferences for minor and patch validation Nieraj Singh 2022-11-17 12:15:36 -08:00
  • 8a83525623 Fix quickfix for boot upgrade not showing up aboyko 2022-11-17 14:45:45 -05:00
  • 57dc9e8a52 added boot version validations for patch, minor, and major versions as individual markers, but individual preferences not yet done Martin Lippert 2022-11-17 19:17:01 +01:00
  • 1202827fff polished exact wording for the version validation markers Martin Lippert 2022-11-17 14:24:44 +01:00
  • 48c432517a update light theme icon to point to correct black foreground one Martin Lippert 2022-11-17 14:04:37 +01:00
  • 2dc31e48cf Merge pull request #845 from bmalehorn/bm/vscode-light-mode-icon Martin Lippert 2022-11-17 14:02:10 +01:00
  • ecbc0c17c4 -> lsp4j 0.18.0 aboyko 2022-11-16 18:06:24 -05:00
  • 45bedb959e Merge branch 'main' of https://github.com/spring-projects/sts4 into main aboyko 2022-11-16 17:05:36 -05:00
  • 09c62da414 Upgrade to latest patch. CodeAction list rather than single and more aboyko 2022-11-16 17:05:07 -05:00
  • 6165074189 Fixed bug with IGNORE preference for validation Nieraj Singh 2022-11-16 07:40:46 -08:00
  • ed4eef0e0a Project build data via classpath listener from JDT aboyko 2022-11-15 18:52:32 -05:00
  • 6bcaef95eb GH-884: Added preferences for version validation Nieraj Singh 2022-11-15 07:54:27 -08:00
  • d4d374952d Merge branch 'main' of github.com:spring-projects/sts4 Nieraj Singh 2022-11-15 00:40:36 -08:00
  • 53466ced30 GH-887 Fix appearing/disappearing validation marker Nieraj Singh 2022-11-15 00:40:11 -08:00
  • 2474dcff9c Test for spring boot upgrade recipe assembly aboyko 2022-11-14 19:11:24 -05:00
  • 455feb3f11 Draft Spring Boot Upgrade command for version quick fix aboyko 2022-11-14 18:19:19 -05:00
  • 84e3f58b94 Initial support for reading from preferences Nieraj Singh 2022-11-13 15:18:38 -08:00
  • 83d61f1a8f Various changes to version validation Nieraj Singh 2022-11-13 13:17:35 -08:00
  • 422b14a763 Simplified handling of embedded Nieraj Singh 2022-11-12 05:10:34 -08:00
  • db472bf04e Partial implementation of Spring Boot Releases Nieraj Singh 2022-11-12 03:56:54 -08:00
  • 1a262f2a3f Remove unnecessary spring projects wrapper Nieraj Singh 2022-11-12 03:01:26 -08:00
  • 35f0dd2fd7 Merge branch 'main' of https://github.com/spring-projects/sts4 into main aboyko 2022-11-11 17:11:12 -05:00
  • 5b5ac912ad Start Boot LS properly when invoking Rewrite Refactorings command aboyko 2022-11-11 17:10:32 -05:00
  • 19f02170d4 Merge gradle support for boot version validation Nieraj Singh 2022-11-11 13:32:09 -08:00
  • e4ce54e97d Support gradle for boot version validation Nieraj Singh 2022-11-11 13:31:50 -08:00
  • 185b42da0b Start Boot LS if classpath of any project has spring start-boot-ls aboyko 2022-11-10 15:48:43 -05:00
  • 7594a743cf Upgrade Recipe wrapper with AddRepository aboyko 2022-11-08 12:48:48 -05:00
  • 97286246d5 fix metric name V Udayani 2022-11-10 21:33:28 +05:30
  • 4864c95a86 fetch heap & nonHeap memory metrics together fetch-memory aboyko 2022-11-08 13:30:55 -05:00
  • a411663833 Fix bugs with actuator data over HTTP aboyko 2022-11-08 15:53:46 -05:00
  • c2acb0c323 Fix bugs with actuator data over HTTP live-data-fix aboyko 2022-11-08 15:53:46 -05:00
  • 22b3733041 Merge pull request #876 from Eskibear/walkthrough Martin Lippert 2022-11-09 14:11:55 +01:00
  • ff23009d8c add blurb text about dashboard Yan Zhang 2022-11-09 21:04:29 +08:00
  • 5344b969f9 update mylyn docs release p2 url Martin Lippert 2022-11-09 13:08:56 +01:00
  • 08a6d456b7 Add shortcut to dashboard Yan Zhang 2022-11-09 13:09:51 +08:00
  • 8350c5be7d Update Dev Env setup Alex Boyko 2022-11-08 08:55:26 -05:00
  • 1725d7f5a1 Save project before applying recipe. Try to use content from docs cache aboyko 2022-11-07 19:45:55 -05:00
  • b8d1670306 Switch to rewrite snapshots aboyko 2022-11-07 16:30:17 -05:00
  • f4cef6c993 Update boot version validation Nieraj Singh 2022-11-07 07:43:32 -08:00
  • ddeff8882e Update Boot Version validation Nieraj Singh 2022-11-07 07:42:31 -08:00
  • fc34af4102 remove dependencies on yedit and do not include that bundle anymore Martin Lippert 2022-11-07 14:21:01 +01:00
  • e9c813279f added missing copyright header Martin Lippert 2022-11-07 13:26:31 +01:00
  • a37819368e GH-862: expose all actuators via JMX for live hovers automatically when launching Martin Lippert 2022-11-07 13:08:11 +01:00
  • 1e9cb99c64 GH-862: expose all actuators via JMX for live hovers automatically when launching Martin Lippert 2022-11-07 12:45:02 +01:00
  • c3f71e5db2 update gradle tooling version to something that is compatible with java 17 Martin Lippert 2022-11-07 12:23:41 +01:00
  • 8b0c149063 remove maven nature, pure plugin project Martin Lippert 2022-11-07 12:23:11 +01:00
  • fdeb9fe730 GH-862: expose all actuators via JMX for live hovers automatically when launching Martin Lippert 2022-11-07 12:19:08 +01:00
  • cb7813109e Separate Spring AOT validations into a dedicated category aboyko 2022-11-04 15:15:00 -04:00
  • de524da138 Upgrade Rewrite dependencies to 7.32.1, 4.29 and 1.13 aboyko 2022-11-03 16:34:36 -04:00
  • 2d6b8ca47d update misc-p2-dependency repo version Martin Lippert 2022-11-02 11:59:54 +01:00
  • de5cc39103 added new methods to custom language client impl for eclipse to fix compilation errors Martin Lippert 2022-10-27 11:20:11 +02:00
  • d70425d71e Added implementation for connector over http V Udayani 2022-10-26 13:55:36 +05:30
  • 103e225f7b Fetch metrics with tags V Udayani 2022-10-13 17:06:26 +05:30
  • c6f905bd0f fetch memory metrics for process V Udayani 2022-10-10 21:00:53 +05:30
  • cf228adf04 update versions of language server plugins to 1.41.0 Martin Lippert 2022-10-26 08:35:39 +02:00
  • 52fb1469da update version to 4.17.0 Martin Lippert 2022-10-26 08:33:35 +02:00
  • 1c97878ebe Bump version to 1.41.0 Kris De Volder 2022-10-26 06:22:23 +00:00
  • 26518a0e83 update changelogs for 4.16.1 release Martin Lippert 2022-10-24 12:17:47 +02:00
  • 4e8e5b4a7f update to latest lsp4j version 0.17.0 Martin Lippert 2022-10-23 18:49:50 +02:00
  • 1257b6014e grab latest lsp4e snapshots for e424-based builds to get latest lsp4j versions on board Martin Lippert 2022-10-23 18:41:49 +02:00
  • 6c9543c174 Ignored problem marker + quick fix becomes CodeAction. aboyko 2022-10-21 17:31:16 -04:00