1. 07 Mar, 2016 4 commits
    • Stephane Nicoll's avatar
      Improve Couchbase repository support · ad53f09e
      Stephane Nicoll authored
      Previously, if Couchbase was available on the classpath but not
      configured, Spring Boot would attempt to scan the project for
      repositories anyway.
      
      This commit makes sure that it only happens if an infrastructure
      bean required is present. The tests have also been rewritten to better
      reflect what would happen in practice.
      
      Closes gh-5349
      ad53f09e
    • Andy Wilkinson's avatar
      Allow LoggingSystem to be disabled · bbd78407
      Andy Wilkinson authored
      In certain environments, such as Jetty configured with centralized
      logging, Spring Boot's logging system can be problematic.
      
      This commit adds support for using the existing LoggingSystem system
      property, configured with a value of none, to disable the logging
      system and rely on the standard logging configuration mechanism for
      whatever logging framework is in use.
      
      Closes gh-3571
      bbd78407
    • Andy Wilkinson's avatar
      Merge pull request #5310 from Felipe Rotilho · a578488b
      Andy Wilkinson authored
      * gh-5310:
        Upgrade to Gson 2.6.2
      a578488b
    • Felipe Rotilho's avatar
      Upgrade to Gson 2.6.2 · 00bb936c
      Felipe Rotilho authored
      Closes gh-5310
      00bb936c
  2. 06 Mar, 2016 2 commits
  3. 05 Mar, 2016 1 commit
    • Stephane Nicoll's avatar
      Update computation of ehcache statistics · 830c4c99
      Stephane Nicoll authored
      Previously, the ehcache statistics were computed on the activity of the
      last minute which gives a "live" overview. All others cache managers,
      including JCache, provides a "cumulative" metrics (i.e. the hit/miss
      ratio since the creation of the cache or the last time it got cleared).
      
      Ths commit aligns the ehcache statistics to provide a similar semantics
      as the other cache managers. The side effect is that the metrics are now
      available, even if there is no cache activity at all at the moment.
      
      Closes gh-4891
      830c4c99
  4. 04 Mar, 2016 8 commits
  5. 03 Mar, 2016 11 commits
  6. 02 Mar, 2016 6 commits
  7. 01 Mar, 2016 8 commits