- 29 Feb, 2016 15 commits
-
-
Andy Wilkinson authored
-
Stephane Nicoll authored
Previously, if a bean of type `CacheResolver` was present in the context the whole cache auto-configuration would back off. If said `CacheResolver` hasn't been defined via the `CachingConfigurer` infrastructure, the application context would fail with a rather unpleasant error message. It can be quite common to define custom `CacheResolver` beans as the cache annotations allow to defines custom cache resolvers per operation. This commit makes sure that the cache auto-configuration will back-off only if the `CacheResolver` is named `cacheResolver`. Closes gh-5201
-
Andy Wilkinson authored
Previously, Animal Sniffer checking of spring-boot-loader-tools was disabled as it failed with an NPE. This has been fixed in Animal Sniffer 1.15. This commit upgrades Animal Sniffer to 1.15 and adds the necessary annotations to suppress failures for safe usage of sun.* and Java 7 APIs. Note that UsesUnsafeJava has been copied from spring-boot and made package-private. This retains the clearer intent of the custom annotation (versus @IgnoreJRERequirement) while avoiding the change in the build order that would be necessary for spring-boot-loader-tools to use the annotation from spring-boot. Closes gh-5284
-
Stephane Nicoll authored
See gh-4903
-
Stephane Nicoll authored
* pr/4903: Polish contribution Add Caffeine cache support
-
Stephane Nicoll authored
Closes gh-4903
-
Eddú Meléndez authored
See gh-4899
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-5274
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, if DataSourceAutoConfiguration had been explicitly excluded, DevToolsDataSourceAutoConfiguration would cause refresh to fail due to a missing DataSourceProperties bean. This commit corrects the condition so that the auto-configuration is conditional on a DataSource bean and a DataSourceProperties bean rather than only being conditional on one or the other. Closes gh-5269
-
Andy Wilkinson authored
Previously, the launch script integration tests used Jackson 2.1 to align with the requirements of docker-java 2.x. This stopped working when we upgraded to Spring Framework 4.3 which requires Jackson 2.6+. This commit updates the launch script integration tests to use docker-java 3.0.0-RC1 which is compatible with Jackson 2.6.x. An added benefit is that 3.0 also adds support for copying an archive to a container, allowing the custom command that performs this function to be removed. Closes gh-5278
-
Stephane Nicoll authored
* pr/5204: Polish contribution Add CONF_FOLDER property
-
Stephane Nicoll authored
Closes gh-5204
-
Uwe Schaefer authored
Closes gh-5203
-
- 26 Feb, 2016 14 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-4900
-
Stephane Nicoll authored
* pr/5254: Fix logger classname
-
Ken Dombeck authored
Closes gh-5254
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-5237
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 25 Feb, 2016 11 commits
-
-
Andy Wilkinson authored
Closes gh-5252
-
Andy Wilkinson authored
Closes gh-5251
-
Andy Wilkinson authored
Closes gh-5250
-
Andy Wilkinson authored
Closes gh-5249
-
Andy Wilkinson authored
Closes gh-5248
-
Andy Wilkinson authored
Closes gh-5247
-
Andy Wilkinson authored
Closes gh-5246
-
Andy Wilkinson authored
Closes gh-5245
-
Andy Wilkinson authored
Closes gh-5244
-
Andy Wilkinson authored
Closes gh-5243
-
Andy Wilkinson authored
Closes gh-5242
-