afs opened a new issue, #3619: URL: https://github.com/apache/jena/issues/3619
`org.apache.jena.mem` is the package for GraphMemValue, the in-memory implementation of Graph with "same value semantics. It is used by the Model API. Graphs from `org.apache.jena.mem2`, with "same term" semantics, are preferred and align with RDF specifications. `org.apache.jena.mem` is no longer a widely used package. It can be renamed to make this clear. Possibilities: * `org.apache.jena.mem1` * `org.apache.jena.memvalue` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
