spring-boot/spring-boot-autoconfigure
Stephane Nicoll b7e7bcf717 Make `spring.session.store-type` mandatory
Previously, Spring Session would be auto-configured by the mere presence
of Spring Session in the classpath. This was fragile as determining a
store type according to the environment could easily change when the
classpath of the project changes.

This commit makes the store-type property mandatory. If it is not set,
Spring Session is no longer auto-configured.

Closes gh-5838
2016-05-09 08:07:25 +02:00
..
src Make `spring.session.store-type` mandatory 2016-05-09 08:07:25 +02:00
pom.xml Add auto-configuration for Spring Web Services 2016-04-15 09:00:09 +02:00