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
We had a test that was inadvertently using the prometheus-metrics-exposition-formats transitive dependency. This broke when the scope was reduced to runtime until, and was fixed by addingprometheus-metrics-exposition-formats as a dependency.
Transitive dependencies and their scope changed in a patch release. Was this intentional?
prometheus-metrics-exporter-common-1.3.3.pom included:
/prometheus-metrics-exporter-common-1.3.4.pom included:
Changes:
prometheus-metrics-exposition-formats
was reduced to scoperuntime
.prometheus-metrics-exposition-textformats
was addedThis required me to intervene when updating. Not a big deal, but wanted to let you all know in case you have a policy to avoid this type of thing.
The text was updated successfully, but these errors were encountered: