Skip to content

MicroProfile Metrics 2.0.2

Compare
Choose a tag to compare
@jmartisk jmartisk released this 29 Aug 13:14

This is an update to MicroProfile Metrics 2.0.1, primarily to fix a few potential issues in the TCK.
There is one functional bugfix in that MetricType.from(java.lang.Class) will now correctly detect the MetricType if it is passed an anonymous class or the class of a lambda expression.

To use this release, pull in

<dependency>
    <groupId>org.eclipse.microprofile.metrics</groupId>
    <artifactId>microprofile-metrics-api</artifactId>
    <version>2.0.2</version>
</dependency>

There are no functional changes since 2.0.1.