aboyko
417f31fc75
Java 21 for LS side
2025-03-12 23:28:12 -04: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
aboyko
ea033714b4
Embedded code accounts for concatenated strings and escape chars
2024-11-05 19:37:29 -05:00
Martin Lippert
3957aac98e
code style polish
2024-11-04 17:54:09 +01:00
aboyko
342f9f7fe2
Fix https urls
2024-11-01 15:08:37 -04:00
aboyko
b31e63468f
Replace PostgreSQL grammar to support COLLATE
2024-11-01 11:20:42 -04:00
aboyko
9675489c9d
Bump to 1.59.0
2024-10-17 17:44:39 -04:00
aboyko
94f7e82b48
Fix unit test
2024-10-15 14:07:52 -04:00
aboyko
ec8b9ea019
[PostgreSQL] Over clause support
2024-10-09 22:27:35 -04:00
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