Spring Tools 4.9.0 released
Dear Spring Community,
I am happy to announce the 4.9.0 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.
major changes to the Spring Tools 4 for Eclipse distribution
- updated to Eclipse 2020-12 release (including support for Java 15)
reminder
- the Eclipse-based distribution of the Spring Tools 4 requires a JDK11 (or newer) to run on
- ships with an embedded JDK15 runtime, no need to install or configure a specific JDK to run the IDE on anymore
additional changes
- (Spring Boot) new: show bean startup performance metrics in live hovers and code lenses (details in the user guide)
- (Spring Boot) new: show basic request mapping performance metrics in live hovers and code lensses (details in the user guide)
- (Spring Boot) new: provide content-assist for constructor-arg name in Spring XML config files (#562)
- (Spring Boot) fixed: language-server-internal exception happening when saving a file that has a space or other special characters in its name or path
- (Eclipse)…