Skip to content

Changes

Summary

  1. [maven-release-plugin] prepare release 4.0.1 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. Tolerate MP Metrics 5.0 API changes (details)
Commit 9d1380bf17ee8f5225b24d755819e5ac6ee33ac8 by Microprofile Bot
[maven-release-plugin] prepare release 4.0.1
The file was modified api/pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified spec/pom.xml (diff)
Commit 0cc75cb172bb975302166e97566a54c83640bd59 by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
The file was modified api/pom.xml (diff)
The file was modified spec/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tck/pom.xml (diff)
Commit 0172e71f8847f78423919ac1ce8b11616c72ce50 by Andrew Rouse
Tolerate MP Metrics 5.0 API changes

- Methods removed from Snapshot
- Gauge<T> changed to Gauge<T extends Number>
  - Breaks binary compatibility because method signatures are different
    after type erasure
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/metrics/util/GaugeMetric.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/metrics/TimeoutMetricTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/metrics/BulkheadMetricTest.java (diff)