- 17 Sep, 2020 34 commits
-
-
Andy Wilkinson authored
See gh-23326
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Phillip Webb authored
Attempt to fix `ConcurrentModificationException` which occurs on Java 11+. See gh-23326
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Phillip Webb authored
Refactor `BootstrapRegistry` support following initial prototype work with the Spring Cloud team. This update splits the `BootstrapRegistry` API into `BootstrapRegistry`, `BootstrapContext` and `ConfigurableBootstrapContext` interfaces and moves it to the same package as `SpringApplication`. A new `Bootstrapper` interface has been introduced that can be added to the `SpringApplication` to customize the `BootstrapRegistry` before it's used. Closes gh-23326
-
Phillip Webb authored
-
Phillip Webb authored
Move `IncompatibleConfigurationFailureAnalyzer` to fix a package tangle. Closes gh-23385
-
Phillip Webb authored
Relocate `DefaultPropertiesPropertySource` to fix a package tangle. Closes gh-23383
-
Stephane Nicoll authored
Closes gh-23379
-
Stephane Nicoll authored
Closes gh-23188
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23187
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23388
-
Stephane Nicoll authored
Closes gh-23186
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23384
-
Stephane Nicoll authored
Closes gh-23185
-
Stephane Nicoll authored
Closes gh-23189
-
Stephane Nicoll authored
Closes gh-23010
-
Stephane Nicoll authored
Closes gh-23382
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23199
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23198
-
- 16 Sep, 2020 6 commits
-
-
Scott Frederick authored
* gh-22972: Polish "Support authentication to private Docker registry" Support authentication to private docker registry Closes gh-22972
-
Scott Frederick authored
See gh-22972
-
姜为 authored
This commit adds the ability to configure Docker image registry authentication credentials in the Maven and Gradle plugins. The authentication credentials are passed to the Docker daemon with all daemon API calls, and the daemon forwards the credentials to the image registry when necessary. This makes it possible to use builder and run images stored in a private Docker registry. See gh-22972
-
Andy Wilkinson authored
Closes gh-23378
-
Andy Wilkinson authored
The version of Spring Boot should not be modifiable by a property, only being using a different version of spring-boot-dependencies or spring-boot-starter-parent. Fixes gh-23174
-
Andy Wilkinson authored
-