Skip to content

4.31.0.RELEASE

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 14:04

important highlights

  • (Spring Boot) Spring Data repositories generated queries CodeLenses with AOT enabled
  • (Spring Boot) Spring Boot 3.5 upgrade (build files and properties only)
  • (Spring Boot) Hierarchical document symbols supported in both VSCode and Eclipse

updates to the Spring Tools for Eclipse distribution

all fixes and improvements in detail

  • (Spring Boot) show document symbols tree expanded by default #1564
  • (Spring Boot) enable hierarchical document symbols and workspace symbols from index by default #1557
  • (Spring Boot - Eclipse) support hierarchical document symbols in Spring symbols views #1555
  • (Spring Boot) [aot repositories] provide go to definition support #1552
  • (Spring Boot) [aot repositories] add tests for code lenses and index elements + symbols when aot repository metadata is around #1548
  • (Spring Boot) [aot repositories] add quick fix to turn generated query into manual query annotation #1547
  • (Spring Boot) [aot repositories] do not show generated query statement when query annotation exists on query method #1546
  • (Spring Boot) [aot repositories] enable query statement extraction for MongoDB queries #1545
  • (Spring Boot) [aot repositories] add preference to show/hide code lenses for query methods #1544
  • (Spring Boot) [aot repositories] implement more precise method signature matching #1543
  • (Spring Boot) Symbols view should nest elements by their surrounding scope #1431
  • (Spring Boot) remove wrong support for function beans in indexer #1572
  • (Spring Boot - Eclipse) duplicated quickfixes while editing Java source #1571
  • (Spring Boot - Eclipse) NPE showing up in Eclipse #1570
  • (Spring Boot) Spring Boot 3.5.x upgrade recipe and UI support #1561
  • (Spring Boot) property key completions include duplicates #1560
  • (Spring Boot - Eclipse) Boot Dashboard regression in 2025-06M1: Failed to create the part's controls - java.lang.NoSuchFieldError: Class org.eclipse.jdt.internal.ui.JavaPluginImages does not have member field 'org.eclipse.jface.resource.ImageDescriptor DESC_DLCL_FILTER' #1558
  • (Spring Boot - Eclipse) update to renamed product doesn't work (completely) #1540

known issues

  • (Eclipse): installing the release into an existing Eclipse 2025-03 installation can cause the EclEmma plugin to not work anymore afterwards. In case you come across an issue like this, please update EclEmma to the latest version (>= 3.1.10), e.g. via Install New Software and using https://download.eclipse.org/eclemma/releases/3.1.10/.