Skip to content

History / Spring Boot 3.0 Migration Guide

Revisions

  • Use runtimeOnly rather than deprecated runtime configuration

    @wilkinsona wilkinsona committed Jul 17, 2024
  • Note that both auto-configuration locations can be used at the same time

    @wilkinsona wilkinsona committed May 20, 2024
  • link to Spring Data release notes

    @bclozel bclozel committed Mar 25, 2024
  • Note the need for `@Autowired` to avoid implicit constructor binding

    @wilkinsona wilkinsona committed Mar 1, 2024
  • Clarify that sanitizing functions must be user-defined as Boot does not define one

    @wilkinsona wilkinsona committed Jan 11, 2024
  • Updated Spring Boot 3.0 Migration Guide (asciidoc)

    @wilkinsona wilkinsona committed Oct 27, 2023
  • Clarify scope of removing support for auto-configuration in `spring.factories`

    @wilkinsona wilkinsona committed Oct 27, 2023
  • mention RestTemplate observability changes

    @bclozel bclozel committed Oct 9, 2023
  • Correct name of implemented interface

    @wilkinsona wilkinsona committed Apr 18, 2023
  • Add note about problems with Liquibase 4.17

    @wilkinsona wilkinsona committed Apr 14, 2023
  • Remove JSP section following fix in Tomcat 10.1.6.

    @wilkinsona wilkinsona committed Apr 11, 2023
  • Mention Jasper in new JSP limitation

    @wilkinsona wilkinsona committed Mar 14, 2023
  • Add section about JSPs and jdk.util.jar.enableMultiRelease

    @wilkinsona wilkinsona committed Mar 10, 2023
  • Correct syntax in MyController example

    @wilkinsona wilkinsona committed Feb 28, 2023
  • Document change to MySQL driver coordinates

    @wilkinsona wilkinsona committed Feb 24, 2023
  • Correct Batch version in link to its migration guide

    @wilkinsona wilkinsona committed Feb 9, 2023
  • Link to the Spring Batch migration guide

    @wilkinsona wilkinsona committed Feb 9, 2023
  • Updated Spring Boot 3.0 Migration Guide (asciidoc)

    @mhalbritter mhalbritter committed Jan 25, 2023
  • Updated Spring Boot 3.0 Migration Guide (asciidoc)

    @scottfrederick scottfrederick committed Jan 20, 2023
  • Update OpenRewrite link

    @wilkinsona wilkinsona committed Jan 13, 2023
  • Link to latest 3.0.x release

    @wilkinsona wilkinsona committed Jan 9, 2023
  • Document change to security filter dispatcher types

    @wilkinsona wilkinsona committed Jan 3, 2023
  • Use versioned link

    @wilkinsona wilkinsona committed Jan 3, 2023
  • Link to Security 6.0's migration guide

    @wilkinsona wilkinsona committed Jan 3, 2023
  • Updated Spring Boot 3.0 Migration Guide (asciidoc)

    @philwebb philwebb committed Dec 29, 2022
  • Updated Spring Boot 3.0 Migration Guide (asciidoc)

    @philwebb philwebb committed Dec 29, 2022
  • mention httpclient support changes in Spring Framework

    @bclozel bclozel committed Dec 14, 2022
  • Updated Spring Boot 3.0 Migration Guide (asciidoc)

    @scottfrederick scottfrederick committed Dec 2, 2022
  • Add endpoint sanitization property names and clarify default value

    @scottfrederick scottfrederick committed Dec 2, 2022
  • mention possibe HTTP 404s for the trailing slash matching change, see https://github.com/spring-projects/spring-framework/issues/28552#issuecomment-1335372605

    @bclozel bclozel committed Dec 2, 2022