stardog-union / pellet

Pellet is an OWL 2 reasoner in Java; open source (AGPL) and commercially licensed, commercial support available.
http://clarkparsia.com/pellet
Other
302 stars 153 forks source link

Update Jena to 2.10.1 #2

Closed tobias-hammerschmidt closed 10 years ago

tobias-hammerschmidt commented 10 years ago

@evren Please merge this into your mainline branch. Jena 2.10.1 includes some important fixes (for instance https://issues.apache.org/jira/browse/JENA-437) and is otherwise (mostly) compatible. The only incompatibility is that the visibility of the field isPrepared in class com.hp.hpl.jena.reasoner.BaseInfGraph was changed to private so PelletInfGraph has to use the accessors and setters from the super class.