spring-boot/spring-boot-autoconfigure
Stephane Nicoll db33a75484 Enable transaction management consistently
Previously to this commit, transaction management was only enabled when
a `DataSource` is configured. The processing of `@Transactional`
annotations are now enabled as long as a `PlatformTransactionManager` is
present.

Also, the `spring.aop.proxy-target-class` is now honoured if set, still
defaulting to CGLIB mode.

Closes gh-8434
2017-04-03 09:24:15 +03:00
..
src Enable transaction management consistently 2017-04-03 09:24:15 +03:00
pom.xml Next Development Version 2017-03-03 16:18:26 +00:00