1. 03 Mar, 2015 2 commits
    • Andy Wilkinson's avatar
      Merge branch '1.2.x' · 3ce45c0b
      Andy Wilkinson authored
      3ce45c0b
    • Andy Wilkinson's avatar
      Make MetricRegistryMetricReader thread-safe · ee567fa8
      Andy Wilkinson authored
      MetricRegistryMetricReader’s fields where neither final, nor volatile
      but could be accessed on multiple threads. This lead to visibility
      problems where the value of a field would unexpectedly be null, causing
      an NPE.
      
      This commit updates all of the fields to declare them as final, thereby
      ensuring that their values are guaranteed to be visible across different
      threads.
      
      Fixes gh-2590
      ee567fa8
  2. 02 Mar, 2015 7 commits
  3. 27 Feb, 2015 3 commits
  4. 26 Feb, 2015 13 commits
  5. 25 Feb, 2015 15 commits