Phillip Webb
c284edde67
Update copyright year of changed files
4 years ago
Phillip Webb
1ae1436211
Refactor BootstrapRegistry support
...
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
4 years ago
Phillip Webb
27095d9043
Polish
4 years ago
Phillip Webb
10ad53afbd
Fix FailureAnalyzer package tangle
...
Move `IncompatibleConfigurationFailureAnalyzer` to fix a package tangle.
Closes gh-23385
4 years ago
Phillip Webb
6509310fdb
Fix DefaultPropertiesPropertySource package tangle
...
Relocate `DefaultPropertiesPropertySource` to fix a package tangle.
Closes gh-23383
4 years ago
Stephane Nicoll
268904d6ae
Upgrade Java 15 version in CI image
...
Closes gh-23379
4 years ago
Stephane Nicoll
4d7339d189
Upgrade to Spring Session 2020.0.0-RC1
...
Closes gh-23188
4 years ago
Stephane Nicoll
0867b3cf87
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
3622fd5b04
Upgrade to Spring Session Dragonfruit-SR1
...
Closes gh-23187
4 years ago
Stephane Nicoll
0b06457ace
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
ab2115633f
Upgrade to Micrometer 1.3.14
...
Closes gh-23388
4 years ago
Stephane Nicoll
35b33303d0
Upgrade to Spring Session Corn-SR4
...
Closes gh-23186
4 years ago
Stephane Nicoll
71aa911c61
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
29988f1d38
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
3e93a3ec58
Merge branch '2.1.x' into 2.2.x
4 years ago
Stephane Nicoll
91c1d52fc1
Upgrade to Micrometer 1.1.18
...
Closes gh-23384
4 years ago
Stephane Nicoll
db04672403
Upgrade to Spring Session Bean-SR12
...
Closes gh-23185
4 years ago
Stephane Nicoll
f1438f3e67
Upgrade to Spring Batch 4.3.0-RC1
...
Closes gh-23189
4 years ago
Stephane Nicoll
bb6d86d30b
Upgrade to Spring Integration 5.4.0-M3
...
Closes gh-23010
4 years ago
Stephane Nicoll
06b842e29c
Upgrade to Spring Kafka 2.6.1
...
Closes gh-23382
4 years ago
Stephane Nicoll
1d66b25b26
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
a2be6e0817
Upgrade to Spring Kafka 2.5.6
...
Closes gh-23199
4 years ago
Stephane Nicoll
a76f5ae03e
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
e5d135c61c
Upgrade to Spring Kafka 2.3.11
...
Closes gh-23198
4 years ago
Scott Frederick
d1338a66f7
Merge pull request #22972 from wmz7year
...
* gh-22972:
Polish "Support authentication to private Docker registry"
Support authentication to private docker registry
Closes gh-22972
4 years ago
Scott Frederick
86fa8144f5
Polish "Support authentication to private Docker registry"
...
See gh-22972
4 years ago
姜为
e8f555e13d
Support authentication to private docker registry
...
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
4 years ago
Andy Wilkinson
f0dfff81d4
Merge branch '2.3.x'
...
Closes gh-23378
4 years ago
Andy Wilkinson
358b9f839a
Remove spring-boot.version property from spring-boot-dependencies
...
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
4 years ago
Andy Wilkinson
c624008638
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
d5234a9254
Merge branch '2.2.x' into 2.3.x
4 years ago
Andy Wilkinson
caa417659e
Merge branch '2.1.x' into 2.2.x
4 years ago
Andy Wilkinson
d3d96f0417
Upgrade to Spring REST Docs 2.0.5.RELEASE
...
Closes gh-23374
4 years ago
Andy Wilkinson
5dbf6a3885
Merge branch '2.3.x'
...
Closes gh-23377
4 years ago
Andy Wilkinson
d6586b8354
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23376
4 years ago
Andy Wilkinson
e87e52d035
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23375
4 years ago
Andy Wilkinson
106968a115
Upgrade to Spring REST Docs 2.0.5.RELEASE
...
Closes gh-23374
4 years ago
Stephane Nicoll
32bf5b6e89
Upgrade to Spring AMQP 2.3.0-M3
...
Closes gh-23011
4 years ago
Stephane Nicoll
38aba5edb1
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
7a7aef80d9
Upgrade to Spring AMQP 2.2.11
...
Closes gh-23373
4 years ago
Stephane Nicoll
aee1be587f
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
9ab8ad6e74
Upgrade to Spring AMQP 2.2.11
...
Closes gh-23372
4 years ago
Stephane Nicoll
ae458298b2
Merge branch '2.1.x' into 2.2.x
4 years ago
Stephane Nicoll
9a09a3c570
Upgrade to Spring AMQP 2.1.17
...
Closes gh-23371
4 years ago
Stephane Nicoll
29c7e62137
Upgrade to Spring Data 2020.0.0-RC1
...
Closes gh-23197
4 years ago
Stephane Nicoll
284dd308f2
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
68ea2ca210
Upgrade to Spring Data Neumann-SR4
...
Closes gh-23196
4 years ago
Stephane Nicoll
0baaa90f4c
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
bac5a7909e
Upgrade to Spring Data Moore-SR10
...
Closes gh-23195
4 years ago
Stephane Nicoll
5c4e3cfad4
Merge branch '2.1.x' into 2.2.x
4 years ago