Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Upgrade to Spring Boot 0.5.0.M6 #126

Merged
merged 6 commits into from Nov 13, 2013
Merged

Upgrade to Spring Boot 0.5.0.M6 #126

merged 6 commits into from Nov 13, 2013

Commits on Nov 13, 2013

  1. Merge branch 'polish'

    cbeams committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    4850bca View commit details
    Browse the repository at this point in the history
  2. Upgrade Spring Security 3.2.0.{RC1 => RC2}

    Made in preparation for upgrade to Spring Boot 0.5.0.M6, which itself
    depends on Spring Security 3.2.0.RC2, this upgrade required a minor
    update to SecurityRequestPostProcessors to reflect a breaking API change
    in Spring Security's CSRF support.
    cbeams committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    8ef5f3f View commit details
    Browse the repository at this point in the history
  3. Upgrade Apache HttpClient 4.3{-beta2 => GA}

    In preparation for upgrade to Spring Boot 0.5.0.M6, which depends on the
    now-released HttpClient 4.3 GA.
    cbeams committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    76c5a19 View commit details
    Browse the repository at this point in the history
  4. Upgrade Thymeleaf dependencies

    Synchronize Thymeleaf dependencies with their respective versions in
    Spring Boot 0.5.0.M6 in preparation for upgrade to the latter.
    cbeams committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    8045019 View commit details
    Browse the repository at this point in the history
  5. Disable Hibernate schema export explicitly

    Now enabled by default in Spring boot 0.5.0.M6, this commit explicitly
    disables Hibernate schema generation in order to allow Flyway to
    continue handling schema creation and updates without conflict.
    cbeams committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    9d84e1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dddc583 View commit details
    Browse the repository at this point in the history