Commit Graph

1192 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
Martin Lippert
54ce28c2ff GH-1231: additiona log output for analysing file events from the different file watcher implementations 2024-04-22 09:56:51 +02:00
Martin Lippert
4e73ce69cc fix typo 2024-04-22 09:34:03 +02:00
aboyko
2543bdf1e0 Gracefully cleanup name env on CU cache. NPE in JPQL tokens in Java 2024-04-17 14:51:04 -04:00
aboyko
8b4abbcfd2 HQL syntax highlighting in Java and properties files 2024-04-16 17:04:42 -04:00
aboyko
5ab79dc701 Correct SPEL matching for JPQL 2024-04-16 10:21:59 -04:00
aboyko
61da7dbe91 HQL semantic tokens provider initial work 2024-04-15 23:54:09 -04:00
aboyko
95b8e2f5bd JPQL syntax highlighting via Semantic Tokens 2024-04-15 16:25:45 -04:00
aboyko
eb3d46d400 Prefer connecting via JMX to process. New UI for show/refresh/hide 2024-04-04 12:37:25 -04:00
Martin Lippert
88ae9318ed GH-1219: another small optimization to avoid converting supertype sets and arrays all the time + reusing common sets instead of creating new set objects all the time 2024-04-04 17:21:12 +02:00
aboyko
aed212796f Yaml<->Props conversion commands, tests, integration in VSCode, Eclipse 2024-03-28 13:02:25 -04:00
BoykoAlex
e528454f2c Yaml->Props file rename issue on Win fixed 2024-03-26 12:37:51 -04:00
aboyko
91fb9d7799 Unit tests harness account for MarkupContent for hovers 2024-03-22 15:38:44 -04:00
Martin Lippert
8bf29f4b91 update eclipse language server plugins to version 1.54.0 2024-03-13 16:19:25 +01:00
Kris De Volder
80d677ba05 Bump version to 1.54.0 2024-03-13 15:16:40 +00:00
aboyko
1abd3e6dd2 Upgrade Boot and Rewrite dependencies 2024-03-05 23:11:16 -05:00
aboyko
52dd4d2ff5 IDE support for TestJars: maven projects in the workspace only 2024-03-01 15:23:12 -05:00
aboyko
09ed9c1157 Add Starters Inlay Hint in the pom file 2024-02-22 14:40:43 -05:00
aboyko
4530d412b5 Upgrade rewrite dependencies 2024-02-09 16:55:23 -05:00
aboyko
263930d7b5 Regenerate Modulith metadata on select .class file create/change in the output dir 2024-02-09 15:05:47 -05:00
aboyko
f7443c88cb Updated language server eclipse parts to next version 1.53.0 2024-02-08 14:45:54 -05:00
Kris De Volder
70ba27e594 Bump version to 1.53.0 2024-02-08 19:39:12 +00:00
aboyko
ae49e02603 Upgrade Boot 2024-01-28 14:07:06 -05:00
aboyko
279926143c Java 21 compatible build for language servers 2024-01-24 18:04:41 -05:00
Martin Lippert
35a3f64649 GH-1163: added basic content-assist to easily add common spring namespaces 2024-01-17 14:13:48 +01:00
Martin Lippert
c49b2e22e6 GH-1163: added support to create Spring XML config file skeleton via content-assist in empty XML file 2024-01-10 13:25:14 +01:00
aboyko
c5c66c728e Attempt to fix failing gradle project parser test 2024-01-09 09:48:06 -05:00
aboyko
e34b39f3b2 Prompt for changes preview when applying OR recipes 2024-01-03 16:52:58 -05:00
aboyko
8a740236bc Upgrade boot and rewrite libs 2023-12-21 19:19:59 -05:00
aboyko
7a04b3ee28 No need for a "relativeTo" folder for parsing sources 2023-12-21 18:22:30 -05:00
vudayani-vmw
e319e43deb Log Levels View
* fetch and display loglevels

* change log levels for packages

* clean up logs

* address review comments

* switch the CONNECT_TO_LS key

* Avoid caching loggers data

* add copyright headers

---------

Co-authored-by: V Udayani <vudayani@vudayaniSMD6M.vmware.com>
2023-12-20 16:23:32 -05:00
aboyko
d6ff60a96e Minimize size of messages for fetching and executing recipes 2023-12-18 20:54:59 -05:00
aboyko
1539bebde3 Integrate needsConfirmation 2023-12-13 19:04:50 -05: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
aboyko
e4f0f235b5 Switch to latest rewrite releases. Include boot 3.2 upgrade 2023-11-28 17:05:17 -05: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
bdc64fa218 GHA: Try to solve issue for rewrite-properties bad gateway 2023-11-09 11:45:12 -05:00
aboyko
bb1cac8939 Handle sources with parse errors gracefully when Recipe applied 2023-11-07 13:39:14 -05:00
aboyko
e281e0f6ad Upgrade dependencies and a bit of cleanup 2023-11-02 12:34:31 -04: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
bc0862ca51 Rollback to OR 8.5.1 to avoid indentation issue 2023-10-23 15:28:31 -04:00
aboyko
8ef70e9e01 Boot version validation progress and error reporting 2023-10-10 16:14:23 -04:00
aboyko
1dfba38500 Spring properties postfix computed in completion item resolve 2023-10-09 13:23:09 -04:00