[ 
https://issues.apache.org/jira/browse/CASSANDRA-18907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17771891#comment-17771891
 ] 

Maxim Muzafarov commented on CASSANDRA-18907:
---------------------------------------------

Patch for trunk:
https://github.com/apache/cassandra/pull/2772

CI:
https://app.circleci.com/pipelines/github/Mmuzaf/cassandra/401/workflows/b3122c00-5ce7-4ea0-b1ff-a25a214fa276

> 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.x
>
>          Time Spent: 10m
>  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]

Reply via email to