Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
openrdf-sesame-2.7.1-sdk.zip | 2013-05-16 | 26.6 MB | |
openrdf-sesame-2.7.1-sdk.tar.gz | 2013-05-16 | 20.7 MB | |
openrdf-sesame-2.7.1-onejar.jar | 2013-05-16 | 2.5 MB | |
README.txt | 2013-05-16 | 2.4 kB | |
Totals: 4 Items | 49.9 MB | 0 |
Sesame 2.7.1 ============ Sesame 2.7.1 is a maintenance release, fixing a number of issues in a.o. datatype handling, parser configuration, and SPARQL query evaluation. See the OpenRDF JIRA Changelog for a complete listing of all fixed issues: https://openrdf.atlassian.net/browse/SES#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel Sesame 2.7.1 can be downloaded here: http://openrdf.callimachus.net/download.docbook?view The user documentation and API Javadoc can be also found at: http://openrdf.callimachus.net/ We would welcome any feedback you might have, you can use the Sesame Discussion mailinglist for this purpose. Changelog ========= Release Notes - Sesame - Version 2.7.1 ** Sub-task * [SES-1802] - Check language before datatype for serialisation ** Bug * [SES-744] - Exception from SPARQLResultsXMLParser drops the cause * [SES-1782] - Repository id with '@' causes error in workbench on update/file upload/clear operations * [SES-1799] - "Include inferred" and "Save privately" checkboxes ignored when saving queries * [SES-1801] - ParserConfig.addNonFatalError fails due to unmodifiable set * [SES-1804] - RDFParserBase.reportError needs to check value for setting before checking isNonFatalError * [SES-1807] - Add DatatypeHandler implementation for DBPedia datatypes * [SES-1808] - Add DatatypeHandler implementation for Virtuoso Geometry datatype * [SES-1815] - shutdown/redeploy of workbench results in lock exception for query repository * [SES-1818] - Regression When Checking for Reflexive Property * [SES-1819] - SPARQL Property Path query on Dataset with multiple contexts fails to return all results * [SES-1822] - Upgrade to jQuery 1.9.1 * [SES-1824] - Trig parser fails to parse literals starting with two single/double quotes * [SES-1835] - RepositoryConnectionWrapper does not synchronise ParserConfig references ** Improvement * [SES-1779] - Use BitSet marking in the ZeroLengthPathIteration for the Native Store instead of a HashSet * [SES-1825] - Support chained datatype and language normalisers in RDFParserBase ** New Feature * [SES-1810] - Add Rio.parse static methods to parse directly to a Model * [SES-1812] - Add Rio.write static methods to serialise a collection of statements ** Task * [SES-1814] - Move info.aduna.iteration package to sesame-util module