1. 06 Mar, 2016 2 commits
  2. 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
  3. 04 Mar, 2016 8 commits
  4. 03 Mar, 2016 11 commits
  5. 02 Mar, 2016 6 commits
  6. 01 Mar, 2016 10 commits
  7. 29 Feb, 2016 2 commits
    • Stephane Nicoll's avatar
      Auto-configure Rabbit MessageConverter · 813d86e5
      Stephane Nicoll authored
      If a `MessageConverter` bean is available, we now associate it to the
      created `RabbitTemplate` and `RabbitListenerContainerFactory`. That way,
      registering a custom `MessageConverter` is all that's needed.
      
      The Rabbit auto-configuration is now using the new `ObjectProvider` that
      offers a nicer API to detect if a primary candidate is available for
      optional collaborators.
      
      Closes gh-5088
      813d86e5
    • Stephane Nicoll's avatar
      Polish · 360caf3d
      Stephane Nicoll authored
      360caf3d