aboyko
438b4eab7c
Bump version to 1.62.0
2025-03-12 11:43:50 -04:00
aboyko
1633d8eb5f
VSCode boot extension changelog updates for 1.61.0 release
2025-03-06 14:57:30 -05: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
371a6cdd9a
Change log update for vscode-spring-boot extension
2025-02-03 17:39:38 -05:00
aboyko
6941ac06e4
[GHA] Workflow to publish boot dev extension pack
2025-01-28 12:15:03 -05:00
Martin Lippert
83b826e7ec
GH-1459: updated version of vscode extension pack
2025-01-28 09:07:09 +01:00
Martin Lippert
018990c50b
GH-1459: renamed a few more occurrences of spring tolls 4 to just spring tools
2025-01-28 08:59:13 +01: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
752535ced5
Update changelog for vscode-spring-boot extension 1.59.0
2024-11-27 14:23:59 -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
59e1b0ca76
Changelog for 1.58.0 of vscode-spring-boot
2024-10-15 23:14:45 -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
aboyko
7532aa35a8
Strictly specify application.properties for LS process at launch
2024-10-11 17:19:23 -04:00
aboyko
084d3a9ad7
Apply edit via LSP. Fix maven changes
2024-10-07 16:35:27 -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
Alex Boyko
19e3b38804
Slight refactorings and remove maven-model dependency ( #1365 ) ( #1366 )
...
* trying to allow manual trigger for publishing vscode pre-releases
* remove usage of proposed chat variable resolver api for now
* remove maven-model dependency and clean up code
---------
Co-authored-by: Udayani Vaka <79973862+vudayani@users.noreply.github.com >
Co-authored-by: Martin Lippert <martin.lippert@broadcom.com >
2024-10-03 08:36:38 -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
25f8eef426
refactor writeMavenDependencies implementation
2024-10-02 10:04:00 +02:00
vudayani
f9949d6480
move Spring Cli commands implementation to language server
2024-10-02 10:04:00 +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
c2454a86de
Pick CWD for LS process launched via VSCode
2024-09-23 13:39:03 -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
aboyko
8b79d9a987
Correct the script to look inside nested jar for binaries
2024-09-06 13:26:08 -04:00
Martin Lippert
7763abcd34
mention AOP annotation in Copilot command and preference descriptions
2024-08-30 09:50:28 +02:00
vudayani
ada7d7f4be
include method definition context to explain spel expressions
2024-08-28 18:27:46 +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
df9fbcdc0c
New LS JAR layout for vscode and eclipse extensions
2024-07-29 17:29:05 -04: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
fe7a6c346d
Update changelog for 4.24.0 release
2024-07-19 12:34:22 -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
Alex Boyko
9564981d5b
Correct version for vscode-spring-cli
2024-06-14 22:52:35 -04:00
Alex Boyko
5ef6a3ec3c
Typo in CHANGELOG.md
2024-06-14 22:51:54 -04:00
aboyko
a6cd686119
Regenerate settings for default severity switch
2024-06-14 12:39:37 -04:00
aboyko
1a133f862b
1.55.1 changelog update
2024-06-14 12:26:09 -04:00
aboyko
0312d53468
Cleanup `AnnotationHierarchies#hasTransitiveSuperAnnotationType(..)
2024-06-13 13:22:28 -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