Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
openrdf-sesame-2.8.0-beta2-sdk.zip | 2014-08-06 | 43.5 MB | |
openrdf-sesame-2.8.0-beta2-sdk.tar.gz | 2014-08-06 | 37.3 MB | |
openrdf-sesame-2.8.0-beta2-onejar.jar | 2014-08-06 | 2.8 MB | |
README.txt | 2014-08-06 | 2.3 kB | |
Totals: 4 Items | 83.6 MB | 0 |
Sesame 2.8.0-beta2 ================== This is the second beta release for Sesame 2.8. A major new feature in this release is full transaction isolation support over HTTP (see SES-1652). In addition, the N-Quads, TriG, and N-Truples parsers have been updated to the latest W3C specs, and the LuceneSail (a Sail implementation allowing full-text indexing) has been included in Sesame as a core component. 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.8.0-beta2 can be downloaded here: http://www.openrdf.org/download.jsp 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 Users Google Group or our JIRA issue tracker for this purpose. Changelog ========= Release Notes - Sesame - Version 2.8.0-beta2 ** Bug * [SES-2011] - Different line endings used when serializing results using SPARQLResultsJSONWriterFactory * [SES-2039] - HTTP Sparql endpoint should use GET instead of POST requests when query not too long * [SES-2040] - .setAdditionalHttpHeaders method was unintentionally removed in 2.8.0-beta1 * [SES-2079] - Sesame compile and runtime dependency versions are stale, lacking bug fixes ** Improvement * [SES-1652] - Transaction isolation support over HTTP * [SES-1893] - Update N-Quads parser and writer to W3C Candidate Recommendation * [SES-1894] - Update N-Triples parser and writer to W3C Candidate Recommendation * [SES-1952] - Update TriG parser and writer to W3C Proposed Recommendation * [SES-1963] - blank node name starting with digit in RDF-1.1 NTriples file * [SES-2014] - add subjectResource method to Model interface * [SES-2038] - Improve RDF List serialisation for RDF/XML Pretty Writer * [SES-2080] - Update logback-* dependency to 1.1.x * [SES-2081] - Switch to commons-dbcp2 for 2.8.x going forward ** New Feature * [SES-2031] - Update LuceneSail to Sesame-2.8.x ** Task * [SES-2015] - Deprecate RDFFormat.forFileName and forMIMEType ** Sub-task * [SES-2022] - Accept literals with invalid lexical-to-value-space mappings by default