Skip to content

HdrHistogram-2.2.1

Latest
Compare
Choose a tag to compare
@giltene giltene released this 05 May 09:42
· 4 commits to master since this release

High Level changes

  • Changes to Java SE versions support:

    • Moves earliest supported Java SE version to Java 8 (Java 7 no longer supported starting 2.2.x)
    • Builds and tests on Java SE 8, 11, 17, and 21. Produces Java SE 8 (source, target, release) artifacts.
    • Packaging (mvn package) requires Java SE 11 or above. Will still produce Java SE 8 compatible jars, but also includes module info.
  • Adds API to abstract histogram snapshot sources via IntervalHistogramProvider (see #185)

  • Adds explicit module info using the moditect maven plugin (see #205)

What's Changed

New Contributors

Full Changelog: HdrHistogram-2.1.12...HdrHistogram-2.2.1