Skip to content

Commit 573f714

Browse files
committed
Changelog update: add missing section
Signed-off-by: BoykoAlex <alex.boyko@broadcom.com>
1 parent a8fbcf8 commit 573f714

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
#### important highlights
44

5+
* _(Spring Boot)_ **Accurate Validation:** Fixed false positive lints, inner record bean misdetection, and native query checks.
6+
* _(Spring Boot)_ **Code Modernization:** Switched from `RestTemplate` to `RestClient` and cleaned up legacy dependencies.
7+
* _(Spring Boot)_ **Enhanced Stability:** Resolved Boot MCP startup crashes, Eclipse AOT errors, and JMX connection bugs.
8+
9+
#### all fixes and improvements in detail
10+
511
* _(Spring Boot)_ Update org.json embedded into commons and boot LS [#1941](https://github.com/spring-projects/spring-tools/issues/1941)
612
* _(Spring Boot)_ Native query validation does not accept a numbered parameter as `limit` argument [#1938](https://github.com/spring-projects/spring-tools/issues/1938)
713
* _(Spring Boot)_ Replace `RestTemplate` with `RestClient` [#1935](https://github.com/spring-projects/spring-tools/issues/1935)

0 commit comments

Comments
 (0)