aboyko
02cd877742
[HQL] SPEL as entity name
2025-01-15 19:34:26 -05:00
aboyko
85f842cb5f
Update XML LS extension to the latest Lemminx
2025-01-15 14:45:39 -05:00
Martin Lippert
e2a8eae804
take qualified name nodes into account when identifying webflux routes
...
Fixes GH-1447
2025-01-15 15:50:02 +01:00
Martin Lippert
9bc2fa8e6e
remove unused import
2025-01-15 14:59:10 +01:00
Martin Lippert
21accaebf3
GH-1041: replaced webflux symbol addon information objects with new index child nodes
...
some additional groundwork for nested structure inside of spring index, in support of GH-1425, GH-1431, GH-1424
2025-01-15 14:27:25 +01:00
Martin Lippert
c1b1a06fba
GH-1043: create correct bean index element for functional beans that implement the function interface
...
Fixes GH-1043
2025-01-13 12:48:58 +01:00
Martin Lippert
f58305d6b0
fix test failures that were not updated to the latest removal of beans symbol addon information objects
2025-01-10 11:33:10 +01:00
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
7c40f30480
GH-1041: removed special symbols addon class for config beans, not necessary anymore
2025-01-09 14:36:50 +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
41a2d5ea40
minor polish
2025-01-06 08:54:18 +01:00
Martin Lippert
df5104a81a
GH-1071: enable delta-based cache storage by default
2024-12-30 14:32:04 +01:00
aboyko
ad1d5d3a7e
Compliance level for Java source parsing during indexing
2024-12-27 16:18:39 -05:00
Martin Lippert
24492fe231
switch xml bean hyperlink provider to new spring index
2024-12-21 20:37:05 +01:00
Martin Lippert
d81feb0bc1
switch xml bean ref content-assist to new index
2024-12-20 21:02:58 +01:00
BoykoAlex
139da4c3bd
Support win path separators for folders to scan setting
2024-12-19 13:39:53 -05: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
2e7db46ca1
remove special SpringFactoriesInformation as symbol addin information, not used anymore
2024-12-12 13:49:26 +01:00
Martin Lippert
9329d25fa9
delta-based index cache: improved read loop to take document end token into account instead of throwing exceptions
2024-12-11 14:01:12 +01:00
Martin Lippert
498ab58256
added another test around difficult annotation attribute completion positions
2024-12-11 13:03:07 +01:00
Martin Lippert
e7d9d6da44
delta-based index cache: store md5 hash in timestamp map to identify files instead of full file path
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
689235bf3f
add local file timestamp map to quickly check if new delta-based index cache is outdated or not
2024-12-09 16:57:57 +01:00
Martin Lippert
9f42dcc8de
initial implementation of delta-based index cache
2024-12-09 16:57:56 +01:00
Martin Lippert
48dbf77fb7
GH-1434: wrapped all remaining calls to getLiteralValue via ASTUtils to avoid threading issues
...
Fixes GH-1434
2024-12-09 15:36:53 +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
Martin Lippert
4e7dccb36c
updated eclipse build targets, removed 4.32 and added 4.35 targets
2024-12-09 12:01:19 +01:00
Martin Lippert
ea185e199e
update jdt.core to 3.40
2024-12-09 08:50: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
aboyko
7dd3592d9d
Merge branch 'main' of https://github.com/spring-projects/sts4 into main
2024-12-06 14:18:30 -05:00
aboyko
f6098c38d4
Simple unit tests for some JavaUtils methods
2024-12-06 14:18:06 -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
f7de35664f
Validate non-saved docs on close
2024-12-04 18:56:33 -05:00
aboyko
dfefb7df69
Bump to 4.28.0
2024-12-04 17:05:55 -05:00
aboyko
87a4807009
Bump to 1.60.0
2024-12-04 16:57:10 -05:00
aboyko
a0cb489d5d
Simple upgrade to Spring Boot 3.4
2024-11-28 09:41:12 -05:00