You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscode-extensions/vscode-spring-boot/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
## 2024-06-17 (4.23.1 RELEASE, incl. language servers version 1.55.1)
2
+
3
+
#### important highlights
4
+
5
+
*_(Spring Boot)_ SQL query syntax validation is off by default. Settings to toggle JPQL, HQL, SQL query validation enablement
6
+
*_(Spring Boot)_ Fixed `StackOverflowException` coming from `AnnotationHierarchies`
7
+
8
+
## all fixes and improvements in detail
9
+
10
+
*_(Spring Boot)_ Ability to switch on/off Query syntax validation and problem severities for query syntax problems [#1275](https://github.com/spring-projects/sts4/issues/1275)
11
+
*_(Spring Boot)_ Unable to view beans for multiple modules in version v1.55 [#1271](https://github.com/spring-projects/sts4/issues/1271)
12
+
*_(Spring Boot)_ navigation to bean class of live bean in dashboard is broken [#1269](https://github.com/spring-projects/sts4/issues/1269)
13
+
*_(Spring Boot)_ navigation to class of wired bean is broken [#1268](https://github.com/spring-projects/sts4/issues/1268)
14
+
*_(Spring Boot)_ Opening Spring Boot project in VSCode leads to StackOverflowError [#1166](https://github.com/spring-projects/sts4/issues/1166)
15
+
1
16
## 2024-06-12 (4.23.0 RELEASE, incl. language servers version 1.55.0)
0 commit comments