Spring Tools 4.26.0 released
Dear Spring Community,
I am happy to announce the 4.26.0 release of the Spring Tools 4 for Visual Studio Code, Eclipse and Theia.
important highlights
- (Spring Boot) CRON expressions have auto completion and a nice description as inlay hints now
- (Spring Boot)
@ConditionalOnBean
and@ConditinalOnMissingBean
have auto completion support now for bean names, including support forgo to definition
- (Spring Boot) support for
go to definition
for beans and methods in SPEL expressions - (Spring Boot) Improvements to completion proposals ordering for application.properties files
- (Spring Boot) Fixes to PostgreSql validation …