Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

V4.02 DropWizard Support #220

Closed
wants to merge 5 commits into from

Conversation

mikebell90
Copy link

Expansion of #217 . Still needs extensive testing


```xml
<dependency>
<groupId>com.ryantenney.metrics</groupId>
<artifactId>metrics-spring</artifactId>
<version>3.1.3</version>
<version>3.9.9</version>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't made this 4.0.0 yet, pending an official merge

<version>3.1.3-SNAPSHOT</version>
<packaging>bundle</packaging>
<version>3.9.9-SNAPSHOT</version>
<packaging>jar</packaging>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not too familiar with the osgi stuff, and it was giving odd errors, but can restore

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bundle packaging didn't seem to work, haven't investigated

@@ -56,22 +56,25 @@
</repository>
</repositories>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can drop this down if desired, but I think nowadays this is a reasonable baseline

@@ -225,7 +228,7 @@
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-ganglia</artifactId>
<artifactId>metrics-jmx</artifactId>
<optional>true</optional>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On retrospect this probably shouldn't be optional.

@mikebell90 mikebell90 closed this Sep 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant