IllegalAccessError: class org.javers.spring.jpa.JaversTransactionalDecorator$$EnhancerBySpringCGLIB$$4c0aeeb8 cannot access its superclass org.javers.spring.jpa.JaversTransactionalDecorator #396
Labels
Comments
@kaustubhkeshav please follow the Guidelines for Bug Reporting looks like this is a problem with visibility of JaversTransactionalDecorator, but we need a test to prove it. |
Seems like this is happening if we have the below dependency on our class path. Should be fairly easy to replicate.
|
fixed in release 2.0.3 |
@ravindrapawar I have no idea why you are posting here, this issue is totally unrelated to your exception. Btw try to read and understand stack traces before posting them on github and calling for help.
You are trying to connect to MongoDB, but on your machine there is no mongo server at localhost:27017. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seeing the below error when using current savers spring boot starter implementation (v 2.0.2)
My POM has
Application.yml file has
Here's my custom AuthorProvider that I am using...
I'm also using HikariCP for Datasource creation
Some startup logs before the error is thrown are...
The Repository has been annotated with @JaversSpringDataAuditable and no other code changes have been made to integrate with Javers. I made the changes as suggested in http://javers.org/documentation/spring-boot-integration/ so please let me know if I am missing something here.
The text was updated successfully, but these errors were encountered: