皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Spring Tools 4.8.0 释出

2020-09-17 (4.8.0 RELEASE, incl. language servers version 1.22.0)

major changes to the Spring Tools 4 for Eclipse distribution

  • updated to Eclipse 2020-09 release
  • requires a JDK11 to run on
  • ships with an embedded JDK14 runtime, no need to install or configure a specific JDK to run the IDE on anymore
  • includes Eclipse Docker tooling by default now (in addition to the nice docker integration for the Spring Boot Dashboard)
  • includes Wild Web Developer tooling now (#354), including advanced support for JavaScript, TypeScript, HTML, and more

additional changes

  • (Spring Boot) fix: Eclips shows error on @ConditionalOnExpression("${downlink.active:false}") (#529)
  • (Eclipse) improvement: added action to jump from boot dashboard docker integration to docker explorer
  • (Eclipse) improvement: added actions to pause an resume docker containers
  • (Eclipse) change: local cloud services are now hidden by default and can be enabled via the boot dashboard view drop-down
  • (Eclipse) fixed: run spring boot app in debug mode in docker container now works with Spring Boot Devtools being enabled
  • (Eclipse) fixed: add starters wizard now updates the projects definition automatically after pressing finish to get new resources into the right configuration automatically
  • (Eclipse) fixed: improved a few icons for dark theme (#472)
  • (Eclipse) fixed: check for JDK vs. JRE improved for JDK >= 9 case (#530, #531)

known limitations

  • (Eclipse): due to the introduction of Wild Web Developer components to the default distribution package, you might hit a wrong error message when working with Spring Integration XML config files in your projects. This is caused by the project-related XSD namespace solution mechanism not yet being ported to the new XML tooling of the Wild Web Developer package. Therefore the XML language server which is embedded in there creates a wrong error message in certain cases. While we are working on porting the project-related XSD namespace resolution mechanism to this new context, you can workaround this issue by disabling the XML language server in the preferences. The details of this are described here: https://github.com/spring-projects/sts4/issues/447

转自 https://github.com/spring-projects/sts4/wiki/Changelog#2020-09-17-480-release-incl-language-servers-version-1220