Skip to content

Commit 59e1b0c

Browse files
committed
Changelog for 1.58.0 of vscode-spring-boot
1 parent 94f7e82 commit 59e1b0c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

vscode-extensions/vscode-spring-boot/CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## 2024-10-23 (4.26.0 RELEASE, incl. language servers version 1.58.0)
2+
3+
#### important highlights
4+
5+
* _(Spring Boot)_ CRON expression description inlay-hint and completion proposals support
6+
* _(Spring Boot)_ `@ConditionalOnBean` and `@ConditinalOnMissingBean` completion proposals, go to bean definitions support
7+
* _(Spring Boot)_ SPEL expressions bean and method references go to definition in Java support
8+
* _(Spring Boot)_ Improvements to completion proposals ordering
9+
* _(Spring Boot)_ Fixes to PostgreSql validation
10+
11+
#### all fixes and improvements in detail
12+
* _(Spring Boot)_ improve Go To Definition to bean definitions in `@ConditionalOnBean` and `@ConditionalOnMissingBean` [#1381](https://github.com/spring-projects/sts4/issues/1381)
13+
* _(Spring Boot)_ do not show bean name proposals for qualifier annotations on bean definitions [#1375](https://github.com/spring-projects/sts4/issues/1375)
14+
* _(Spring Boot)_ Slight refactorings and remove maven-model dependency (#1365) [#1366](https://github.com/spring-projects/sts4/pull/1366)
15+
* _(Spring Boot)_ GH-1307: add support for `@ConditionalOnBean` annotation attributes [#1361](https://github.com/spring-projects/sts4/pull/1361)
16+
* _(Spring Boot)_ goto definition for beans and methods references in spel expressions [#1360](https://github.com/spring-projects/sts4/pull/1360)
17+
* _(Spring Boot)_ GH-1323, GH-1324: Cron Expressions completion proposals and inlay hints [#1357](https://github.com/spring-projects/sts4/pull/1357)
18+
* _(Spring Boot)_ Duplicate spring symbol cannot be found [#1346](https://github.com/spring-projects/sts4/issues/1346)
19+
* _(Spring Boot)_ Order precise matches over fuzzy ones in application property suggestions [#1342](https://github.com/spring-projects/sts4/issues/1342)
20+
* _(Spring Boot)_ Makes auto-completion in application.yml consistent with application.properties. [#1341](https://github.com/spring-projects/sts4/issues/1341)
21+
* _(Spring Boot)_ CodeLens or Inline values for embedded CRON expressions [#1324](https://github.com/spring-projects/sts4/issues/1324)
22+
* _(Spring Boot)_ Completion Proposals for embedded CRON expressions [#1323](https://github.com/spring-projects/sts4/issues/1323)
23+
* _(Spring Boot)_ add support for `@ConditionalOnMissingBean` annotation attributes [#1309](https://github.com/spring-projects/sts4/issues/1309)
24+
* _(Spring Boot)_ add support for `@ConditionalOnBean` annotation attributes [#1307](https://github.com/spring-projects/sts4/issues/1307)
25+
* _(Spring Boot)_ Semantic Token Lost with Lombok Annotations in Enum Due to Conflict with Eclipse Java Plugin in VS Code [#1383](https://github.com/spring-projects/sts4/issues/1383)
26+
* _(Spring Boot)_ regular Java document highlighting broken in VSCode when extension is active [#1380](https://github.com/spring-projects/sts4/issues/1380)
27+
* _(Spring Boot)_ The JPQL validation in Spring Tool Suite (STS) is showing several errors for valid JPQL/PostgreSQL syntax in combination with Eclipselink [#1369](https://github.com/spring-projects/sts4/issues/1369)
28+
* _(Spring Boot)_ Spring Boot language server doesn't start when spring.config.location variable is set with custom location in environment [#1367](https://github.com/spring-projects/sts4/issues/1367)
29+
* _(Spring Boot)_ Request textDocument/inlayHint failed [#1359](https://github.com/spring-projects/sts4/issues/1359)
30+
* _(Spring Boot)_ Crash after updating vscode extension to 1.57.0 [#1355](https://github.com/spring-projects/sts4/issues/1355)
31+
* _(Spring Boot)_ Not auto prompt application-dev.properties config [#1354](https://github.com/spring-projects/sts4/issues/1354)
32+
* _(Spring Boot)_ SPEL: no viable alternative at input '#{' [JAVA\_SPEL\_EXPRESSION\_SYNTAX] [#1353](https://github.com/spring-projects/sts4/issues/1353)
33+
* _(Spring Boot)_ 4.24/4.25 cannot view JMX beans in dashboard [#1350](https://github.com/spring-projects/sts4/issues/1350)
34+
* _(Spring Boot)_ Error on `@ConditionalOnExpression` [#1349](https://github.com/spring-projects/sts4/issues/1349)
35+
136
## 2024-09-11 (4.25.0 RELEASE, incl. language servers version 1.57.0)
237

338
#### important highlights

0 commit comments

Comments
 (0)