Skip to content

Spring Initializr 0.23 Release Notes

Moritz Halbritter edited this page Aug 14, 2025 · 3 revisions

Upgrading from Initializr 0.22

YAML configuration file support

Support for YAML configuration files has been added. Please update your initializr configuration to set the supported configuration file formats, e.g. to something like this:

initializr:
  configuration-file-formats:
    - name: Properties
      id: properties
      default: true
    - name: YAML
      id: yaml
      default: false

New and Noteworthy

TBD

Dependency Upgrades

TBD

Numerous third-party dependencies have also been updated, some of the more noteworthy of which are the following:

  • TBD

Miscellaneous

Apart from the changes listed above, there have also been lots of minor tweaks and improvements including:

  • TBD

Deprecations in Spring Initializr 0.23

  • TBD

Clone this wiki locally