1. 06 Apr, 2016 5 commits
    • Phillip Webb's avatar
      Merge pull request #5535 from gazal-k/gh-1826 · 40e51021
      Phillip Webb authored
      * gh-1826:
        Add Liquibase rollback file support
      40e51021
    • Mohamed Gazal's avatar
      Add Liquibase rollback file support · 3623eeda
      Mohamed Gazal authored
      Add a `liquibase.rollback-file` property which can be used to write
      a rollback file when migrations occur.
      
      Fixes gh-1826
      Closes gh-5535
      3623eeda
    • Phillip Webb's avatar
      Merge branch 'gh-2763' · f43123f2
      Phillip Webb authored
      f43123f2
    • Phillip Webb's avatar
      Add Hibernate 4 sample · 1088f709
      Phillip Webb authored
      Add a sample showing how Hibernate 4 can be used if necessary.
      
      See gh-2763
      1088f709
    • Phillip Webb's avatar
      Upgrade to Hibernate 5.1 · 0db11940
      Phillip Webb authored
      Upgrade to Hibernate 5.1, whilst still retaining compatibility with
      Hibernate 4.3. This commit introduces the following changes:
      
      * Add SpringPhysicalNamingStrategy to provides lowercase/underscore
        table names support. This should be equivalent to the previous
        SpringNamingStrategy that was used with Hibernate 4. No
        ImplicitNamingStrategy is provided since the Hibernate 5 defaults
        appear to be roughly equivalent to the conventions used in Spring
        Boot 1.3
        spring.jpa.hibernate.naming.
      
      * Migrate  `spring.jpa.hibernate.naming-strategy` to
        `spring.jpa.hibernate.naming.strategy` and provide additional
        properties for physical and implicit.
      
      * Add `spring.jpa.hibernate.use-new-id-generator-mappings` property and
        default to `false` when on Hibernate 5 to retain back compatibility.
      
      See gh-2763
      0db11940
  2. 05 Apr, 2016 35 commits