aboyko
|
01b2262771
|
Correction to adding xml.bind-api dependency
|
2024-01-29 15:18:35 -05:00 |
|
aboyko
|
ae49e02603
|
Upgrade Boot
|
2024-01-28 14:07:06 -05:00 |
|
Martin Lippert
|
d845ef5f84
|
Merge pull request #1170 from rharshit82/fix/entity-spelling-templates
fixed entity spelling in templates
|
2024-01-25 09:45:44 +01:00 |
|
aboyko
|
279926143c
|
Java 21 compatible build for language servers
|
2024-01-24 18:04:41 -05:00 |
|
Harshit Raj
|
37b20ea93b
|
fixed entity spelling in templates
|
2024-01-25 03:00:10 +05:30 |
|
Martin Lippert
|
b6d5e89e70
|
GH-1163: fixed problem with content-assist not showing up for fully qualified beans root element
|
2024-01-18 14:55:33 +01:00 |
|
Martin Lippert
|
9784b2a195
|
GH-1163: small adjustments to proposal label and proposal documentation text
|
2024-01-18 14:13:52 +01:00 |
|
Martin Lippert
|
35a3f64649
|
GH-1163: added basic content-assist to easily add common spring namespaces
|
2024-01-17 14:13:48 +01:00 |
|
aboyko
|
e547dea369
|
Tiny optimization for the previous fix
|
2024-01-10 17:49:18 -05:00 |
|
aboyko
|
d4cf735bbe
|
Avoid infinite loop in transitive super annotation calculation
|
2024-01-10 17:20:49 -05:00 |
|
Martin Lippert
|
bd027b3e9d
|
switch to https variant of XML schema locations
|
2024-01-10 15:21:10 +01:00 |
|
Martin Lippert
|
03e54cc57b
|
small adjustments to request mapping snippets
|
2024-01-10 15:10:19 +01:00 |
|
Martin Lippert
|
a762d1fb02
|
GH-1163: added test case and regrouped xml-related tests into the same package
|
2024-01-10 14:48:01 +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
|
cd8d0e72a6
|
Remove rogue bosh ls dependency from boot ls
|
2024-01-09 10:27:01 -05:00 |
|
aboyko
|
e34b39f3b2
|
Prompt for changes preview when applying OR recipes
|
2024-01-03 16:52:58 -05:00 |
|
aboyko
|
1665b3f51b
|
Repo id and domain class id being a number excluded
|
2023-12-22 09:47:11 -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
|
de4a1322cf
|
Composite key for jps repo with @IdClass
|
2023-12-14 16:35:24 -05:00 |
|
aboyko
|
1539bebde3
|
Integrate needsConfirmation
|
2023-12-13 19:04:50 -05:00 |
|
aboyko
|
c5adef68e1
|
Temporarily disable a unit test
|
2023-12-11 16:46:07 -05:00 |
|
Kris De Volder
|
7e2162e356
|
Bump version to 1.52.0
|
2023-12-06 15:24:25 +00: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
|
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
|
d925d12915
|
GH-758: additional steps towards improved request mapping code completions using snippets
|
2023-11-21 16:07:41 +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
|
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 |
|
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 |
|
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 |
|