- Add
@Configuration
to classes with@EnableXXXSecurity
annotations - Add
SetUseTrailingSlashMatch()
in configuration - Add trailing slash to Spring routes
- Bean methods should return concrete types
- Downgrade Jakarta Servlet API to 5.0 when using Jetty
- Enable Spring Batch Annotation
- Maintain trailing slash URL mappings
- Migrate Spring Boot properties to 3.0
- Migrate Spring Boot properties to 3.1
- Migrate thymeleaf dependencies to Spring Boot 3.0.x
- Migrate to Spring Batch 5.0 from 4.3
- Migrate to Spring Boot 3.0
- Migrate to Spring Boot 3.1
- Remove Unnecessary
@ConstructorBinding
- Remove the deprecated properties
additional-keys-to-sanitize
from theconfigprops
andenv
end points - Rename
server.max-http-header-size
toserver.max-http-request-header-size
- Upgrade Maven POM to Spring Boot 3.0 from 2.x
- Upgrade Maven POM to Spring Boot 3.1 from 3.0