iZettle / dropwizard-metrics-influxdb

Dropwizard Metrics v3 InfluxDB
Apache License 2.0
88 stars 37 forks source link

Support Dropwizard 4.0.x #231

Open spags-lacework opened 2 months ago

spags-lacework commented 2 months ago

Hi. I'm not sure if this repo is often maintained but I was looking to upgrade to Dropwizard 4 and I found usage of this library that needed to be upgraded as well to support Dropwizard.

Most of the changes are pretty obvious, Dropwizard 4 upgrades jakarta and java versions. Additionally I had to add a junit dependency to run mvn test and BaseReporterFactory was moved.