- 17 May, 2021 4 commits
-
-
Stephane Nicoll authored
Closes gh-26484
-
Stephane Nicoll authored
Closes gh-26483
-
Stephane Nicoll authored
Closes gh-26482
-
Stephane Nicoll authored
Closes gh-26481
-
- 15 May, 2021 2 commits
-
-
Andy Wilkinson authored
Closes gh-26467
-
Andy Wilkinson authored
Closes gh-25528
-
- 14 May, 2021 2 commits
-
-
Andy Wilkinson authored
Previously, @ConfigurationProperties was not annotated with @Indexed. This meant that @ConfigurationPropertiesScan would not be able to find them when the underlying ClassPathScanningCandidateComponentProvider is using a CandidateComponentsIndex. This commit annotated @ConfigurationProperties with @Indexed so that they can be found by index-based scanning. Fixes gh-26459
-
Andy Wilkinson authored
Closes gh-26440
-
- 13 May, 2021 3 commits
-
-
Andy Wilkinson authored
* gh-26449: Polish "Use try-with-resources statement" Use try-with-resources statements Closes gh-26449
-
Andy Wilkinson authored
See gh-26449
-
weixsun authored
See gh-26449
-
- 12 May, 2021 4 commits
-
-
Scott Frederick authored
This commit modifies the integration tests for the Maven and Gradle image building goal and task to use a custom builder as a test harness to verify that the plugins invoke the builder as expected. Fixes gh-25838
-
Andy Wilkinson authored
See gh-25798
-
Andy Wilkinson authored
Closes gh-26427
-
Andy Wilkinson authored
Closes gh-26425
-
- 11 May, 2021 7 commits
-
-
Stephane Nicoll authored
Closes gh-26424
-
Stephane Nicoll authored
See gh-26429
-
Stephane Nicoll authored
See gh-26428
-
Stephane Nicoll authored
See gh-26427
-
Stephane Nicoll authored
See gh-26426
-
Stephane Nicoll authored
See gh-26425
-
Stephane Nicoll authored
See gh-26424
-
- 07 May, 2021 3 commits
-
-
Andy Wilkinson authored
Closes gh-26408
-
Stephane Nicoll authored
* pr/26399: Fix wrong reference to Cassandra in DockerImageNames#couchbase Closes gh-26399
-
Sach Nguyen authored
See gh-26399
-
- 06 May, 2021 1 commit
-
-
Andy Wilkinson authored
Closes gh-26395
-
- 05 May, 2021 1 commit
-
-
Andy Wilkinson authored
Fixes gh-25798
-
- 04 May, 2021 3 commits
-
-
Andy Wilkinson authored
Closes gh-26350
-
Andy Wilkinson authored
Closes gh-25921
-
Andy Wilkinson authored
Closes gh-26286
-
- 30 Apr, 2021 10 commits
-
-
Scott Frederick authored
Closes gh-26332
-
Andy Wilkinson authored
Closes gh-26267
-
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
* 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
* 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
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
-