Jelly-RDF / jelly-jvm

JVM (Scala) implementation of Jelly
https://jelly-rdf.github.io/jelly-jvm/
Apache License 2.0
4 stars 1 forks source link

Update Apache Jena to 5.x #78

Open Ostrzyciel opened 2 months ago

Ostrzyciel commented 2 months ago

As per #71 we will stick to Jena 4.x in the 1.0.0 release and switch to Jena 5 immediately for 1.1.0. This task is about introducing this change. There are some small incompatibilities to resolve I think. Double check the added feature list of Jena to see if there is anything new we make make use of.

Ostrzyciel commented 1 month ago

https://lists.apache.org/thread/hn1d1mpg9hwv7m0m620j53jgpw2rrdyz

Ostrzyciel commented 1 month ago

The change in default graph semantics (value to term-based) will affect performance a bit (positively, I hope) because with it we get a more performant Graph implementation. Supposedly.