Martin Lippert
|
6920439ba9
|
GH-1557: enable hierarchical document symbols and workspace symbols from new index by default
|
2025-05-05 08:52:24 +02: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 |
|
aboyko
|
096255882e
|
Validation, quick fix for component annotations on bean registrar
|
2025-04-04 17:47:25 -04:00 |
|
aboyko
|
d89fd1454e
|
Bean Registrar validation preference setting
|
2025-03-28 17:23:28 -04:00 |
|
Martin Lippert
|
13712bd897
|
GH-1459: additional renamings to just spring tools
|
2025-03-28 08:34:31 +01:00 |
|
Martin Lippert
|
7ae1e52daa
|
GH-1521: removed old prototype around detecting differences between different runs of the same project
Fixes GH-1521
|
2025-03-24 17:07:24 +01:00 |
|
aboyko
|
438b4eab7c
|
Bump version to 1.62.0
|
2025-03-12 11:43:50 -04:00 |
|
aboyko
|
d4bbdf4f2f
|
Settings for bean injection completion and bean structure
|
2025-02-28 16:12:52 -05:00 |
|
aboyko
|
1e2bc24c6d
|
Bump to 1.61.0
|
2025-02-05 11:44:28 -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
|
23a993f3e5
|
Prepare for Rewrite Boot 3.4 upgrade
|
2024-11-25 15:08:50 -05:00 |
|
aboyko
|
9675489c9d
|
Bump to 1.59.0
|
2024-10-17 17:44:39 -04:00 |
|
aboyko
|
67eacaef00
|
CRON inlay-hints on/off setting
|
2024-10-15 12:54:26 -04:00 |
|
aboyko
|
c3a45e7647
|
Remove spring agent for the release
|
2024-10-15 11:02:52 -04:00 |
|
aboyko
|
00d423a7ea
|
Setting to "elide prefix" for properties completions
|
2024-10-14 13:09:58 -04:00 |
|
Udayani Vaka
|
f4c4121033
|
goto definition for beans and methods references in spel expressions (#1360)
* goto definition for beans and methods in spel expressions
* remove redundant parse all spel expressions logic
* Polish. Fix tests.
---------
Co-authored-by: aboyko <alex.boyko@broadcom.com>
|
2024-10-04 19:28:40 -04:00 |
|
Martin Lippert
|
53dbdeaaec
|
remove usage of proposed chat variable resolver api for now
|
2024-10-02 16:52:48 +02:00 |
|
Martin Lippert
|
cd18390a45
|
remove unused spring cli executable preference
|
2024-10-02 10:26:00 +02:00 |
|
Martin Lippert
|
b1bc70840e
|
little polish for spring chat agent
|
2024-10-02 10:19:15 +02:00 |
|
vudayani
|
3d18619e98
|
copilot spring boot agent implementation
|
2024-10-02 10:04:00 +02:00 |
|
aboyko
|
a63fc2a541
|
Fix trigger char for completion proposals in properties YAML
|
2024-10-02 01:13:33 -04:00 |
|
aboyko
|
fca3fc0566
|
Property place holder support inside SPEL
|
2024-09-11 22:33:24 -04:00 |
|
aboyko
|
20b8cb2021
|
Bump up versions for boot ls and eclipse extensions from 1.57.0 to 1.58.0
|
2024-09-11 12:55:44 -04:00 |
|
Martin Lippert
|
7763abcd34
|
mention AOP annotation in Copilot command and preference descriptions
|
2024-08-30 09:50:28 +02:00 |
|
aboyko
|
ae76991822
|
CRON reconciling with EOF fixed
|
2024-08-21 14:11:45 -04:00 |
|
aboyko
|
790d50f910
|
CRON parser. Syntax highlighting and validation inside java code.
|
2024-08-20 12:22:53 -04:00 |
|
vudayani
|
03ce962774
|
remove vscode.d.ts and update vscode engine
|
2024-08-19 12:30:50 +02:00 |
|
vudayani
|
578ca3ec4e
|
Explain spel expressions and queries with copilot
|
2024-08-16 10:11:43 +02:00 |
|
aboyko
|
c7418c350c
|
Bump Spring Boot LS, Eclipse and VSCode extensions version to 1.57.0
|
2024-07-23 13:59:49 -04:00 |
|
aboyko
|
4361299917
|
MySql parameters and SPEL. JPQL, HQL support for '%' in LIKE clause
|
2024-07-16 20:59:29 -04:00 |
|
Udayani Vaka
|
0e64d96836
|
boot2 best practice - Apply recipe to remove implicit web annotation names (#1278)
* boot2 best practice - remove implicit web annotation names
* add tests and generate problemTypes metadata
* use OR recipe for Node scope
|
2024-06-26 11:02:54 -04:00 |
|
aboyko
|
a6cd686119
|
Regenerate settings for default severity switch
|
2024-06-14 12:39:37 -04:00 |
|
aboyko
|
eade64184a
|
Missing settings for severities for query syntax problems
|
2024-06-13 09:00:52 -04:00 |
|
aboyko
|
15f20b6f9d
|
SPEL syntax highlighting and validation
|
2024-06-12 17:55:48 -04:00 |
|
Kris De Volder
|
ec8250d65d
|
Bump version to 1.56.0
|
2024-06-12 14:27:07 +00:00 |
|
aboyko
|
d2373fb55c
|
Ability to switch back to original Java LS semantic tokens via setting
|
2024-06-06 13:22:00 -04:00 |
|
aboyko
|
ba6fc2ac1b
|
Change GAV computation for TestJars
|
2024-06-03 20:07:44 -04:00 |
|
aboyko
|
c5764edb69
|
Update to the latest OR and Boot versions
|
2024-05-23 17:58:53 -04:00 |
|
aboyko
|
385c35e832
|
HQL and JPQL syntax validation reconciling
|
2024-05-02 15:29:42 -04:00 |
|
Kris De Volder
|
b706849f42
|
Bump version to 1.55.0
|
2024-05-02 15:00:32 +00:00 |
|
aboyko
|
95b8e2f5bd
|
JPQL syntax highlighting via Semantic Tokens
|
2024-04-15 16:25:45 -04:00 |
|
aboyko
|
5b74513e9d
|
STS API set the process type to local for local process JMX conn
|
2024-04-09 00:36:56 -04:00 |
|
aboyko
|
eb3d46d400
|
Prefer connecting via JMX to process. New UI for show/refresh/hide
|
2024-04-04 12:37:25 -04:00 |
|
aboyko
|
aed212796f
|
Yaml<->Props conversion commands, tests, integration in VSCode, Eclipse
|
2024-03-28 13:02:25 -04:00 |
|
aboyko
|
63a99baff8
|
Setting for browser to open live request mapping URL via CodeLens
|
2024-03-22 10:19:12 -04:00 |
|
Kris De Volder
|
80d677ba05
|
Bump version to 1.54.0
|
2024-03-13 15:16:40 +00:00 |
|
aboyko
|
44291b4640
|
Include Boot 3 Best Practices recipe rather than Boot 2
|
2024-03-06 16:57:34 -05:00 |
|