628 Commits

Author SHA1 Message Date
Martin Lippert
435cd5928f GH-1041: removed outdated beans addon symbol information, now fully replaced with new spring index 2025-01-10 10:01:44 +01:00
Martin Lippert
44e4974596 GH-1041: reconciler that finds non-registered aot processor beans updated to use spring index instead of symbols 2025-01-09 14:30:54 +01:00
Martin Lippert
02e3ede7ed GH-1041: bean now knows whether it is a configuration bean or not 2025-01-08 16:54:08 +01:00
Martin Lippert
8491efae28 fix http url in license 2025-01-06 09:20:41 +01:00
Martin Lippert
c41900e4a3 fix http url in license 2025-01-06 09:01:40 +01:00
Martin Lippert
133516b317 GH-1041: removed feign-specific symbol addon information and rebased implementation on spring index 2025-01-06 08:58:03 +01:00
Martin Lippert
d30dea8d66 test around symbols for feign clients added 2025-01-06 08:57:01 +01:00
Martin Lippert
24492fe231 switch xml bean hyperlink provider to new spring index 2024-12-21 20:37:05 +01:00
Martin Lippert
49d6775749 enable tests for conditional on resource completions again to analyze this in more depth 2024-12-19 12:08:27 +01:00
Martin Lippert
9bffd04ebe integrated xml beans scanner into spring index 2024-12-19 12:08:27 +01:00
Martin Lippert
7a83c07ac0 added dedicated test case for xml bean ref content-assist provider 2024-12-17 15:15:00 +01:00
Martin Lippert
7d52eab3a5 delta-based index cache: added compacting of cache store 2024-12-13 12:54:55 +01:00
Martin Lippert
498ab58256 added another test around difficult annotation attribute completion positions 2024-12-11 13:03:07 +01:00
aboyko
8d2ba77fd0 Fix language id computation for JDT URIs 2024-12-10 15:36:49 -05:00
Martin Lippert
783bb4b32d do not index package-info.java files
Fixes GH-1426
2024-12-10 08:21:17 +01:00
Martin Lippert
25c21479b2 fixed deprecated warning 2024-12-10 08:19:57 +01:00
Martin Lippert
9f42dcc8de initial implementation of delta-based index cache 2024-12-09 16:57:56 +01:00
Martin Lippert
7b83098124 filed and added corresponding JDT parser issues for disabled test cases around code completion difficulties 2024-12-09 13:47:55 +01:00
Alex Boyko
18c23e3d4d Build with tests running on Windows
* Fix test-projects content for testing on Win

* Majority of tests fixes on Win

* Maven wrapper to maven 3.9.9

* Doc URI changes for Win to revisit. All tests pass

* Disable a few tests on Win until JDT Core 3.41

* Wrap up questionable changes
2024-12-08 16:02:42 -05:00
BoykoAlex
3e44b798ef PostgreSQL grammar allow placeholders 2024-12-06 18:32:50 -05:00
Martin Lippert
f767e693ff additional tests to prepare for improved content-assist for annotations as soon as a new JDT parser version is around 2024-12-06 11:25:42 +01:00
aboyko
f53f1d70d2 MySQL parser allow from/to keywords to be identifiers 2024-12-05 19:21:53 -05:00
aboyko
c583cbcb88 AnnotationHierarchies switch to binding key from FQN 2024-12-05 14:52:17 -05:00
aboyko
78dc6f3103 Allow caching in AnnotationHierarchies. Performance. 2024-12-05 11:06:31 -05:00
aboyko
01c4cf9844 Fix unit test 2024-11-25 19:07:02 -05:00
Martin Lippert
0f854a97ee adjusted handling of named annotation to not take beans without named annotatin into account 2024-11-20 10:19:35 +01:00
Martin Lippert
e1b831ec08 added test for non-existing reference to qualifier 2024-11-20 10:18:10 +01:00
Martin Lippert
195443360c added missing copyright note 2024-11-18 15:02:32 +01:00
Martin Lippert
15b86c8153 GH-1411: put marker on the annotation attribute that is obsolete, not the entire annotation
Fixes gh-1411
2024-11-18 14:57:56 +01:00
Martin Lippert
48fc472f67 added additional test case 2024-11-15 19:14:51 +01:00
Martin Lippert
0b90be19a4 GH-1409: do not compute completion proposals when cursor is on attribute name instead of value 2024-11-15 19:14:35 +01:00
Martin Lippert
d43f16a757 adapt remaining test cases to changed test data 2024-11-15 13:41:30 +01:00
Martin Lippert
5cded42633 resolve constants for expressions when extracting annotation attribute values 2024-11-15 13:13:03 +01:00
Martin Lippert
67335fc2d7 cleanup 2024-11-14 08:21:00 +01:00
Martin Lippert
dc88e1fa89 adjust failing tests to changed test data 2024-11-14 08:21:00 +01:00
aboyko
ec1a8844c7 Fix failing rewrite tests 2024-11-13 13:45:26 -05:00
Martin Lippert
899b7372e4 GH-1405: take setter injection into account while indexing injection points 2024-11-13 15:48:12 +01:00
Martin Lippert
dbaea71610 GH-1400: use more precise location information in order to provide much more precise results when looking for references 2024-11-12 13:56:33 +01:00
Martin Lippert
e52ae1890a GH-1400: include more precise location information for annotations and annotation attribute values in spring index 2024-11-12 13:56:33 +01:00
Martin Lippert
39cef548c2 GH-1397: fix test failures that were caused by the recent change here in the test project 2024-11-08 16:25:00 +01:00
Martin Lippert
ad0cb29968 GH-1397: find references to property keys from inside of annotations 2024-11-08 15:51:21 +01:00
Martin Lippert
23ea2b2af9 identify property when cursor is on prefix 2024-11-08 13:46:35 +01:00
aboyko
c8248723b4 Re-enable boot version validation test 2024-11-06 13:13:42 -05:00
Martin Lippert
1b2dcc67fd temporarily disable test to avoid failures due to issues with api.spring.io 2024-11-06 15:54:14 +01:00
Martin Lippert
42586126a8 GH-1305: find all references for property keys now supported on ConditionalOnProperty annotation 2024-11-06 15:29:13 +01:00
Martin Lippert
2d1a03d87d GH-1305: renamed test class to mark it as a completion processor test 2024-11-06 15:29:13 +01:00
aboyko
ea033714b4 Embedded code accounts for concatenated strings and escape chars 2024-11-05 19:37:29 -05:00
Martin Lippert
6e1f8142e2 GH-1305: add content-assist for property keys and prefixes for conditional on property annotation
Signed-off-by: Martin Lippert <martin.lippert@broadcom.com>
2024-11-04 12:23:44 +01:00
Martin Lippert
9c367fd738 cleanup 2024-11-04 12:23:44 +01:00
Martin Lippert
060a24cfd0 removed duplication 2024-11-04 12:23:44 +01:00