madrob commented on a change in pull request #207:
URL: https://github.com/apache/solr/pull/207#discussion_r666539176
##########
File path:
solr/core/src/java/org/apache/solr/metrics/reporters/SolrSlf4jReporter.java
##########
@@ -85,7 +85,7 @@ public void report() {
}
@Override
- @SuppressWarnings({"rawtypes"})
+ @SuppressWarnings("rawtypes") // super uses raw Gauge, so we're stuck with
it
Review comment:
I just checked and it is fixed in the development branch of DropWizard
5.0, but not in the stable branch for 4.x. It looks like 5.0 is on pause though
because they are concerned that there wouldn't be adoption of incompatible
changes (of which I think this would be one), so I'm not holding out hope to
see it any time soon.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]