1. 27 May, 2014 2 commits
  2. 26 May, 2014 11 commits
  3. 25 May, 2014 3 commits
  4. 24 May, 2014 3 commits
  5. 23 May, 2014 17 commits
  6. 22 May, 2014 4 commits
    • Christian Dupuis's avatar
      Update docs for new extended health support · d20ed65c
      Christian Dupuis authored
      fixes #930
      d20ed65c
    • Christian Dupuis's avatar
      Polish · 297d14f5
      Christian Dupuis authored
      297d14f5
    • Andy Wilkinson's avatar
      Continue to support spring.jpa.hibernate.namingstrategy · aaa5b9dd
      Andy Wilkinson authored
      In 1.0, the property spring.jpa.hibernate.namingstrategy could be
      used to configure Hibernate's naming strategy. This was at odds with
      most other configuration where binding to namingStrategy would require
      a property with some indication that it was two separate words, for
      example: naming-strategy, naming_strategy, or namingStrategy
      
      This commit adds a new setter, setNamingstrategy, to JpaProperties so
      that an app that was using namingstrategy in 1.0 continues to work
      in 1.1.
      
      Issue #928
      aaa5b9dd
    • Phillip Webb's avatar
      Polish · 1a475102
      Phillip Webb authored
      1a475102