Commit Graph

2631 Commits

Author SHA1 Message Date
Martin Lippert
142321fc90 reuse compilation unit cache when searching for references instead of on-demand parsing 2024-06-20 12:56:15 +02:00
Martin Lippert
db83524515 GH-1261: update cache generation to deal with changed bean index (now includes annotation metadata) 2024-06-20 12:24:01 +02:00
Martin Lippert
bc5ddc9201 GH-1261: add definition and reference features for qualifier annotations 2024-06-20 11:01:55 +02:00
Martin Lippert
da6f796826 fix warning 2024-06-20 11:01:55 +02:00
Martin Lippert
ccb2f1a2e0 cleanup 2024-06-20 11:01:55 +02:00
Martin Lippert
eaaa754d0c fixed reference provider for properties in value annotations 2024-06-20 11:01:55 +02:00
Martin Lippert
b63b6b5398 GH-1261: added more tests for qualifier completion processor 2024-06-20 11:01:55 +02:00
Martin Lippert
19058d935c GH-1261: added qualifiers and ranking of proposals to the qualifier completion proposals 2024-06-20 11:01:55 +02:00
Martin Lippert
6f9d1428ef GH-1261: initial steps to include details about used annotations at injection points 2024-06-20 11:01:55 +02:00
aboyko
a6cd686119 Regenerate settings for default severity switch 2024-06-14 12:39:37 -04:00
aboyko
82761e7ab7 Fix unit test 2024-06-14 11:42:04 -04:00
aboyko
56a4e4baef Prepare to build releases from branches 2024-06-14 11:04:08 -04:00
aboyko
0312d53468 Cleanup `AnnotationHierarchies#hasTransitiveSuperAnnotationType(..) 2024-06-13 13:22:28 -04:00
aboyko
2711f636d7 Merge branch 'main' of https://github.com/spring-projects/sts4 into main 2024-06-13 09:01:15 -04:00
aboyko
eade64184a Missing settings for severities for query syntax problems 2024-06-13 09:00:52 -04:00
Martin Lippert
349a3955c2 GH-1271: check for non-existing expressions or non-resolvable types during precise bean type checking 2024-06-13 09:30:47 +02:00
aboyko
5a68303f7d Fix links in live hovers in VSCode 2024-06-13 00:24:58 -04:00
aboyko
f14172de9a Fix StackOverflowException in AnnotationHierarchies 2024-06-12 22:55:31 -04:00
aboyko
15f20b6f9d SPEL syntax highlighting and validation 2024-06-12 17:55:48 -04:00
aboyko
7a69729a46 Update eclipse language server plugins to version 1.56.0 2024-06-12 12:02:16 -04:00
aboyko
c2af10379c Updated versions to 4.24.0 2024-06-12 11:55:14 -04:00
Kris De Volder
ec8250d65d Bump version to 1.56.0 2024-06-12 14:27:07 +00:00
aboyko
341bd29155 Bump up JDT to fix SecurityException in CU parsing 2024-06-11 20:32:47 -04:00
aboyko
d2373fb55c Ability to switch back to original Java LS semantic tokens via setting 2024-06-06 13:22:00 -04:00
aboyko
64dc2d0d14 Attempt to fix Java LS semantic tokens coming from Boot LS 2024-06-06 02:35:52 -04:00
aboyko
72c285eef8 Fix disabling JPQL support - properly turn off semantic highlighting 2024-06-06 00:16:59 -04:00
aboyko
cf650cecb0 Fix CI for VSCode extensions in Concourse 2024-06-03 20:59:51 -04:00
aboyko
ba6fc2ac1b Change GAV computation for TestJars 2024-06-03 20:07:44 -04:00
Martin Lippert
d8e067ad9d GH-1254: add auto-completion for bean names inside of dependson annotation 2024-05-30 17:11:58 +02:00
Martin Lippert
7ee4e07223 GH-1254: support for <go to definition> for bean names in @DependsOn annotation 2024-05-28 15:53:02 +02:00
aboyko
c5764edb69 Update to the latest OR and Boot versions 2024-05-23 17:58:53 -04:00
aboyko
fe953bde5b Embedded SQL syntax highlighting and syntax validation 2024-05-16 18:12:46 -04:00
aboyko
212dacff69 Fix YAML structure for escaped keys 2024-05-15 15:22:14 -04:00
aboyko
0300cded42 InlayHint to upgrade spring-boot-starter-parent to the latest patch 2024-05-15 14:09:59 -04:00
aboyko
ce0fccee9a Retain original copyright headers 2024-05-14 15:03:49 -04:00
aboyko
6243feefff Temporarily bring JDT LS semantic tokens into Boot LS to avoid conflicts 2024-05-14 11:58:03 -04:00
Martin Lippert
92eeec8e65 optimize check for a specific annotation type to avoid collecting all those annotation types 2024-05-14 12:58:41 +02:00
Martin Lippert
349f6c14ab avoid running delete items task if there is no document deleted that is of interest 2024-05-14 12:58:41 +02:00
aboyko
8f691f3575 Return null semantic tokens by default rather than empty list 2024-05-08 22:56:06 -04:00
aboyko
a40cad4dc7 commons-io latest version for the test project 2024-05-03 22:16:49 -04:00
aboyko
ad3bedd08a commons-io to the latest version 2024-05-03 21:16:22 -04:00
aboyko
385c35e832 HQL and JPQL syntax validation reconciling 2024-05-02 15:29:42 -04:00
aboyko
43672879e5 Updated versions to 4.23.0 (missing pieces) 2024-05-02 15:28:46 -04:00
aboyko
e03a734eca Updated versions to 4.23.0 2024-05-02 14:31:03 -04:00
aboyko
fac9fe9c04 Update eclipse language server plugins to version 1.55.0 2024-05-02 14:01:13 -04:00
Martin Lippert
115010e66e minor optimization 2024-05-02 17:22:15 +02:00
Martin Lippert
7e0e7da0e6 added caching to calculation of applicable reconcilers per project 2024-05-02 17:22:15 +02:00
Martin Lippert
87469c5005 switch timing output to log stream instead of sysout 2024-05-02 17:22:15 +02:00
Martin Lippert
f85c58bff5 turn the base reconciler test to use new AST visitor creators and removed outdated reconcile method from reconciling mechanism 2024-05-02 17:22:15 +02:00
Martin Lippert
fc7cbf60fb refactoring of reconciler design to avoid running through all the ast visitor mechanics for each validation 2024-05-02 17:22:15 +02:00