Skip to content

Changes

Summary

  1. Refactor bad smell UnnecessaryToStringCall (details)
  2. Update MPMetricBaseMetricsTest.java (details)
  3. Update MetricAppBeanOptional.java (details)
  4. [maven-release-plugin] prepare release 5.1.0-RC1 (details)
  5. [maven-release-plugin] prepare for next development iteration (details)
  6. Remove explicity dependency statement for jakarta.ws.rs-api and cdi and use from MP parent + updat TCK BOM to 3.2 (details)
Commit 8ec366a2b228d88bb26fc7f81a3904d6baf92354 by Martin Wittlinger
Refactor bad smell UnnecessaryToStringCall

The toString() method is not needed in cases the underlying method handles the conversion. Also calling toString() on a String is redundant. Removing them simplifies the code.
The file was modified tck/optional/src/main/java/org/eclipse/microprofile/metrics/test/optional/MPMetricBaseMetricsTest.java (diff)
The file was modified tck/optional/src/main/java/org/eclipse/microprofile/metrics/test/optional/MetricAppBeanOptional.java (diff)
Commit c3f5ef3c11f98c440ba85a9576b749dfc8a766a5 by noreply
Update MPMetricBaseMetricsTest.java
The file was modified tck/optional/src/main/java/org/eclipse/microprofile/metrics/test/optional/MPMetricBaseMetricsTest.java (diff)
Commit b69367852129f20a3ca976a2bb65e8db582098e7 by noreply
Update MetricAppBeanOptional.java
The file was modified tck/optional/src/main/java/org/eclipse/microprofile/metrics/test/optional/MetricAppBeanOptional.java (diff)
Commit ad65c697f638d5dcfb2c38831f515d8ff893ab49 by Microprofile Bot
[maven-release-plugin] prepare release 5.1.0-RC1
The file was modified tck/pom.xml (diff)
The file was modified 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 tck/api/pom.xml (diff)
Commit 0b67336dc9e46cd71f4b77606e9acaa02cf76f8d by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
The file was modified spec/pom.xml (diff)
The file was modified tck/optional/pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified tck/rest/pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified tck/api/pom.xml (diff)
The file was modified pom.xml (diff)
Commit 841e7ef3a2fe022cf758e85e90fcb5e251cbbfb2 by David Chan
Remove explicity dependency statement for jakarta.ws.rs-api and cdi and use from MP parent + updat TCK BOM to 3.2
The file was modified pom.xml (diff)