Skip to content

v1.1.0

Latest

Choose a tag to compare

@GGoetzelmann GGoetzelmann released this 13 Jun 12:25
· 2 commits to main since this release
008496f

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)