-
Notifications
You must be signed in to change notification settings - Fork 69
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
Update Jena? #44
Comments
I agree, should be minor, but will be a 2.0.1 release. Do you want to have a go at it? I'll have a look at your other PRs soon. Thanks for the help! |
Sure, I can try. But as there are very few unit tests, I'm not sure how to verify that everything works after the upgrade... |
Actually, looking at the pom files, the current configuration seems to be a mixture of Jena 3.0.0 and 3.0.1, which is a bit strange. |
This was done in #45 |
Actually not, the changes mentioned in #45 were pulled in to the shawnsmith branch but not applied to |
Any progress on this? Even though HDT is very useful, at the moment it's not usable with Jena/Fuseki because hdt-java still depends on an old version of Jena. I just hit this error myself, and there is no workaround other than updating the Jena dependency. |
I have upgraded the master branch to the latest Jena version 3.7.0 |
hdt-java currently uses Jena 3.0.1, which was released in December 2015. Jena 3.2.0 was just released so hdt-java is now three Jena releases behind. There has been a lot of work on Jena, including many fixes to the SPARQL query engine.
I think hdt-java should be upgraded to the newest Jena release. Jena APIs are pretty stable so I don't expect this to be difficult, though I haven't tried (yet).
The text was updated successfully, but these errors were encountered: