RefreshBootstrapRegistryInitializer saves the BootstrapContext to the application context so ConfigDataContextRefresher can reuse it during rebind. This fixes issues where custom beans were created such as RestTemplate or discovery first config server lookup. Fixes gh-933