-
Notifications
You must be signed in to change notification settings - Fork 16
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
AbstractMethodError with Play 2.6.15 #26
Comments
I can confirm this:
|
ashleymercer
added a commit
to ashleymercer/sbt-aspectj-runner
that referenced
this issue
Jun 22, 2018
Caused by a small API-breaking change introduced in Play 2.6.15 github.com/playframework/playframework/commit/e6ed7740 This change should be backwards-compatible (will continue to work with older versions of Play) since URLClassLoader is a subclass of ClassLoader.
ivantopo
added a commit
that referenced
this issue
Jul 21, 2018
Fix URLClassLoader incompatibility with Play 2.6.15 (#26)
PR has been merged so closing this ticket. |
Thanks @ashleymercer :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like there have been some small changes in Play 2.6.15 (e.g. this change to the
ApplicationClassLoaderProvider
interface) which now causeAbstractMethodError
.The text was updated successfully, but these errors were encountered: