- 15 May, 2019 9 commits
-
-
Spring Buildmaster authored
-
Phillip Webb authored
* pr/16756: Polish 'Drop blocking RedisReactiveHealthIndicator calls' Drop blocking RedisReactiveHealthIndicator calls
-
Phillip Webb authored
See gh-16756
-
ayudovin authored
Update `RedisReactiveHealthIndicator` so that `getReactiveConnection` is not called directly since it blocks. Fixed gh-16756
-
Phillip Webb authored
-
Phillip Webb authored
Update `JavaBeanBinder` so that overloaded setters can be used when binding. Prior to this commit the setter picked would depend on the order that the JVM returned the declared methods. We now consistently prefer using the setter with a parameter type that matches the getter. Closes gh-16206
-
Phillip Webb authored
Update the auto-configured Jetty `HttpClient` so that a default `SslContextFactory` is used. Prior to this commit connecting to https URLs would cause a `NullPointerException`. Fixed gh-16810
-
Phillip Webb authored
Update `JavaBeanBinder` so that previously cached beans are compared using full generic type information. Prior to this commit binding would fail if a class with the same resolved type, but different generics was in the cache. Fixes gh-16821
-
Phillip Webb authored
Update the promote and sync jobs so that only the build-info.json file is downloaded. Closes gh-16448
-
- 14 May, 2019 18 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-16842
-
Stephane Nicoll authored
Closes gh-16841
-
Stephane Nicoll authored
Closes gh-16840
-
Stephane Nicoll authored
Closes gh-16839
-
Stephane Nicoll authored
Closes gh-16838
-
Stephane Nicoll authored
Closes gh-16837
-
Stephane Nicoll authored
Closes gh-16724
-
Stephane Nicoll authored
Closes gh-16749
-
Stephane Nicoll authored
Closes gh-16751
-
Stephane Nicoll authored
Closes gh-16753
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-16836
-
Stephane Nicoll authored
Closes gh-16748
-
- 13 May, 2019 1 commit
-
-
Stephane Nicoll authored
This commit restores the read-only `finalName` so that its value can be lazily resolved against `${project.build.finalName}`. While doing the evaluation ourselves and not relying on a dedicated field at all would have been better, the evaluation increased the number of required dependencies for no good reason. IDEs should not offer auto-completion for that read-only field and it is not published in the generated site either. Closes gh-16456
-
- 10 May, 2019 7 commits
-
-
Brian Clozel authored
* pr/16730: Fix 'spring.resources.cache.period' for WebMvc
-
Marcus Eisele authored
Before this change it got overwritten by forwarding an empty CacheControl to Spring. Spring itself sets CacheSeconds already correctly in absence (=null) of a CacheControl. Also: * Fixes bug in WebMvcAutoConfigurationTests.cachePeriod which prevented it to assert anything See gh-16488 Closes gh-16730
-
Brian Clozel authored
-
Stephane Nicoll authored
Closes gh-16724
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-16748
-
- 09 May, 2019 5 commits
-
-
Stephane Nicoll authored
Closes gh-16812
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-16759
-
Andy Wilkinson authored
* gh-16703: Polish "Enable minIdle by allowing timeBetweenEviction runs to be configured" Enable minIdle by allowing timeBetweenEviction runs to be configured Closes gh-16703
-