1. 03 Apr, 2017 1 commit
    • Stephane Nicoll's avatar
      Enable transaction management consistently · db33a754
      Stephane Nicoll authored
      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
      db33a754
  2. 31 Mar, 2017 3 commits
  3. 28 Mar, 2017 8 commits
  4. 26 Mar, 2017 3 commits
  5. 25 Mar, 2017 1 commit
  6. 24 Mar, 2017 24 commits