- 10 Feb, 2021 23 commits
-
-
Andy Wilkinson authored
Closes gh-25176
-
Andy Wilkinson authored
Closes gh-25174
-
Andy Wilkinson authored
Fixes gh-25172
-
Andy Wilkinson authored
Fixes gh-24966
-
Stephane Nicoll authored
Closes gh-25169
-
Stephane Nicoll authored
Closes gh-25148
-
Andy Wilkinson authored
Previously, when building a layered jar, the Gradle plugin only considered a configuration's direct dependencies when identifying project dependencies. This resulted in transitive project dependencies being missed when deciding which dependencies belong in the application layer. This commit updates ResolvedDependencies to consider all projects from the root project when collecting the IDs of local projects. This ensures that any project dependency, no matter where it appears in the dependency graph, is successfully identified. Fixes gh-25163
-
Stephane Nicoll authored
Closes gh-25166
-
Stephane Nicoll authored
* pr/25130: Polish "Validate Cassandra defaults" Validate Cassandra defaults Closes gh-25130
-
Stephane Nicoll authored
See gh-25130
-
bono007 authored
See gh-25130
-
Stephane Nicoll authored
* pr/25150: Update copyright of changed file Fix defaults for Cassandra's initQueryTimeout and idleTimeout Closes gh-25150
-
Stephane Nicoll authored
See gh-25150
-
bono007 authored
See gh-25150
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Remove the registry mirror since it causes oci-build-task to fail. See gh-25135
-
Phillip Webb authored
Closes gh-25160
-
Phillip Webb authored
Closes gh-25159
-
Phillip Webb authored
Closes gh-25155
-
Phillip Webb authored
Closes gh-25157
-
Phillip Webb authored
Closes gh-25156
-
Phillip Webb authored
Closes gh-25154
-
- 09 Feb, 2021 13 commits
-
-
Stephane Nicoll authored
Closes gh-25144
-
Stephane Nicoll authored
* pr/25120: Upgrade to Gradle Enterprise Gradle Plugin 3.5.2 Closes gh-25120
-
dreis2211 authored
See gh-25120
-
Andy Wilkinson authored
Closes gh-25142
-
Andy Wilkinson authored
Fixes gh-25132
-
Stephane Nicoll authored
Closes gh-25140
-
Stephane Nicoll authored
* pr/25116: Fix build deprecation warnings about duplicate jar entries Closes gh-25116
-
dreis2211 authored
See gh-25116
-
Stephane Nicoll authored
* pr/25093: Polish Closes gh-25093
-
izeye authored
See gh-25093
-
Stephane Nicoll authored
* pr/25075: Polish "Clarify usage of BufferingApplicationStartup" Clarify usage of BufferingApplicationStartup Closes gh-25075
-
Stephane Nicoll authored
See gh-25075
-
Oleg Sukhov authored
See gh-25075
-
- 05 Feb, 2021 2 commits
-
-
Andy Wilkinson authored
Closes gh-25118
-
Andy Wilkinson authored
Closes gh-25117
-
- 04 Feb, 2021 1 commit
-
-
Andy Wilkinson authored
A change [1] in Spring Framework 5.3 means that getUrl() on a RequestEntity will throw an UnsupportedOperationException if the entity was created using a template. This commit updates TestRestTemplate to check for instances of UriTemplateRequestEntity and to resolve the URI using the entity's UriTemplateHandler instead of calling getUrl() directly. Fixes gh-25097 [1] https://github.com/spring-projects/spring-framework/commit/a0f4d81db76cb100b8f0da3a3cc8a945a012a2c0
-
- 02 Feb, 2021 1 commit
-
-
Andy Wilkinson authored
See gh-25076
-