acoburn
released this
23 Feb 14:43
·
102 commits
to main
since this release
The Inrupt RDF Wrapping libraries provide an API for working with RDF Graphs as domain-specific objects. This version includes binding support for Jena, RDF4J and Commons-RDF.
Bug fixes
- The
ObjectSet
methods now properly closeStream<T>
objects when the underlying stream has been consumed. Because RDF4J subsystems may rely on external resources, not closing these streamed resources when using RDF4J may put additional burden on the garbage collector and/or result in memory leaks. (#156)
Complete Changelog: 1.1.0 … 1.1.1