4.17.1.RELEASE
martinlippert
released this
03 Jan 19:37
·
1558 commits
to main
since this release
fixes and improvements
- (Spring Boot) fixed: Eclipse STS 4.17 takes 96 % processor time on Intel i9 (#934)
- (Spring Boot) fixed: BootLanguageServerBootApp class is taking all available cpu continuously (#932)
- (Spring Boot) fixed: OpenRewrite unchecked, but always Language Server Background Job(Loading Rewrite Recipes) (#925)
- (Spring Boot) fixed: [validation] spring.factories EnableAutoConfiguration key for boot 3.0 ignores 'on' setting (#917)
- (VSCode) fixed: [vscode] Boot LS is broken if Java LS launch mode is 'Hybrid' (#919)
known issues
- (Spring Boot): The newly introduced additional reconciling for Java source files which is used to show up additional validations and quick fixes can cause increased memory and CPU consumption. In case you stumble upon issues in this area, feel free to disable the reconciling via
Preferences -> Extensions -> Spring Boot Tools -> Open Rewrite
(in VSCode) orPreferences -> Language Servers -> Spring Language Servers -> Spring Boot Language Server -> Open Rewrite
(in Eclipse).