Commit Graph

1307 Commits

Author SHA1 Message Date
aboyko
1fa315f5fe Command for Data Query method CodeLens and CodeAction 2025-04-29 20:48:45 -04:00
aboyko
78fc95c31b No CodeLens over method with @Query. Unit tests 2025-04-25 18:51:19 -04:00
Alex Boyko
d886efd66a Index Elements serialization. Structure view initial work
* WIP

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* `SpringIndexElement` serialization. Initial Structure view in VSCode

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* Corrections

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* Serialization polishing

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* Don't include java.lang.Object in supertypes serialization

Signed-off-by: aboyko <alex.boyko@broadcom.com>

---------

Signed-off-by: aboyko <alex.boyko@broadcom.com>
2025-04-22 13:43:50 -04:00
aboyko
6d7050942e Bump up language servers and extensions to 1.63.0/1.57.0 2025-04-22 11:06:57 -04:00
Martin Lippert
e7e2015ac4 option added to generate workspace symbols from spring index on demand 2025-04-08 09:58:18 +02:00
Martin Lippert
1b30b47df6 GH-1530: keeps track of dependencies to beans defined somewhere else in the project to trigger reconciling 2025-03-31 14:48:20 +02:00
Martin Lippert
c2b50b6eb6 added bean method container to index for bean methods without a configuration class around 2025-03-27 11:57:30 +01:00
Martin Lippert
ab69e8231e GH-1498: bean registrars are not bean index eleements anymore, but have a dedicated index element instead 2025-03-25 11:18:14 +01:00
Martin Lippert
eb74a5dc82 cleanup 2025-03-20 21:27:20 +01:00
aboyko
7df37a3509 Validation and Quickfix for RegistrarBean 2025-03-17 18:47:58 -04:00
aboyko
e49392eea6 Allow java parameter replace entire IN expression 2025-03-17 14:00:00 -04:00
aboyko
ad0c208ea1 Completions order for non-java context. Bean completions score. 2025-03-17 13:59:45 -04:00
Alex Boyko
9a90390fe0 GH-1503: update everything to Java 21
* Switch to JDT LS 1.45 and Java 21
* Java 21 for LS side
* Switch to Java 21 the branding plugin

---------

Signed-off-by: Martin Lippert <martin.lippert@broadcom.com>
Co-authored-by: Alex Boyko <alex.boyko@broadcom.com>
2025-03-13 08:39:20 +01:00
aboyko
438b4eab7c Bump version to 1.62.0 2025-03-12 11:43:50 -04:00
Martin Lippert
dc29abedba switched to class symbol kind for bean document symbols 2025-03-04 08:19:13 +01:00
aboyko
edd78c0307 Bean completion case of constructor with parameter 2025-03-03 15:01:14 -05:00
aboyko
1238fecc74 Bean completion inside constructors 2025-02-27 21:45:51 -05:00
aboyko
b8322a085a Polish bean completion items optics 2025-02-27 11:25:24 -05:00
aboyko
6a9c390217 Fix bean injection when bean name is different from type simple name 2025-02-26 14:07:34 -05:00
aboyko
251221285e Bean completion invocation fixes 2025-02-25 22:50:04 -05:00
Martin Lippert
6f06259ca8 GH-1431: fix broken hierarchical vs non-hierarchical symbol generation for concourse yaml 2025-02-20 20:55:26 +01:00
Martin Lippert
ef83670c34 GH-1431: adjust yaml manifest editor tests to simplified document symbols 2025-02-20 16:32:58 +01:00
Martin Lippert
bb51280782 GH-1431: let bean index elements create document symbols on-demand 2025-02-20 14:47:22 +01:00
Martin Lippert
888669ae92 GH-1431: enable index elements to compute document symbols on-demand 2025-02-20 14:47:22 +01:00
Martin Lippert
f92a7a5b89 GH-1431: compute document symbols directly instead of going through workspace symbols 2025-02-20 14:47:22 +01:00
Martin Lippert
8f6b5a619a GH-1473: fixing deserialization of index cache issue with duplicated type name attribute
Fixes GH-1473
2025-02-07 14:33:21 +01:00
Martin Lippert
cbe4fd10c2 GH-1425: refactored indexer mechanics to mostly work on indexer model elements instead of concrete bean objects 2025-02-06 07:30:34 +01:00
Martin Lippert
bdc7086586 GH-1425: groundwork to allow nested beans in internal index structure 2025-02-06 07:30:34 +01:00
aboyko
313f03d544 Added missing boot 3.4 properties upgrade 2025-02-05 21:20:36 -05:00
vudayani
41fa3f4a12 Inject Bean completion proposal via Rewrite recipes 2025-02-05 17:37:53 -05:00
aboyko
1e2bc24c6d Bump to 1.61.0 2025-02-05 11:44:28 -05:00
aboyko
1c642049ff No rewrite-static-analysis dependency. Adopt latest Apache license OR 2025-01-22 12:56:48 -05:00
aboyko
02cd877742 [HQL] SPEL as entity name 2025-01-15 19:34:26 -05: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
02e3ede7ed GH-1041: bean now knows whether it is a configuration bean or not 2025-01-08 16:54:08 +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
f6098c38d4 Simple unit tests for some JavaUtils methods 2024-12-06 14:18:06 -05:00
aboyko
f53f1d70d2 MySQL parser allow from/to keywords to be identifiers 2024-12-05 19:21:53 -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
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
aboyko
93d8989d7d Avoid exception from StringLiteral.getLiteralValue() 2024-11-26 21:10:38 -05:00
aboyko
23a993f3e5 Prepare for Rewrite Boot 3.4 upgrade 2024-11-25 15:08:50 -05:00
aboyko
54beb6afc4 Escape parenthesis for links in Markdown format 2024-11-25 14:06:23 -05:00
Martin Lippert
a73b78e325 optimization: avoid duplicate empty string array creations for every fix descriptor 2024-11-19 15:49:42 +01:00
Martin Lippert
e285e3abb7 GH-1345: use diagnostics tags from lsp protocol to mark unnecessary and deprecated things accordingly 2024-11-18 13:06:59 +01:00
aboyko
8de092ba4f Bump Rewrite versions and add workaround for Gradle parser 2024-11-13 13:07:51 -05: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