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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## 2020-10-23 (4.8.1 RELEASE, incl. language servers version 1.23.0)
2
+
3
+
*_(Spring Boot)_ fixed: Spring Boot Language Server processing java.util.Properties type configuration logic error ([#534](https://github.com/spring-projects/sts4/issues/534))
4
+
*_(Spring Boot)_ fixed: Add support for Spring Boot multi-document properties files ([#533](https://github.com/spring-projects/sts4/issues/533))
5
+
*_(Spring Boot)_ fixed: Support escaping of map keys with '[]' in Spring Boot property yaml files
6
+
*_(Spring Boot)_ fixed: Tolerate '.[' for map navigation in .properties file
7
+
1
8
## 2020-09-17 (4.8.0 RELEASE, incl. language servers version 1.22.0)
2
9
3
10
*_(Spring Boot)_ fix: Eclips shows error on `@ConditionalOnExpression("${downlink.active:false}")` ([#529](https://github.com/spring-projects/sts4/issues/529))
0 commit comments