Spring Tools 4.14.1 released
Dear Spring Community,
I am happy to announce the 4.14.1 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.
fixes and improvements
- (Spring Boot) fixed: use
startupSnapshot
instead ofstartup
timer call to avoid wiping out the underlying data - (Spring Boot) fixed: When vscode opens a Java project for about 2 hours, the suggestion function will fail (#750)
- (VSCode) enhancement: live hovers are now automatically show up when you launch a Spring Boot application in VSCode. Additional JVM args for the Spring Boot app to enable JMX are added to the launch automatically. More details can be found in the user guide section about Live Application Information.
- (VSCode) enhancement: add extension APIs to get live data (#751…