Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2013-06-11 | 2.3 kB | |
openrdf-sesame-2.7.2-sdk.zip | 2013-06-11 | 26.6 MB | |
openrdf-sesame-2.7.2-sdk.tar.gz | 2013-06-11 | 20.7 MB | |
openrdf-sesame-2.7.2-onejar.jar | 2013-06-11 | 2.5 MB | |
Totals: 4 Items | 49.8 MB | 0 |
Sesame 2.7.2 ============ Sesame 2.7.2 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.2 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.2 ** Bug * [SES-985] - Unable to retrieve literal with invalid language tag * [SES-1453] - Query-based Custom Inferencer * [SES-1768] - Workbench doesn't support non latin characters? * [SES-1796] - Shared queries saved by other users are visible, but "Execute" and "Edit" buttons don't work * [SES-1797] - Errors occured during load * [SES-1811] - Query panel in workbench doesn't work with non latin characters using POST * [SES-1821] - Parsing of RDF retrieved from server should not fail on incorrect datatypes * [SES-1831] - SesameHTTPClient does not set username and password. * [SES-1834] - Workbench and console should not use strict verification when reading remote server response * [SES-1837] - exploring a literal value with an xsd datatype results in 'malformed value' error when xsd namespace is not declared in store * [SES-1839] - Explore page shows a small red rectangle on Chrome browser. * [SES-1846] - Workbench SPARQL Results XML response for ASK query is invalid * [SES-1849] - select query double execution through openrdf workbench * [SES-1851] - Result content type from server for SPARQL describe queries is invalid * [SES-1853] - SPARQL parser fails on W3C test syntax-update-1/manifest#test_54 ** New Feature * [SES-1805] - Allow creation of SPARQLRepository from Workbench ** Task * [SES-1772] - RepositoryConfigSchema should be moved from repository-api to repository-manager * [SES-1788] - Use jetty-maven-plugin to replace HTTPMemServer for integration tests