Merge branch '2.4.x'

Closes gh-25599
This commit is contained in:
Andy Wilkinson 2021-03-11 09:36:00 +00:00
commit e2860fee03

View File

@ -30,6 +30,7 @@ public interface Bootstrapper {
/**
* Initialize the given {@link BootstrapRegistry} with any required registrations.
* @param registry the registry to initialize
* @since 2.4.4
*/
default void initialize(BootstrapRegistry registry) {
intitialize(registry);