Long time no see đź‘€
We are happy to announce the first minor update for the kitdm web annotation protocol server.
Added
- Gradle build toolchain (Maven build will be deprecated in future upgrade)
Changed
- Updated dependencies for apache-jena from 3.7.0 to 4.10.0 (PR#15)
- Updated spring boot from 2.5.5 to 2.7.5
- Abandoned Apache Commons RDF dependency replaced by commons rdf shipped with apache jena (PR#15)
- Union graph set as default graph for Fuseki - no need to query named graphs individually in SPARQL queries anymore (PR#19).
Fixed
- JSON-LD framing now uses cached profiles instead of remote version (PR#5)
- JSON-LD compacting now uses contexts from both frame and profile (only profile before) (PR#21)
- Running test suite will no longer fail due to flooding w3c http with requests for json-ld context files (simulated hoverfly response instead) (PR#9)
- SPARQL queries with bind clauses will no longer result in extensive logging about “No node in NodeTable” (Issue #8, PR#13)
- Annotation data in json-ld format no longer returns broken character escaping (Issue #7, PR#11)
Full Changelog: https://github.com/kit-data-manager/wap-server/compare/1.0.0…v1.1.0