1. 22 Aug, 2013 8 commits
    • Phillip Webb's avatar
      Rework database auto-configure · d0494f52
      Phillip Webb authored
      Rework several aspects of database auto-configuration:
      
      - Use RelaxedPropertyResolver to obtain property values
      - Extract EmbeddedDatabaseConnection from EmbeddedDatabaseConfiguration
      - Rename several configuration classes for consistency
      
      Issue: #53028397
      d0494f52
    • Phillip Webb's avatar
      Use RelaxedPropertyResolver in auto-configuration · 3bbdc75f
      Phillip Webb authored
      Update several existing auto-configuration classes to use the new
      RelaxedPropertyResolver.
      
      This commit also rename the spring.template property to spring.thymeleaf
      in case we wish to support more templating engines in the future.
      3bbdc75f
    • Phillip Webb's avatar
      Create RelaxedPropertyResolver · ae330c19
      Phillip Webb authored
      Create RelaxedPropertyResolver class that can be used to get values
      from another PropertyResolver (probably an Environment) using the
      same relaxed rules as the RelaxedDataBinder.
      
      The commit extracts the relaxed naming rules from RelaxedDataBinder
      into a new RelaxedNames class.
      
      Issue: #55621278
      ae330c19
    • Phillip Webb's avatar
      Fix DataSourceConfiguration isTestOnReturn() · c33f7e2c
      Phillip Webb authored
      Fix setTestOnReturn to use isTestOnReturn.
      c33f7e2c
    • Dave Syer's avatar
      ManagementServerConfiguration security · a899e1ca
      Dave Syer authored
      Management endpoints are still secure by default if
      Spring Security is present, but now the default
      user details have an ADMIN role, and a random password
      (which is logged at INFO level if not overridden).
      
      To override you add management.user.password (name, role)
      to external properties.
      
      [Fixes #53029715] [bs-203]
      a899e1ca
    • Dave Syer's avatar
      /info endpoint should be open by default · 8f3c4808
      Dave Syer authored
      [#53029715] [bs-203] ManagementServerConfiguration security
      8f3c4808
    • Dave Syer's avatar
      Merge branch 'feature/websocket' · 6c9c4e0a
      Dave Syer authored
      6c9c4e0a
    • ggerard's avatar
      Typo (mvn -> curl) · b141d12a
      ggerard authored
      b141d12a
  2. 21 Aug, 2013 13 commits
  3. 20 Aug, 2013 9 commits
  4. 19 Aug, 2013 3 commits
    • Dave Syer's avatar
      Restore Tomcat in CLI · 229943a8
      Dave Syer authored
      Seems to work. I think the problem was the race conditions
      that we hopefully already eliminated. I got an out of memory
      error running the samples tests in Eclipse, but then it went
      away again (something to look out for).
      
      [Fixes #54925992] [bs-280]
      229943a8
    • Dave Syer's avatar
      12241ec6
    • Dave Syer's avatar
      Add additional ViewResolver configuration · 2fbff698
      Dave Syer authored
      The DispatcherServlet adds a default InternalViewResolver
      which was used by some apps, but when the actuator was
      available it added an "/error" bean and effectively
      switched off the default view resolver. The net fix was
      to add an InternalViewResolver at the same time as
      adding any other ViewResolvers.
      
      [Fixes #55357516] [bs-290] Actuator UI app cannot serve static index.html
      2fbff698
  5. 18 Aug, 2013 1 commit
  6. 16 Aug, 2013 3 commits
  7. 15 Aug, 2013 3 commits