Releases: weblyzard/streaming-sparql
Releases · weblyzard/streaming-sparql
Updated third-party dependencies
0.0.7.3 chg: update guava to 32.0.0-android.
Fix: Maxmimal query size + dependency updates
- use
query
rather thanqueryString
in SPARQL posts (this fixes prior limitations in the POST size) - updated guava and checkstyle dependencies
Virtuoso fixes and modular build
- fix header and literal parsing for virtuoso
- use a modular build which addresses logging issues in streaming-client
Fixed handling of literals with datatype or language suffix.
This version correctly handles complex literals with datatype or language suffixes.
Improved TSV parsing
- correctly handle multi-line literals and double quotes in SPARQL responses.
- use
maven-plugin-checkstyle
to enforce project wide style guidelines. - rigours unit testing of borderline cases.