Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"mvn test" fails with metrics 2.0.0-RC0 #5

Open
rnewson opened this issue Feb 28, 2012 · 1 comment
Open

"mvn test" fails with metrics 2.0.0-RC0 #5

rnewson opened this issue Feb 28, 2012 · 1 comment

Comments

@rnewson
Copy link
Contributor

rnewson commented Feb 28, 2012

Reverting ae851bb fixes 'mvn test'.

Classes like "MetricsRegistry" appear in both the newly introduced metrics-scala dependency and the existing overlock-scala dependency, which probably explains it.

decode regular terms(scalang.terms.ScalaTermDecoderSpec): java.lang.NoSuchMethodError: com.yammer.metrics.core.MetricsRegistry.newTimer(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/util/concurrent/TimeUnit;Ljava/util/concurrent/TimeUnit;)Lcom/yammer/metrics/core/Timer;
decode full distribution packets(scalang.terms.ScalaTermDecoderSpec): java.lang.NoSuchMethodError: com.yammer.metrics.core.MetricsRegistry.newTimer(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/util/concurrent/TimeUnit;Ljava/util/concurrent/TimeUnit;)Lcom/yammer/metrics/core/Timer;

@rnewson
Copy link
Contributor Author

rnewson commented Mar 18, 2012

This issue only affects Scalang tests if run with the '0.6.0' from boundary's public maven repo. If I install the '0.6.0' using the latest checkout of the overlock library instead, it passes. Easiest fix is a version bump to overlock, a repo deploy, and a bump to Scalang's dependency of overlock.

@ghost ghost assigned moonpolysoft Aug 10, 2012
@moonpolysoft moonpolysoft removed their assignment Mar 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants