[
https://issues.apache.org/jira/browse/CASSANDRA-18907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17772249#comment-17772249
]
Maxim Muzafarov commented on CASSANDRA-18907:
---------------------------------------------
[~stefan.miklosovic] Hey, can you take a look at these changes?
> Remove unnecessary reporter-config3 dependency
> ----------------------------------------------
>
> Key: CASSANDRA-18907
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18907
> Project: Cassandra
> Issue Type: Task
> Components: Observability/Metrics
> Reporter: Maxim Muzafarov
> Assignee: Maxim Muzafarov
> Priority: Normal
> Fix For: 5.0.x, 5.x
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> After the CASSANDRA-14667 the dwopwizard metrics library was updated to the
> latest version, metrics reporters e.g. ConsoleReporter or CsvReporter that
> were shipped with the {{reporter-config3}} are no longer needed as they are
> part of the dropwizard itself.
> The project has been archived since the 2020 year and is no longer supported.
> https://github.com/addthis/metrics-reporter-config
> I think we can remove the following:
> {code}
> <dependency>
> <groupId>com.addthis.metrics</groupId>
> <artifactId>reporter-config3</artifactId>
> <version>3.0.3</version>
> <exclusions>
> <exclusion>
> <artifactId>hibernate-validator</artifactId>
> <groupId>org.hibernate</groupId>
> </exclusion>
> </exclusions>
> </dependency>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]