You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MP seems to have finally decided to release Metrics 2.2 and MP 3.2 to address the backward-incompatible change in metrics 2.1/MP 3.1 (Gauge<T> -> Gauge<T extends Number>). They seem to be currently at work to create those new releases.
We had incorporated that change and added enforcement to @Gauge annotation sites.
That Helidon code needs to be removed or commented out for when those new MP releases are ready.
The text was updated successfully, but these errors were encountered:
MP seems to have finally decided to release Metrics 2.2 and MP 3.2 to address the backward-incompatible change in metrics 2.1/MP 3.1 (
Gauge<T>
->Gauge<T extends Number>
). They seem to be currently at work to create those new releases.We had incorporated that change and added enforcement to
@Gauge
annotation sites.That Helidon code needs to be removed or commented out for when those new MP releases are ready.
The text was updated successfully, but these errors were encountered: