-
Notifications
You must be signed in to change notification settings - Fork 328
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
aspectj dependency scope [was: version update to 1.8.x] #106
Comments
Hello Andrei, as of 290a3c9 we moved to AspectJ 1.8.1 and probably will take it to 1.8.4 that was released a few hours ago. In practice we never found any problem in using the 1.8.1 weaver with previous versions of Kamon, but the upgrade is there anyway, our next release will come with the upgraded versions. Also, note that we no longer have a compile dependency on the weaver, just on aspectjrt. |
Ivan:
and since I verified that when I remove so the kamon-core dependency should be either to I would prefer this affects both sbt and maven pom.xml should look like
|
@Andrei-Pozolotin thanks a lot for the detailed explanation, totally agree with the proposal and made the changes already! |
thank you. |
kamon depends on aspect version 1.7.4 which seems abandoned
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.aspectj%22%20AND%20a%3A%22aspectjweaver%22
while 1.8.x is in development; would it be appropriate to do aspectj version update to 1.8.x ?
The text was updated successfully, but these errors were encountered: