-
Notifications
You must be signed in to change notification settings - Fork 14
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
Java 16 issue illegal access #43
Comments
Hi, thanks for the report. As a quick fix, adding the following
I need to investigate whether it is possible to devise a solution for Java 16+ that makes the proxy mapper system work out-of-the-box. The background is, that the Note for myself: This stack overflow post may contain helpful information. |
Turns out that one of the answers of the stack overflow post pointed to class in the spring framework which so far solved at least the MethodHandles issue; it seems that dynamic collection getters ( |
Hello, Can I do smth to help you? Maybe can you point out what should be updated and give some hint on how :) With Java 17, the "add-opens" option does not exist anymore. |
Hi, I am about to complete a quite big restructuring and some refactoring of this project in order to improve modularity and disentangle certain awkward dependencies; I'll come back to this issue once this is complete which should be during next week. |
Time passes on so quickly ... in any case I finally managed to migrate from cglib to bytebuddy and the first couple of my apps that used to show illegal access warnings no longer show them; its currently in the refactored code based and still needs to be pushed to this repo though :/ |
Great news and job! 👍 |
@Aklakan: I would be very happy to see the new version, I tried to fix some errors in LIMES and this is a problem when running it under Java 16. |
the refactoring of jena-sparq-api "jenax" (simply for jena extensions) 4.4.0-1 is available on mvn central https://mvnrepository.com/artifact/org.aksw.jenax i hope it doesn't take that long anymore to merge the code back into this repo :) |
Thank you very much 👍 |
Hello,
Please note it appears that
jena-sparql-api
is not compatible with java 16.Have you planned to make it compatible?
The text was updated successfully, but these errors were encountered: