In order to create a TestContextBootstrapper
outside the org.springframework.test.context
package using the default lookup mechanisms, we need to make BootstrapUtils.resolveTestContextBootstrapper()
public.
For example, this is required by #28204.