spring-boot/spring-boot-autoconfigure
Manuel Doninger c45604b825 Ensure that Hibernate's JtaPlatform can be customized
Previously, when JpaProperties was applying additional properties it
discarded any existing properties. This meant that custom
configuration of Hibernate's JtaPlatform was not detected and that
Boot's SpringJtaPlatform would always be configured instead.

This commit updates JpaProperties to include all of the existing
properties when it's asked to apply any additional properties.

See gh-2348
Closes gh-2359
2015-01-20 09:07:48 +00:00
..
src Ensure that Hibernate's JtaPlatform can be customized 2015-01-20 09:07:48 +00:00
.gitignore Restore test classes 2014-06-01 13:11:25 +01:00
pom.xml Add auto-configuration for Jetty’s GzipFilter 2015-01-16 12:07:28 +00:00