LinkedDataFragments / Client.Java

A Triple Pattern Fragments client for Java (Jena)
MIT License
8 stars 10 forks source link

Java 8 - Jena 3.1 #14

Closed ghsnd closed 7 years ago

ghsnd commented 8 years ago

Update to Java 8, Jena 3.1.0 (which requires Java >= 8), other libraries updated as well. Tried to change the code as little as possible. This could be a basis for further development.

Cheers, Gerald

ghsnd commented 8 years ago

It does not need to be merged in the master branch, since companies still might use Java 7...

rubensworks commented 8 years ago

Do the library updates require Java 8? If not, these library updates could be merged into the master branch, and the Java 8 code changes to develop?

ghsnd commented 8 years ago

I think this version of log4j requires java 8. But it can be changed to a version < 2.4, which I think doesn't. As far as I can tell, the other libraries don't require Java 8.

laurensdv commented 7 years ago

Java 8 is the default version now, the Java 7 version is no longer supported.