Commit Graph

4759 Commits

Author SHA1 Message Date
aboyko
fc138d7117 Attempt to optimize cpu and heap usage while reconciling projects 2023-01-12 11:58:25 -05:00
aboyko
b39c38c7f0 One project reconcile thread instead of 5. Typo fix. 2023-01-11 19:10:38 -05:00
aboyko
6d2c2bfa7f Fix typo. GC after project reconcile to get rid of huge memory spikes 2023-01-11 18:44:38 -05:00
aboyko
46c30aacd7 Log proper warning for sources failing to parse 2023-01-11 17:57:25 -05:00
aboyko
6e243e72ae Account for exception during Java source parsing 2023-01-11 17:50:13 -05:00
aboyko
3a745b22dd Adopt eclipse ls build script to the latest eclipse version 2023-01-11 13:46:34 -05:00
aboyko
39de9aaf46 Regenerate java properties parser with ANTLR 4.9.3 to match runtime 2023-01-10 21:45:00 -05:00
aboyko
3b294630f1 Include jdt.ls.commons.test module in the build 2023-01-10 21:10:42 -05:00
aboyko
b10517eb15 Enable JDT LS extension tests 2023-01-10 20:08:20 -05:00
aboyko
a368c2e7cc Revert disabling a unit test 2023-01-10 17:48:13 -05:00
aboyko
d84ecc240c Trim down Boot vscode extension activation events 2023-01-10 16:52:17 -05:00
aboyko
3737f03e5a Re-work java services registration for VSCode 2023-01-10 15:40:04 -05:00
aboyko
b16c7894a8 Focus control for Boot wizards 2023-01-09 18:17:11 -05:00
Martin Lippert
5f25dedcc2 GH-915: adjust tests to no default limit setting 2023-01-09 15:16:06 +01:00
Martin Lippert
79d55c9d2e GH-915: do not automatically limit the numbef of workspace symbols result anymore 2023-01-09 14:45:40 +01:00
Martin Lippert
79224539f0 upgrade distribution builds to tycho 3 + some cleanup 2023-01-06 09:40:16 +01:00
Martin Lippert
24a3efec15 updating language server plugin builds to tycho 3.0.0 2023-01-05 14:26:05 +01:00
Martin Lippert
217befb7a4 update splash screen for 2023 2023-01-04 12:23:14 +01:00
Martin Lippert
fa8490af25 update copyright statements for 2023 2023-01-04 12:23:02 +01:00
Martin Lippert
f266423218 update language server plugins to 1.44.0 2023-01-03 21:13:04 +01:00
Martin Lippert
167b49f284 updated version to 4.17.2 2023-01-03 21:10:46 +01:00
Martin Lippert
f38c47758e updated nightly downloads page 2023-01-03 21:10:45 +01:00
Kris De Volder
c79cc62c9d Bump version to 1.44.0 2023-01-03 20:07:24 +00:00
Martin Lippert
1edc6a3476 updated changelogs for 4.17.1 (1.43.0) release 2023-01-02 10:01:25 +01:00
Martin Lippert
394b6c753a disable test execution for commons-maven and commons-gradle, not really needed anymore 2022-12-30 22:20:21 +01:00
Martin Lippert
9045e2eb05 enable snapshot repos of lsp4e to get the latest version 2022-12-30 21:27:49 +01:00
Martin Lippert
2bfc4fd625 fixing stupid mistake while choosing the required version of the lsp4e bundle 2022-12-30 21:27:10 +01:00
Martin Lippert
39cb28ac7b update dependency to lsp4e to version 0.21.0 since the corresponding API is required 2022-12-30 10:19:01 +01:00
Martin Lippert
33a20f66d6 include lsp4e snapshots again to include the latest fixes 2022-12-30 10:11:14 +01:00
Martin Lippert
b6c841471d added more detailed timing log output for version validation 2022-12-29 12:45:31 +01:00
Martin Lippert
b753e45e9f added more detailed timing log output for reconciling operations 2022-12-29 12:36:26 +01:00
Martin Lippert
f17a3b0a0b updated java language version for parsing to 19 2022-12-23 16:03:22 +01:00
Martin Lippert
565dcdf782 improve log output for error cases by showing more details about what exactly went wrong 2022-12-23 16:02:52 +01:00
Martin Lippert
ee917fbbdb increase throttling time for reconciling activities 2022-12-23 16:02:11 +01:00
Martin Lippert
abfb0fb898 use latest lsp4e release in order to have new api to start language servers around 2022-12-23 09:16:20 +01:00
Martin Lippert
0715987dfe keep old orbit repo around for older mockito bundles 2022-12-23 09:15:35 +01:00
Martin Lippert
d52b374d26 GH-925: do not use LS wrapper internal API to start boot ls to not run into frequent restarts 2022-12-22 16:53:16 +01:00
aboyko
7bf669a7a4 No unnecessary support for Java features for Concourse LS 2022-12-21 13:40:40 -05:00
Martin Lippert
c45f8cd983 update JDT parsing to Java 19 level with latest JDT core 2022-12-20 12:20:20 +01:00
Martin Lippert
7e21460e51 upgraded launch property setting to require JDK17 as a minimum 2022-12-15 12:37:38 +01:00
aboyko
b9ab3ff67b Merge branch 'main' of https://github.com/spring-projects/sts4 into main 2022-12-14 13:39:14 -05:00
aboyko
cf0db57b80 Reduce number of project reconcile requests 2022-12-14 13:38:20 -05:00
aboyko
913ac89668 Parse java source files in batches 2022-12-14 13:38:20 -05:00
aboyko
3a75fb2581 Comment out reconcile all projects on spring index update 2022-12-14 13:36:49 -05:00
Martin Lippert
10da2d17f6 update version of boot extension pack 2022-12-14 14:54:55 +01:00
aboyko
0f72114f8a Fix common-gradle for Java 17 2022-12-13 23:13:42 -05:00
aboyko
718b459dd0 Back to nodejs 16 for the docker image 2022-12-13 18:45:35 -05:00
aboyko
536d699b05 Update docker image 2022-12-13 18:39:17 -05:00
aboyko
65a8a15649 Boot -> 3, JUnit -> 5, Java -> 17 2022-12-13 17:49:03 -05:00
aboyko
ac16151fe6 Language Server plugins to version 1.43.0 2022-12-12 19:40:48 -05:00