Iacopo

Results 4 issues of Iacopo

Not sure this is an issue with my project structure or how the plugin stages jars, but wanted to report it here in order to get a little more visibility....

bug
question

It looks like the current implementation of the `io.prometheus.metrics.core.metrics.StatefulMetric#clear` method (see #935) is clearing the data, but not nullifying the `io.prometheus.metrics.core.metrics.StatefulMetric#noLabels` field, allowing that to be returned by the `io.prometheus.metrics.core.metrics.StatefulMetric#getNoLabels`...

Fixes #971 - nullified volatile `noLabels` variable on `clear()` - enhanced `testClearNoLabels` @fstab @dhoard @tomwilkie

In the PetStore example, a deep link to `Store -> Orders -> Create -> placeOrder` wouldn't work with the current setup: ``` window.ui = SwaggerUIBundle({ url: "/pet-store.json", deepLinking: true, docExpansion:...