- 28 May, 2019 8 commits
-
-
-
Phillip Webb authored
* pr/16971: Polish "Fix Spring Data Cassandra auto-configure condition" Fix Spring Data Cassandra auto-configure condition
-
Phillip Webb authored
See gh-16971
-
Dmytro Nosan authored
Update `CassandraDataAutoConfiguration` do that it's only applied when a `Cluster` bean is found. Fixes gh-16971
-
Phillip Webb authored
Update the forward merge script to add an additional new line when rewiring the commit message. Prior this this commit, if an additional line immediately followed the "Fixes ... in ..." pattern it would be appended to the end of the rewritten fixes line. Closes gh-16861
-
Phillip Webb authored
-
Phillip Webb authored
* pr/16974: Use actual resolvedType when checking Binder cache
-
Johnny Lim authored
Update `JavaBeanBinder` so that the `isOfDifferentType` method checks both the actual type and the resolved type. Prior to this commit, it was possible that when `canCallGetValue` is `true` the `resolvedType` could be different from `type.resolve`. Closes gh-16974
-
- 27 May, 2019 1 commit
-
-
Stephane Nicoll authored
Closes gh-16978
-
- 25 May, 2019 4 commits
-
-
Andy Wilkinson authored
* gh-16938: Correct name and description of spring-boot-project module Closes gh-16938
-
Robeatoz authored
This commit corrects the Maven project name and description of spring-boot-project to avoid the already used name "Spring Boot Build". See gh-16938
-
Andy Wilkinson authored
See gh-16962
-
Andy Wilkinson authored
See gh-16961
-
- 24 May, 2019 1 commit
-
-
Andy Wilkinson authored
Fixes gh-16811
-
- 23 May, 2019 1 commit
-
-
Andy Wilkinson authored
Closes gh-16909
-
- 22 May, 2019 2 commits
-
-
Andy Wilkinson authored
Closes gh-16863
-
Andy Wilkinson authored
Closes gh-16934
-
- 21 May, 2019 10 commits
-
-
Andy Wilkinson authored
This reverts commit 66fba938. See gh-16910
-
Andy Wilkinson authored
Closes gh-16926
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-16925
-
Andy Wilkinson authored
See gh-16909
-
Andy Wilkinson authored
Closes gh-16913
-
Andy Wilkinson authored
Closes gh-16912
-
Andy Wilkinson authored
Closes gh-16911
-
Andy Wilkinson authored
Closes gh-16910
-
- 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 4 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-