Apache Commons RDF logo

Apache Commons RDF Release Notes

Release History

Version Date Description
0.5.0 2017-11-19 Minor feature and bug fix release.
0.3.0-incubating 2016-11-15 Minor feature and bug fix release.
0.2.0-incubating 2016-09-27 Minor feature and bug fix release.
0.1.0-incubating 2016-08-24 Initial Release

Release 0.5.0 – 2017-11-19

Type Changes By
Fix RDFSyntax should be interface, not enum. Fixes COMMONSRDF-47.
Fix RDF-1.1 specifies that language tags need to be compared using lower-case. Fixes COMMONSRDF-51.
Fix Duplicate Bundle-SymbolicName values across all components. Fixes COMMONSRDF-52.
Fix Stream of Jena quads use wrong IRI for default graph. Fixes COMMONSRDF-55.
Fix Use newer dependency Jena/RDF4J/JSONLD Java. Fixes COMMONSRDF-57.
Fix japicmp-maven-plugin breaking build because there is at least one incompatibility. Fixes COMMONSRDF-62.
Fix AbstractRDFParserTest.parseFile and parseFileContentType broken under Mac OS X. Fixes COMMONSRDF-63.
Fix JenaDatasetImpl.toString() throws RIOT exception. Fixes COMMONSRDF-66.
Add Add ServiceLoader support in OSGi. Fixes COMMONSRDF-53.
Add overloaded versions of RDF4J#asRDFTerm(org.eclipse.rdf4j.model.Value). Fixes COMMONSRDF-54.
Add Fix javadocs warnings. Fixes COMMONSRDF-59.
Add Add Automatic-Module-Name to bundle manifest. Fixes COMMONSRDF-64.
Add Upgrade to Jena 3.4.0, RDF4J 2.2.2. Fixes COMMONSRDF-65.
Add Upgrade Jena version to 3.5.0. Fixes COMMONSRDF-70.

Release 0.3.0-incubating – 2016-11-15

No changes in this release.

Release 0.2.0-incubating – 2016-09-27

No changes in this release.

Release 0.1.0-incubating – 2016-08-24

Type Changes By
Add Initial Release.