Skip to content

Spring Boot 1.3.0 M4 Release Notes

Stéphane Nicoll edited this page Aug 18, 2015 · 3 revisions

Spring Boot 1.3.0 M4 Release Notes

For changes in earlier milestones, please refer to:

Upgrading from Spring Boot 1.3.0 M3

See instructions in the 1.3.0.M3 release notes for upgrading from 1.3.0 M3

Cloudfoundry deployment regression

Unfortunately, 1.3.0.M3 contains a property binding regression that prevents to deploy a Spring Boot application to cloudfoundy. This regression has been fixed.

H2 auto-configuration

The H2 auto-configuration feature introduced in 1.3.0.M3 was not enabled properly when spring-boot-devtools is available on the classpath. This is now fixed as well.

New and Noteworthy

Tip
Check the configuration changelog for a complete overview of the changes in configuration.

DataSource type

The connection pool used by auto-configuration can now be specified via the spring.datasource.type configuration key.

Internationalization

The fallbackToSystemLocale flag of the auto-configured MessageSource instance can now be configured via the `spring.messages.fallback-to-system-locale- configuration key.

Clone this wiki locally