-
Notifications
You must be signed in to change notification settings - Fork 226
Conversation
|
||
```xml | ||
<dependency> | ||
<groupId>com.ryantenney.metrics</groupId> | ||
<artifactId>metrics-spring</artifactId> | ||
<version>3.1.3</version> | ||
<version>3.9.9</version> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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.
Expansion of #217 . Still needs extensive testing