You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Phillip Webb 35aeae5a4f Deprecate Bootstrapper
Deprecate the `Bootstrapper` interface entirely and provide a
`BootstrapRegistryInitializer` alternative so that people can migrate.

Unfortunately our previous attempt to fix the typo in the `Bootstrapper`
interface didn't provide us a way to remove the deprecated method
without impacting users. It was also problematic for people who were
implementing `Bootstrapper` rather than using a lambda since they needed
to introduce the deprecated method.

We unfortunately can't see a way to fix the original typo without
introducing a new interface.

Fixes gh-25735
4 years ago
..
spring-boot Deprecate Bootstrapper 4 years ago
spring-boot-actuator Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-actuator-autoconfigure Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-autoconfigure Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-cli Polish "Allow the project to be built with Java 16" 4 years ago
spring-boot-dependencies Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-devtools Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-docs Document that Java 16 is supported 4 years ago
spring-boot-parent Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-properties-migrator Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-starters Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-test Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-test-autoconfigure Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-tools Merge branch '2.3.x' into 2.4.x 4 years ago