Commit Graph

912 Commits

Author SHA1 Message Date
Martin Lippert
029cc73476 GH-1154: removed logic to handle client-side magic indentation, no longer necessary as completions are marked as-is for indentation 2024-04-23 11:39:52 +02:00
aboyko
0c8644bbbe Moving sts-gradle-model plugin into headless services
Closer to original in main
2024-04-21 12:26:29 -04:00
aboyko
95b8e2f5bd JPQL syntax highlighting via Semantic Tokens 2024-04-15 16:25:45 -04:00
aboyko
cf8f50615e Move up tycho to 4.0.7 everywhere 2024-04-14 15:36:28 -04:00
aboyko
eb3d46d400 Prefer connecting via JMX to process. New UI for show/refresh/hide 2024-04-04 12:37:25 -04:00
Brian Fernandes
e89adc6a94 Fixes CCE: JavaNature cannot be cast to IJavaProject (#1222)
Due to changes in
4869388c33
this cast will result in a ClassCastException
2024-04-04 08:09:21 -04:00
aboyko
b5bf11acea Fix preferences and JDK version for goto.symbol plugin 2024-04-02 13:37:59 -04:00
aboyko
aed212796f Yaml<->Props conversion commands, tests, integration in VSCode, Eclipse 2024-03-28 13:02:25 -04:00
aboyko
8ba9689cc2 GHA Eclipse LS extensions e432 build profile 2024-03-22 11:06:22 -04:00
aboyko
63a99baff8 Setting for browser to open live request mapping URL via CodeLens 2024-03-22 10:19:12 -04:00
aboyko
01a69ba306 Remove JVM arg generating heap dump files on out of memory errors 2024-03-21 11:33:00 -04:00
Martin Lippert
8bf29f4b91 update eclipse language server plugins to version 1.54.0 2024-03-13 16:19:25 +01:00
Martin Lippert
7ae9675382 updated versions to 4.22.1 2024-03-13 16:17:37 +01:00
aboyko
44291b4640 Include Boot 3 Best Practices recipe rather than Boot 2 2024-03-06 16:57:34 -05:00
aboyko
8349671a3a Preference to enable/disable regeneration of Modulith metadata 2024-03-05 16:42:37 -05:00
Martin Lippert
24974f2eec added missing package import to fix potential dependency issue while building test bundles 2024-03-05 13:51:01 +01:00
aboyko
09ed9c1157 Add Starters Inlay Hint in the pom file 2024-02-22 14:40:43 -05:00
Brian Fernandes
9011e040f9 Fix JavaModelException with non-Java projects (#1188)
Added a check that the JDT project uses to confirm the project is a Java
project. JavaCore#create will return an object even if the project isn't
a Java project and is therefore insufficient. Bring up the context menu
on non Java projects to the see the JME logged without this fix
(possibly other repercussions as well).
2024-02-16 10:10:22 -05:00
aboyko
8809b31879 Update versions of eclipse pieces to 4.22.0 in preparation of the next release 2024-02-08 16:08:31 -05:00
aboyko
f7443c88cb Updated language server eclipse parts to next version 1.53.0 2024-02-08 14:45:54 -05:00
aboyko
87b931ae8f Fix NPE occurring when quick fix selected in Eclipse 2024-02-05 08:36:37 -05:00
aboyko
c6341168bb Attempt to fix failed p2 repo JAR download. Upgrade Maven and set some maven options 2024-01-16 18:39:11 -05:00
aboyko
0da07527d6 Only keep Boot 3.2 upgrade without 3.1 2024-01-04 13:36:35 -05:00
aboyko
e34b39f3b2 Prompt for changes preview when applying OR recipes 2024-01-03 16:52:58 -05:00
Martin Lippert
cb09d96a37 updated copyright statements for 2024 and Broadcom 2024-01-02 12:31:59 +01:00
aboyko
1a90281e65 Fix the build 2023-12-20 17:00:34 -05:00
aboyko
d6ff60a96e Minimize size of messages for fetching and executing recipes 2023-12-18 20:54:59 -05:00
aboyko
44310b3b45 Tiny UI tweaks around OR upgrades and recipes reload 2023-12-13 13:05:47 -05:00
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
aboyko
40643ceb27 Missing bits for boot 3.2 upgrade 2023-11-28 18:27:44 -05:00
Martin Lippert
7bc4f8a918 replace bundle dependency with package import for javax.inject 2023-11-27 15:02:54 +01:00
aboyko
238e8d214f GHA: Sign binaries required signature. Invalidate cache for ls ext snapshot. 2023-11-17 22:45:36 -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
4e54cc7470 Clean up eclipse distro and ls extensions POMs 2023-11-13 12:04:41 -05:00
aboyko
c1794d7033 GHA: Factor s3 upload out of poms for distros 2023-11-09 12:55:55 -05:00
aboyko
ad7b9fe099 GHA: Cleanup eclipse ls ext pom and command 2023-11-09 10:56:46 -05:00
aboyko
1ff6ab43e4 GHA: public read for legacy s3. Cleanup pom for eclipse ls ext 2023-11-08 23:33:23 -05:00
aboyko
982d8dc3e6 GHA: Use aws cli to upload p2 repo 2023-11-08 21:30:30 -05:00
aboyko
f726b9303a GHA: Debug upload to Akamai from maven 2023-11-08 19:03:28 -05:00
aboyko
a037705f0b GHA: Upload ls extensions snapshot to Akamai 2023-11-08 17:29:30 -05:00
aboyko
37d4f058fa GHA: Tests passing env vars to another job 2023-11-08 16:17:29 -05:00
BoykoAlex
c30c2a6a37 Fix Native proxy on windows for Boot eclipse extension 2023-11-02 11:27:06 -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
aboyko
bc0862ca51 Rollback to OR 8.5.1 to avoid indentation issue 2023-10-23 15:28:31 -04:00
aboyko
7361713e9b Properly implement IJavaCompletionProposal 2023-10-20 15:26:13 -04:00