1. 04 Apr, 2017 6 commits
  2. 03 Apr, 2017 3 commits
    • Stephane Nicoll's avatar
      Disable unexpected datasource initialization · 5cc2e103
      Stephane Nicoll authored
      This commit restore the disabling of datasource initialization that was
      accidently removed in db33a754 so that other tests aren't affected by it.
      5cc2e103
    • Stephane Nicoll's avatar
      Automatically enable transaction management for Neo4j · 01637310
      Stephane Nicoll authored
      This commit makes sure that `@EnableTransactionManagement` is
      auto-configured with Neo4j. It actually reuses what was done in #8434,
      making sure that the `Neo4jDataAutoConfiguration` is ordered properly.
      
      Closes gh-8587
      01637310
    • 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
  3. 31 Mar, 2017 3 commits
  4. 28 Mar, 2017 8 commits
  5. 26 Mar, 2017 3 commits
  6. 25 Mar, 2017 1 commit
  7. 24 Mar, 2017 16 commits