-
Notifications
You must be signed in to change notification settings - Fork 49
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
Stop using illegal reflective access #23
Comments
Hi @mustafashabib , Thanks for the bug report. |
BTW - some of the tests seem to be failing for your PR there, and also it seems to have merge conflicts now. |
Yes I saw that, I will fix it asap ;) |
The reference to the Spring Data JPA PR => spring-projects/spring-data-jpa#305 |
Merge conflict fixed. |
Looks like they removed the build step from their PRs. |
The PR was rejected => https://jira.spring.io/browse/DATAJPA-1497 |
Hello @reda-alaoui Any update about the rejected PR ? Will you try to convince them to accept it, or is there any workaround (except disabling illegal access) ? I have been using your library for a few months and I really like it, it fits my needs perfectly :-) but if the support will stop with Java 12, I should unfortunately reconsider it for some of our projects :( Thanks in advance ! |
Hello @jplumez , I am planning to retry convincing them. |
FYI, meanwhile, I think you can still permit illegal access with |
I have commented on the spring issue to add more support from users :) |
spring-projects/spring-data-jpa#305 was merged ! 🍾 The first Spring Data JPA version to contain spring-projects/spring-data-jpa#305 fix will be 2.3.0. Therefore the current issue fix will be available starting with |
Spring Data JPA 2.3.0.RELEASE is now available.
and
|
Hi All
We're on gradle 5.1 and are seeing this message during builds using spring-data-jpa-entity-graph v2.07.
Just wanted to report it in case it's useful.
The text was updated successfully, but these errors were encountered: