Commit Graph

2736 Commits

Author SHA1 Message Date
aboyko
d2608475f6 [PostgreSQL] parser fixes 2024-10-09 16:11:52 -04:00
aboyko
899389ee33 [HQL] expand identification variable definition function 2024-10-09 13:12:53 -04:00
Martin Lippert
39fb0b4ecd fix test to deal correctly with null values coming back from document highlight requests 2024-10-09 13:17:14 +02:00
Martin Lippert
16f4d0c014 GH-1380: return null instead of empty list when there are no document hightlights found to avoid confusion on the client side 2024-10-09 12:47:39 +02:00
aboyko
9b1052bf0a Changes to properties in yaml format from AI response 2024-10-08 21:04:11 -04:00
aboyko
084d3a9ad7 Apply edit via LSP. Fix maven changes 2024-10-07 16:35:27 -04:00
Martin Lippert
31497084cd formatting 2024-10-07 21:36:08 +02:00
Martin Lippert
85c5eaafb1 GH-1309: added support for conditional on missing bean annotation 2024-10-07 21:35:43 +02:00
ksankaranara
be00e4d3f8 GH-1307: add support for @ConditionalOnBean annotation attributes 2024-10-07 13:23:54 +02:00
Udayani Vaka
f4c4121033 goto definition for beans and methods references in spel expressions (#1360)
* goto definition for beans and methods in spel expressions

* remove redundant parse all spel expressions logic

* Polish. Fix tests.

---------

Co-authored-by: aboyko <alex.boyko@broadcom.com>
2024-10-04 19:28:40 -04:00
Alex Boyko
19e3b38804 Slight refactorings and remove maven-model dependency (#1365) (#1366)
* trying to allow manual trigger for publishing vscode pre-releases

* remove usage of proposed chat variable resolver api for now

* remove maven-model dependency and clean up code

---------

Co-authored-by: Udayani Vaka <79973862+vudayani@users.noreply.github.com>
Co-authored-by: Martin Lippert <martin.lippert@broadcom.com>
2024-10-03 08:36:38 -04:00
vudayani
25f8eef426 refactor writeMavenDependencies implementation 2024-10-02 10:04:00 +02:00
vudayani
f9949d6480 move Spring Cli commands implementation to language server 2024-10-02 10:04:00 +02:00
vudayani
3d18619e98 copilot spring boot agent implementation 2024-10-02 10:04:00 +02:00
aboyko
ab2aad55c6 Merge branch 'main' of https://github.com/spring-projects/sts4 into main 2024-09-29 11:17:07 -04:00
aboyko
88d357f45e Fix NPE in inlay hints 2024-09-29 11:16:45 -04:00
Martin Lippert
99d703aff2 added non-working test cases for future reference and some code polish 2024-09-27 13:55:03 +02:00
Martin Lippert
8544efa73b bringing back an order in completion proposals, got lost due to random hashmap ordering 2024-09-26 13:42:25 +02:00
Martin Lippert
fa71281711 fix typo in test source file name 2024-09-26 12:20:35 +02:00
Martin Lippert
cfd1857d6a fix typo in test source file name 2024-09-26 12:17:53 +02:00
vudayani
4a63ffd5e7 refactor AnnotationAttributeCompletionProviders to also return labels 2024-09-26 09:25:25 +02:00
vudayani
46778a7d8a GH-1323, GH-1324: Cron Expressions completion proposals and inlay hints 2024-09-26 09:25:25 +02:00
aboyko
3dd95fa0e0 JDT semantic tokens provider for non-eclipse clients only 2024-09-25 23:10:20 -04:00
Martin Lippert
dc9b408571 GH-1342: mark property completion list as incomplete to re-trigger completion processing 2024-09-25 21:15:22 +02:00
aboyko
1e63408be0 Upgrade Gradle Tooling API to 8.9 for commons-rewrite 2024-09-23 15:39:18 -04:00
Martin Lippert
1b399ebe3e use project source folders instead of workspace roots when looking up property key references 2024-09-20 15:12:38 +02:00
Martin Lippert
7fa81e88fc GH-1354: taking all application*.properties files into account for adhoc property index 2024-09-20 12:53:31 +02:00
aboyko
342e7466ad Bump up OR dependencies 2024-09-17 12:39:43 -04:00
aboyko
f1c6351fcc Inlay hint for query parameters only for ?<number> valid syntax 2024-09-16 15:44:55 -04:00
aboyko
80de787224 @ConditionalOnExpression SPEL wrapped in #{} and not 2024-09-15 13:03:08 -04:00
aboyko
9fdc1117bd Use gradle wrapper if available otherwise gradle 8.5 by default. 2024-09-12 10:30:38 -04:00
aboyko
fca3fc0566 Property place holder support inside SPEL 2024-09-11 22:33:24 -04:00
aboyko
dc577efc87 Bump up version 4.25.0 -> 4.26.0 2024-09-11 13:47:40 -04:00
aboyko
20b8cb2021 Bump up versions for boot ls and eclipse extensions from 1.57.0 to 1.58.0 2024-09-11 12:55:44 -04:00
aboyko
50ebd80b37 Upgrade Rewrite to 2.18 BOM 2024-09-06 20:54:59 -04:00
aboyko
336186f290 Try signing inside the JAR 2024-09-06 08:59:54 -04:00
Martin Lippert
565904de19 GH-1344: refactored conditional on resource completion processor to be based on annotation attribute completion processor abstraction 2024-09-05 12:13:14 +02:00
aboyko
5ef8be1cf8 Disable ConditionalOnResourceCompletionTest as they fail the CI 2024-09-04 14:53:12 -04:00
Martin Lippert
62048c6414 renamed conditional on resource completion processor to better match naming conventions around code completion processors 2024-09-04 13:23:34 +02:00
ksankaranara
8552a52bdf Add support for @ConditionalOnResource annotation attributes 2024-09-04 11:57:22 +02:00
Martin Lippert
a467f6258a fix test case, allow random order of references 2024-09-03 19:18:10 +02:00
Martin Lippert
3f183e6d6a GH-1313: added support for content-assist, find references, and go to definition for Named annotation usage in Spring apps 2024-09-03 17:35:14 +02:00
Martin Lippert
370ac52c9f avoid content-assist proposals to show up when the cursor is on the anntation type itself 2024-09-03 17:34:02 +02:00
Martin Lippert
bc0fc9f459 fix source code in test cases by adding missing imports 2024-09-03 15:16:14 +02:00
Martin Lippert
16e2e81986 typo 2024-09-03 08:31:13 +02:00
Martin Lippert
47770ae607 GH-1313: symbol support for named annotation 2024-09-03 08:30:59 +02:00
Martin Lippert
4bb6698926 GH-1317: allow individual context assist processors to devide whether the list is incomplete or not + refined the way class and package proposals show up in XML config files 2024-08-30 15:00:26 +02:00
vudayani
64e7084514 GH-1330: Explain AOP annotations with copilot 2024-08-30 09:23:10 +02:00
aboyko
fb072bfa8c Enhancement to data queries inlay hints 2024-08-28 13:00:53 -04:00
vudayani
ada7d7f4be include method definition context to explain spel expressions 2024-08-28 18:27:46 +02:00