Skip to content

Migrate to Spring 2.4 (and bump other deps)

Daniel Gerhardt requested to merge bump-deps into master

Regarding Spring migration:
Auto configuration exclusion handling has been adjusted to work correctly.

A limited set of auto configuration is enabled for Actuator. There seems to be an undocumented change since Spring Boot 2.3 or Spring Framework 5.3 which changes the way AutoConfigurationImportFilters are handled.

Merge request reports