- 30 Apr, 2021 25 commits
-
-
Scott Frederick authored
Closes gh-26334
-
Scott Frederick authored
Closes gh-26333
-
Scott Frederick authored
Closes gh-26332
-
Andy Wilkinson authored
Closes gh-26330
-
Andy Wilkinson authored
Closes gh-26329
-
Andy Wilkinson authored
Closes gh-26267
-
Stephane Nicoll authored
Closes gh-26328
-
Stephane Nicoll authored
Closes gh-26327
-
Stephane Nicoll authored
Previously DataRedisTest-annotated test could not use reactive operations as RedisReactiveAutoConfiguration is not considered. This commit includes this auto-configuration and adds a test to exercise this scenario. Closes gh-26319
-
Stephane Nicoll authored
Closes gh-26325
-
Stephane Nicoll authored
Closes gh-26324
-
Stephane Nicoll authored
* pr/26321: Update copyright year of changed file Fix typo in NamedContributors Javadoc Closes gh-26321
-
Stephane Nicoll authored
See gh-26321
-
Matthias Stock authored
See gh-26321
-
Stephane Nicoll authored
Closes gh-26323
-
Stephane Nicoll authored
Closes gh-26322
-
Stephane Nicoll authored
* pr/26292: Polish "Improve failure analysis with a single bean cycle" Improve failure analysis with a single bean cycle Closes gh-26292
-
Stephane Nicoll authored
See gh-26292
-
Roman Zabaluev authored
See gh-26292
-
Stephane Nicoll authored
Closes gh-26318
-
Stephane Nicoll authored
Closes gh-26317
-
Stephane Nicoll authored
Previously, users of the components.index could not use the index in scenario where Spring Boot needs to locate the SpringBootConfiguration to use to bootstrap the test context, as AnnotatedClassFinder scans the classpath for that stereotype specifically and that requires a dedicated entry for it. This commit makes sure that a SpringBootConfiguration-annotated type has a dedicated entry in the components index. Closes gh-26308
-
Stephane Nicoll authored
* pr/26316: Fix link to Webservices reference docs Closes gh-26316
-
dreis2211 authored
See gh-26316
-
Phillip Webb authored
Closes gh-23254
-
- 29 Apr, 2021 15 commits
-
-
Scott Frederick authored
Closes gh-26313
-
Scott Frederick authored
Closes gh-26312
-
Scott Frederick authored
This commit changes the Maven build-image goal to honor the `layout` and `layoutFactory` parameters to ensure that the archive content sent to the builder is the same as is used by the `repackage` goal to build the archive file. Fixes gh-26216
-
Andy Wilkinson authored
See gh-26307
-
Andy Wilkinson authored
Closes gh-26303
-
Andy Wilkinson authored
Closes gh-26302
-
Andy Wilkinson authored
Closes gh-26284
-
Andy Wilkinson authored
Closes gh-26301
-
Andy Wilkinson authored
Closes gh-26300
-
Andy Wilkinson authored
Previously, the targetJavaVersion property of bootBuildImage was set using the project's target compatibility directly. This meant that property's value would reflect the configured target compatibility at the time of the task's creation and any subsequent changes to the target compatibility would be missed. This commit updates the registration of the bootBuildImage task to set the value of the targetJavaVersion property using a provider. This indirection means that the project's target compatibility isn't read until the value of the targetJavaVersion is read, allowing any changes to the target compatibility to be picked up even if they're made after the bootBuildImage task has been created. Fixes gh-26297
-
Stephane Nicoll authored
Closes gh-26299
-
Stephane Nicoll authored
Closes gh-26298
-
Stephane Nicoll authored
Closes gh-26279
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-26289
-