Commit Graph

2483 Commits

Author SHA1 Message Date
Martin Lippert
824e6e4efa updated build targets, added one for e4.31 and removed outdated one for e4.28 2023-12-11 14:33:02 +01:00
Martin Lippert
f835837069 update versions of eclipse pieces to 4.21.1 in preparation of the next release 2023-12-06 16:39:28 +01:00
Martin Lippert
5797bb2d0e updated language server eclipse parts to next version 1.52.0 2023-12-06 16:34:52 +01:00
Kris De Volder
7e2162e356 Bump version to 1.52.0 2023-12-06 15:24:25 +00:00
Martin Lippert
37b067849b GH-1153: due to the new insert text mode setting <as-is>, we do not need to deal with client-side magic indentation anymore 2023-12-01 13:18:22 +01:00
Martin Lippert
ae68b8eef8 GH-1153: due to the new insert text mode setting <as-is>, we do not need to deal with client-side magic indentation anymore 2023-12-01 12:25:14 +01:00
Martin Lippert
0c32512e09 use separate thread pool executor when computing CUs to avoid this being blocked due to common fork-join pool being busy 2023-11-30 15:33:26 +01:00
aboyko
9478964f63 Determine Maven or Gradle project in the case container CPE is missing 2023-11-29 17:11:50 -05:00
aboyko
2cfa020d1d Support http_proxy env vars for VSCode proxy settings 2023-11-29 13:45:17 -05:00
aboyko
22dbbfd174 Correction 2023-11-28 17:06:18 -05:00
aboyko
e4f0f235b5 Switch to latest rewrite releases. Include boot 3.2 upgrade 2023-11-28 17:05:17 -05:00
aboyko
7210c50e8d Log instead of throwing exception 2023-11-28 15:57:35 -05:00
Martin Lippert
885977ee7d GH-758: improved verification of whether to show mapping method snippets or not at a certain position in the code 2023-11-27 14:15:50 +01:00
Martin Lippert
9c32fc3001 GH-758: further improvements to where exactly to show up the snippets for mappings 2023-11-27 12:28:05 +01:00
Martin Lippert
58c804cf44 GH-758: restrict request mapping snippet completions to classes that are annotated as a spring controller 2023-11-22 15:25:46 +01:00
Martin Lippert
449e59af0c GH-758: added missing import statement 2023-11-21 16:21:55 +01:00
Martin Lippert
d925d12915 GH-758: additional steps towards improved request mapping code completions using snippets 2023-11-21 16:07:41 +01:00
aboyko
2c6f348293 GHA: Switch to kotlin 1.9.x to check if binaries are signed inside 2023-11-18 10:51:48 -05:00
aboyko
60add43167 GHA: Sign binaries inside kotlin-compiler jar 2023-11-18 01:44:04 -05:00
aboyko
ca93ab086d GHA: Switch p2 urls in poms to cdn.spring.io/spring-tools 2023-11-17 13:31:09 -05:00
Martin Lippert
14f420433e updated BREE definitions to require JavaSE-17 now 2023-11-16 15:57:06 +01:00
Martin Lippert
effb95f1a7 clean up dependencies on apache commons libs and move those dependencies to impoort-package where necessary to be prepared for bundle symbolic name changes coming up 2023-11-16 15:37:20 +01:00
aboyko
6f0235a71b Log exceptions during project parsing 2023-11-14 12:48:22 -05:00
aboyko
d0dd97ca0f No snippet proposals for offset inside compiler problem range 2023-11-13 17:49:23 -05:00
Martin Lippert
190920c4fb GH-758: show snippets for prefixes that match snippet content + auto-trigger completion on java source files 2023-11-13 17:35:26 +01:00
Martin Lippert
a811e936ef cleanup, move spring annotation types constants to single class 2023-11-13 17:32:26 +01:00
aboyko
5d93b63a4d Concourse S3 resource role ARN 2023-11-10 11:08:28 -05:00
aboyko
bdc64fa218 GHA: Try to solve issue for rewrite-properties bad gateway 2023-11-09 11:45:12 -05:00
aboyko
ad7b9fe099 GHA: Cleanup eclipse ls ext pom and command 2023-11-09 10:56:46 -05:00
aboyko
8c64dad8a2 Merge branch 'main' of https://github.com/spring-projects/sts4 into main 2023-11-08 11:14:44 -05:00
aboyko
bef47f06bc AuthorizeHttpRequestReconciler marks more than required 2023-11-08 11:14:16 -05:00
Martin Lippert
950d528bb9 GH-1143: avoid writing cache if no files have changed 2023-11-08 15:44:59 +01:00
aboyko
bb1cac8939 Handle sources with parse errors gracefully when Recipe applied 2023-11-07 13:39:14 -05:00
aboyko
b1e1bf7bf3 Do not problem mark entity composite keys 2023-11-03 16:34:01 -04:00
aboyko
e281e0f6ad Upgrade dependencies and a bit of cleanup 2023-11-02 12:34:31 -04:00
Martin Lippert
c3ceee03bd update versions of the eclipse pieces to 4.21.0 for the upcoming next release 2023-11-01 15:41:22 +01:00
Martin Lippert
d75916672f updated language server eclipse parts to next version 1.51.0 2023-11-01 15:35:05 +01:00
Kris De Volder
b094664b49 Bump version to 1.51.0 2023-11-01 14:23:32 +00:00
aboyko
ed7fa1e5b0 Log statements to debug failing unit test 2023-10-30 17:16:21 -04:00
aboyko
b8990af19f Bump org.json version up 2023-10-23 15:32:50 -04:00
aboyko
bc0862ca51 Rollback to OR 8.5.1 to avoid indentation issue 2023-10-23 15:28:31 -04:00
Martin Lippert
31e3667ad1 GH-1119: do not invoke reconcile operation when only computing document symbols 2023-10-20 16:06:29 +02:00
aboyko
2977081237 Merge branch 'main' of https://github.com/spring-projects/sts4 into main 2023-10-20 09:54:08 -04:00
aboyko
68985b8e58 Correct the error message for modulith reconcile problem 2023-10-20 09:53:44 -04:00
Martin Lippert
29f3974958 GH-1119: document symbol computation re-uses compilation unit cache instead of creating its own parser and AST 2023-10-20 15:48:02 +02:00
aboyko
58635fda1c Fix Modulith reconciling 2023-10-19 18:13:40 -04:00
Martin Lippert
99032f1666 GH-1124: do not run indexing and cache write for empty list of affected files 2023-10-15 14:48:25 +02:00
Martin Lippert
6f7f9fdaf3 GH-1118: update cache once for multiple files being deleted 2023-10-13 18:22:14 +02:00
aboyko
4fe5be7711 Single error message for SprinIO service failure. Re-work progress. 2023-10-11 13:42:44 -04:00
aboyko
8ef70e9e01 Boot version validation progress and error reporting 2023-10-10 16:14:23 -04:00