- 05 May, 2018 9 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit removes Hibernate imports from JpaProperties so that it can be used with another JPA provider. This commit is a breaking change for an internal, yet public class used to transmit customizations provided by the user. It does not change the external functionality though: naming strategies defined as bean are still taken into account and a customizer has a chance to override it regardless. Closes gh-13043
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Madhura Bhave authored
-
Madhura Bhave authored
See gh-12934
-
- 04 May, 2018 31 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-12807
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Madhura Bhave authored
Fixes gh-12934
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Andy Wilkinson authored
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-13075
-
Andy Wilkinson authored
Closes gh-13074
-
Andy Wilkinson authored
Closes gh-13073
-
Andy Wilkinson authored
Closes gh-13072
-
Andy Wilkinson authored
Closes gh-13071
-
Andy Wilkinson authored
Closes gh-13070
-
Andy Wilkinson authored
Closes gh-13069
-
Andy Wilkinson authored
Closes gh-13068
-
Andy Wilkinson authored
Closes gh-13067
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-13056
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit restructures the Cache auto-configuration to avoid an early init on CacheManager (and potentially all its infrastructure). Rather than adding a dependency on the validator bean, this commit relies on the fact CacheAspectSupport checks if a CacheManager is available in the afterSingletonsInstantiated callback. In this case, a simple bean with a postconstruct callback is enough. Closes gh-13038
-
Stephane Nicoll authored
-