important highlights
- (Spring Boot) SPEL syntax highlighting and validation inside Java and embedded Spring Data queries.
- (Spring Boot) MySQL and PostgreSQL queries syntax highlighting and validation.
- (Spring Boot) Improvements around Content Assist, Navigation and/or Find References for
@Profile
,@Resource
,@Qualifier
,@Value
annotations.
all fixes and improvements in detail
- (Spring Boot) add code completion and to go definition support for
@Resource
annotation (name attribute) #1298 - (Spring Boot) support
jakarta
version ofInject
annotation (in addition tojavax
variant) #1297 - (Spring Boot) add content-assist and find references for
@Profile
annotation #1294 - (Spring Boot) allow navigation to classpath resources from
@Value
annotation #1287 - (Spring Boot) do not show hidden files as proposals for classpath resources (in
@Value
annotation) #1286 - (Spring Boot) support classpath resources in code completion for
@Value
annotation #1285 - (Spring Boot) add content-assist for
@Qualifier
annotation #1261 - (Spring Boot) improve parser-based validation for SpEL snippets #1237
- (Spring Boot) SpEL Syntax Highlighting #1234
- (Spring Boot) Error when edit spring xml bean config file #1295
- (Spring Boot) avoid mapping content-assist proposals to show up at class level #1280
- (Spring Boot) weird vscode JPQL/HQL syntax error for
@Query
text block in Spring Boot #1279 - (Spring Boot) Support SPEL expressions inside SQL queries #1270