Skip to content

4.22.0.RELEASE

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 15:02
490cf97

important highlights

  • (Spring Boot) Add Spring Boot Starters... InlayHint in Spring Boot projects pom.xml next to <dependencies> tag (VSCode only at the moment)

updates to the Spring Tools 4 for Eclipse distribution

all fixes and improvements in detail

  • (Spring Boot) Add Starters CodeLens/InlayHint in the Spring Boot's project pom #1194
  • (Spring Boot) adjustments to version validations #1199
  • (Spring Boot) TestJars support #1197
  • (Spring Boot) Bind update of Spring Modulith metadata to a full project build #1172
  • (Spring Boot) exception thrown under the hood when file URL protocol is unknown #1192
  • (Spring Boot) Fix JavaModelException with non-Java projects #1188
  • (Spring Boot) throws exception when closing editors #1179
  • (Eclipse) Spring Tool Suite 17 with maven no longer copies application.properties file to the target folder #929
  • (Eclipse) 4.21.1 release doesn't embed JDK anymore #1187
  • (Eclipse) builds on early Eclipse 2024-03 builds don't compile anymore #1189
  • (Eclipse) add starters wizard throws IllegalArgumentException on Eclipse 2024-03 M2 [#1185](#1185

known issues

  • (Eclipse) Lombok 1.18.30 isn't compatible yet with the latest Eclipse 2024-03 release, which is the foundation of this Spring Tools for Eclipse release 4.22.0. You can install the latest Lombok Edge release 1.18.31 to get it back working. #1208
  • (Eclipse) In case you use Spring Tools 4.22.0 for Eclipse 4.22.0 on macOS, you might have noticed the increased spacing in e.g. the package explorer. If you prefer the old behavior, here is a way to bring that back: eclipse-platform/eclipse.platform.ui#1674 (comment)