[dropwizard-metrics] 12/14: Updated version 3.2.3 from 'upstream/3.2.3'

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jul 25 17:59:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository dropwizard-metrics.

commit 72c55428a3e3ac66613fdf77ea6580942ff7d76a
Merge: cb0e255 c858c7d
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jul 25 18:15:53 2017 +0200

    Updated version 3.2.3 from 'upstream/3.2.3'
    
    with Debian dir 5355367bd0c8c47bf55f7c6ad013281e65122a97

 .gitignore                                         |   3 +
 docs/pom.xml                                       |   2 +-
 docs/source/about/release-notes.rst                |  10 +-
 docs/source/manual/core.rst                        |  12 +
 docs/source/manual/third-party.rst                 |   2 +-
 metrics-annotation/pom.xml                         |   2 +-
 metrics-benchmarks/pom.xml                         |   2 +-
 .../metrics/benchmarks/ReservoirBenchmark.java     |  37 ++-
 .../SlidingTimeWindowReservoirsBenchmark.java      |  80 ++++++
 metrics-core/pom.xml                               |   2 +-
 .../metrics/ChunkedAssociativeLongArray.java       | 310 +++++++++++++++++++++
 .../metrics/ExponentiallyDecayingReservoir.java    |  16 +-
 .../java/com/codahale/metrics/LongAdderProxy.java  |   2 +-
 .../com/codahale/metrics/ScheduledReporter.java    |  10 +-
 .../codahale/metrics/SharedMetricRegistries.java   |  16 +-
 .../metrics/SlidingTimeWindowArrayReservoir.java   | 100 +++++++
 .../codahale/metrics/ThreadLocalRandomProxy.java   |   6 +-
 .../metrics/ChunkedAssociativeLongArrayTest.java   |  71 +++++
 .../ExponentiallyDecayingReservoirTest.java        |  43 ++-
 .../codahale/metrics/ScheduledReporterTest.java    |   6 +
 .../SlidingTimeWindowArrayReservoirTest.java       | 150 ++++++++++
 metrics-ehcache/pom.xml                            |   2 +-
 metrics-ganglia/pom.xml                            |   2 +-
 metrics-graphite/pom.xml                           |   2 +-
 .../codahale/metrics/graphite/GraphiteTest.java    |   2 +-
 metrics-healthchecks/pom.xml                       |   2 +-
 .../com/codahale/metrics/health/HealthCheck.java   |   3 +-
 .../health/SharedHealthCheckRegistries.java        |  15 +-
 .../codahale/metrics/health/HealthCheckTest.java   |  12 +
 metrics-httpasyncclient/pom.xml                    |   2 +-
 metrics-httpclient/pom.xml                         |   2 +-
 metrics-jcache/pom.xml                             |   2 +-
 metrics-jcstress/README.md                         |  17 ++
 metrics-jcstress/findbugs-exclude.xml              |   8 +
 {metrics-benchmarks => metrics-jcstress}/pom.xml   |  78 ++++--
 ...lidingTimeWindowArrayReservoirTrimReadTest.java |  67 +++++
 ...gTimeWindowArrayReservoirWriteReadAllocate.java |  45 +++
 ...idingTimeWindowArrayReservoirWriteReadTest.java |  45 +++
 metrics-jdbi/pom.xml                               |   2 +-
 metrics-jersey/pom.xml                             |   2 +-
 metrics-jersey2/pom.xml                            |   2 +-
 metrics-jetty8/pom.xml                             |   2 +-
 metrics-jetty9-legacy/pom.xml                      |   2 +-
 metrics-jetty9/pom.xml                             |   2 +-
 metrics-json/pom.xml                               |   2 +-
 metrics-jvm/pom.xml                                |   2 +-
 metrics-log4j/pom.xml                              |   2 +-
 metrics-log4j2/pom.xml                             |   2 +-
 metrics-logback/pom.xml                            |   2 +-
 metrics-servlet/pom.xml                            |   2 +-
 metrics-servlets/pom.xml                           |   2 +-
 pom.xml                                            |   7 +-
 52 files changed, 1140 insertions(+), 81 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dropwizard-metrics.git



More information about the pkg-java-commits mailing list