Skip to content
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

Closed
osma opened this issue Feb 13, 2017 · 8 comments
Closed

Update Jena? #44

osma opened this issue Feb 13, 2017 · 8 comments

Comments

@osma
Copy link
Contributor

osma commented Feb 13, 2017

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).

@mielvds
Copy link
Member

mielvds commented Feb 13, 2017

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!

@osma
Copy link
Contributor Author

osma commented Feb 13, 2017

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...

@osma
Copy link
Contributor Author

osma commented Feb 13, 2017

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.

@osma
Copy link
Contributor Author

osma commented Nov 17, 2017

This was done in #45

@osma osma closed this as completed Nov 17, 2017
@osma
Copy link
Contributor Author

osma commented Nov 17, 2017

Actually not, the changes mentioned in #45 were pulled in to the shawnsmith branch but not applied to master.

@osma osma reopened this Nov 17, 2017
@sharpaper
Copy link

@wonkydonky
Copy link

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.

@MarioAriasGa
Copy link
Member

I have upgraded the master branch to the latest Jena version 3.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants