Skip to content

Changes

Summary

  1. [maven-release-plugin] prepare release 5.0.0-RC1 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. Add a test for testing a private method annotated with @Gauge (details)
  4. add tests that check for IAE when using a an illegal tag name; not comprehensive test of all api and annotation calls (details)
  5. Issue #735, remove MetricType class (details)
  6. Doc changes (details)
  7. Further documentation updates - remove section relating to metric types, and updated the change list (details)
Commit 355ddc33a3920cf70f126fda44b50a9325d17c11 by Microprofile Bot
[maven-release-plugin] prepare release 5.0.0-RC1
The file was modified api/pom.xml (diff)
The file was modified tck/api/pom.xml (diff)
The file was modified spec/pom.xml (diff)
The file was modified tck/rest/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tck/optional/pom.xml (diff)
Commit 3f9fbe93581ed17909ef1ccbad5711a31d75eec8 by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
The file was modified tck/api/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tck/optional/pom.xml (diff)
The file was modified tck/rest/pom.xml (diff)
The file was modified spec/pom.xml (diff)
The file was modified api/pom.xml (diff)
Commit b2515ba23b8d70be6bce1b08b0264c47b53b5dd9 by David Chan
Add a test for testing a private method annotated with @Gauge
The file was modified tck/api/src/main/java/org/eclipse/microprofile/metrics/tck/metrics/GaugeMethodBeanTest.java (diff)
The file was modified tck/api/src/main/java/org/eclipse/microprofile/metrics/tck/metrics/GaugeMethodBean.java (diff)
Commit 7c9e6a8d32765b427cf512002e3fbb2bb7654811 by David Chan
add tests that check for IAE when using a an illegal tag name; not comprehensive test of all api and annotation calls
The file was modified tck/api/src/main/java/org/eclipse/microprofile/metrics/tck/tags/TagsTest.java (diff)
Commit 549d409187ffbcfa76c2d9b4686c1bfa28cda360 by Jonathan Gallimore
Issue #735, remove MetricType class

Signed-off-by: Jonathan Gallimore <jgallimore@tomitribe.com>
The file was removedapi/src/main/java/org/eclipse/microprofile/metrics/MetricType.java
The file was modified api/src/main/java/org/eclipse/microprofile/metrics/Metadata.java (diff)
The file was modified api/src/main/java/org/eclipse/microprofile/metrics/MetadataBuilder.java (diff)
The file was modified api/src/main/java/org/eclipse/microprofile/metrics/DefaultMetadata.java (diff)
The file was modified tck/rest/src/main/java/org/eclipse/microprofile/metrics/test/MetricAppBean.java (diff)
The file was modified tck/api/src/main/java/org/eclipse/microprofile/metrics/tck/MetricRegistryTest.java (diff)
Commit b738f85ad91bbd81d282e46a86d8cf7e48337505 by Jonathan Gallimore
Doc changes

Signed-off-by: Jonathan Gallimore <jgallimore@tomitribe.com>
The file was modified spec/src/main/asciidoc/architecture.adoc (diff)
The file was modified spec/src/main/asciidoc/app-programming-model.adoc (diff)
Commit 734ab76abcb8ffd37d3c990a70ee4142166d1019 by Jonathan Gallimore
Further documentation updates - remove section relating to metric types, and updated the change list

Signed-off-by: Jonathan Gallimore <jgallimore@tomitribe.com>
The file was modified spec/src/main/asciidoc/changelog.adoc (diff)
The file was modified spec/src/main/asciidoc/app-programming-model.adoc (diff)