Skip to content

Commit 371a6cd

Browse files
committed
Change log update for vscode-spring-boot extension
1 parent aefa503 commit 371a6cd

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## 2025-02-05 (4.28.0 RELEASE, incl. language servers version 1.60.0)
2+
3+
#### important highlights
4+
5+
* _(Spring Boot)_ Spring Index cache management optimization leading to performance improvements
6+
* _(Spring Boot)_ Boot LS JAR size decreased to 207Mb from 271Mb
7+
8+
#### all fixes and improvements in detail
9+
10+
* _(Spring Boot)_ [spring-index] optimize cache operations [#1071](https://github.com/spring-projects/sts4/issues/1071)
11+
* _(Spring Boot)_ [spring index] take function beans into account for new spring index [#1043](https://github.com/spring-projects/sts4/issues/1043)
12+
* _(Spring Boot)_ [spring index] replace EnhancedSymbolInformation for beans with new spring index information [#1041](https://github.com/spring-projects/sts4/issues/1041)
13+
* _(Spring Boot)_ Boot LS JAR size [#1436](https://github.com/spring-projects/sts4/issues/1436)
14+
* _(Spring Boot)_ avoid creating symbols for annotations from `org.springframework.lang` package [#1458](https://github.com/spring-projects/sts4/issues/1458)
15+
* _(Spring Boot)_ `ComponentSymbolProvider` should take value attribute into account when identifying the bean name [#1451](https://github.com/spring-projects/sts4/issues/1451)
16+
* _(Spring Boot)_ Eclipse Spring Tools Sometimes Doesn't Honor Profile or any Override Properties [#1432](https://github.com/spring-projects/sts4/issues/1432)
17+
* _(Spring Boot)_ completion for `@DependsOn` should not suggest its own bean [#1429](https://github.com/spring-projects/sts4/issues/1429)
18+
* _(Spring Boot)_ update jdt.core to `3.40` [#1428](https://github.com/spring-projects/sts4/issues/1428)
19+
* _(Spring Boot)_ Avoid simple `@NonNullApi` Nodes [#1426](https://github.com/spring-projects/sts4/issues/1426)
20+
* _(Spring Boot)_ Validate non-saved docs on close [#1420](https://github.com/spring-projects/sts4/pull/1420)
21+
* _(Spring Boot)_ [property editing] problem marker remains present after closing editor without saving content [#1387](https://github.com/spring-projects/sts4/issues/1387)
22+
* _(Spring Boot)_ [performance] annotation processing needs overhaul [#1288](https://github.com/spring-projects/sts4/issues/1288)
23+
* _(Spring Boot)_ webflux code lenses for handler methods disappear when route changes [#1449](https://github.com/spring-projects/sts4/issues/1449)
24+
* _(Spring Boot)_ Spring Data JPA entityName variable triggers HQL Query Syntax validation error [#1448](https://github.com/spring-projects/sts4/issues/1448)
25+
* _(Spring Boot)_ extracting media type for webflux route does not work for `MediaType.APPLICATION\_JSON` [#1447](https://github.com/spring-projects/sts4/issues/1447)
26+
* _(Spring Boot)_ Missing system library [#1442](https://github.com/spring-projects/sts4/issues/1442)
27+
* _(Spring Boot)_ SQL Parsing Error [#1439](https://github.com/spring-projects/sts4/issues/1439)
28+
* _(Spring Boot)_ `FileSystemNotFoundException`: Provider "jdt" not installed [#1435](https://github.com/spring-projects/sts4/issues/1435)
29+
* _(Spring Boot)_ wrap all calls to `StringLiteral.getLiteralValue` via `ASTUtils` to avoid `IllegalStateException` [#1434](https://github.com/spring-projects/sts4/issues/1434)
30+
* _(Spring Boot)_ Spring Boot Tools Plugin Causes Java Searching to Hang in Large Projects (3300 Java Files) [#1419](https://github.com/spring-projects/sts4/issues/1419)
31+
* _(Spring Boot)_ VSCode: Error reported when "CALL {h-schema}" is used in `@Query` [#1395](https://github.com/spring-projects/sts4/issues/1395)
32+
133
## 2024-12-04 (4.27.0 RELEASE, incl. language servers version 1.59.0)
234

335
#### important highlights

0 commit comments

Comments
 (0)