Spring Tools 4.5.1 released
Dear Spring Community,
I am happy to announce the 4.5.1 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.
Highlights from this release include:
- (Spring Boot) improvement: live hover mechanism now reports connection failures
- (Eclipse) improvement: Add support for async completions in 4.15 (#402) - PR from @gayanper
- (Eclipse) improvement: Early access builds for Eclipse 4.15 available
- (Eclipse) fixed: auto-completion inserted extra newline for params in
@Value
annotations - (Eclipse) fixed: Boot Dashboard cannot start app when Eclipse project name contains spaces (#403)
- (Eclipse) fixed: NPE in PropertiesJavaDefinitionHandler.adjustedHighlightRangeForKey (#401)
- (Eclipse) fixed…