- 23 Nov, 2017 1 commit
-
-
Phillip Webb authored
Rename `reactive-repositories` to `reactiverepositories` and replace `spring.resources.cache-control` with `spring.resources.cache.control`. Fixes gh-11090
-
- 22 Nov, 2017 6 commits
-
-
Phillip Webb authored
-
Andy Wilkinson authored
Previously, custom Hibernate naming strategies could only be configured via properties. This allowed a fully-qualified classname to be specified, but did not allow a naming strategy instance to be used. This commit updates HibernateJpaConfiguration to use ImplicitNamingStrategy and PhysicalNamingStrategy beans if they exist. If both a bean exists and the equivalent property has been set, the bean wins.
-
Andy Wilkinson authored
This reverts commit 6eee9de3. Closes gh-10872
-
Brian Clozel authored
* pr/11111: Fix getter and setter for sMaxAge
-
Johnny Lim authored
-
Stephane Nicoll authored
See gh-10881
-
- 21 Nov, 2017 19 commits
-
-
Madhura Bhave authored
Closes gh-10881
-
Andy Wilkinson authored
Closes gh-11103
-
Andy Wilkinson authored
Closes gh-11102
-
Andy Wilkinson authored
Closes gh-11101
-
Andy Wilkinson authored
Closes gh-11100
-
Andy Wilkinson authored
Closes gh-11099
-
Andy Wilkinson authored
Closes gh-11098
-
Andy Wilkinson authored
Closes gh-11097
-
Andy Wilkinson authored
Closes gh-11096
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-11095
-
Andy Wilkinson authored
* gh-10545: Polish "Auto-configure templated welcome page" Auto-configure templated welcome page
-
Andy Wilkinson authored
Closes gh-10545
-
Bruce Brouwer authored
See gh-10545
-
Andy Wilkinson authored
Closes gh-11094
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-10870
-
Phillip Webb authored
-
- 20 Nov, 2017 14 commits
-
-
Phillip Webb authored
* gh-10870: Align appendix edits with source code Make editorial changes to appendix-application-properties.adoc
-
Phillip Webb authored
Port editing changes from append to java source files to ensure that IDE meta-data also reflects the improvements. Closes gh-10870
-
Jay Bryant authored
See gh-10870
-
Phillip Webb authored
-
Phillip Webb authored
Rename `@DurationUnit` to `@DefaultDurationUnit` to make it clearer that it only changes the unit if one isn't specified by the user. Closes gh-11078
-
Phillip Webb authored
Align `MongoReactiveSessionConfiguration` `@ConditionalOnClass` with `MongoSessionConfiguration` See gh-11063
-
Andy Wilkinson authored
* gh-11063: Polish "Improve Spring Session auto-configuration tests" Improve Spring Session auto-configuration tests
-
Andy Wilkinson authored
See gh-11063
-
Vedran Pavic authored
Closes gh-11063
-
Brian Clozel authored
-
tinexw authored
This commit adds several configuration keys for customizing the "Cache-Control" HTTP response header when serving static resources. New keys are located in the "spring.resources.cache-control.*" namespace; anything configured there will prevail on existing "spring.resources.cache-period=" values, so as to mirror Spring MVC's behavior. Fixes gh-9432
-
Andy Wilkinson authored
Closes gh-11009
-
Andy Wilkinson authored
Closes gh-10942
-
Andy Wilkinson authored
-