On 22/06/2023 21:08, Arne Bernhardt wrote:
Do you think it would be possible to integrate
https://github.com/apache/jena/issues/1912 in Jena 4.9.0 ?
So there would be enough time and feedback to see if it can replace
GraphMem as default in Jena 5.0.0?
Arne
Yes.
A switch to term-semantics by default in graph/model is a 5.x thing but
the code can be available. Feedback would be good but we can't rely on
that; everyone is time-short.
So would this be extra calls in ModelFactory?
Possibly with a single switch so that the default can be made into one
of the new term graphs? These Models and Graphs get created implicit as
well as by application calls to ModelFactory.
Andy
Let's rename org.apache.jena.graph.Factory to
org.apache.jena.graph.GraphMemFactory at 5.0.0
It's annoying.
https://github.com/apache/jena/issues/1919
and PR 1920 to start the process.