Skip to content

Releases: kit-data-manager/wap-server

v1.2.0

11 Dec 07:09

Choose a tag to compare

Added

  • Docker version
  • configurable context path
  • configurable proxy URL

Fixed

  • PUT Annotation with added via field results in erroneous HTTP 409

Full changelog

  • Bump dependencies by @GGoetzelmann in #17
  • Bump com.github.java-json-tools:json-schema-validator from 2.2.8 to 2.2.14 by @dependabot[bot] in #29
  • Bump io.spring.dependency-management from 1.1.0 to 1.1.7 by @dependabot[bot] in #28
  • Bump net.researchgate.release from 3.0.2 to 3.1.0 by @dependabot[bot] in #26
  • Bump com.nimbusds:nimbus-jose-jwt from 9.24.3 to 10.3 by @dependabot[bot] in #25
  • Bump io.specto:hoverfly-java-junit5 from 0.20.0 to 0.20.2 by @dependabot[bot] in #30
  • Bump org.springframework.boot from 3.4.5 to 3.5.0 by @dependabot[bot] in #31
  • Bump com.h2database:h2 from 2.2.220 to 2.3.232 by @dependabot[bot] in #36
  • Bump org.asciidoctor.jvm.convert from 3.3.2 to 4.0.4 by @dependabot[bot] in #37
  • Bump io.freefair.maven-publish-java from 6.5.1 to 8.14 by @dependabot[bot] in #38
  • Bump com.github.kt3k.coveralls from 2.12.0 to 2.12.2 by @dependabot[bot] in #39
  • Bump org.owasp.dependencycheck from 7.3.0 to 12.1.3 by @dependabot[bot] in #44
  • Bump com.gorylenko.gradle-git-properties from 2.4.1 to 2.5.2 by @dependabot[bot] in #45
  • Bump org.springframework.boot from 3.5.0 to 3.5.5 by @dependabot[bot] in #51
  • Bump org.owasp.dependencycheck from 12.1.3 to 12.1.5 by @dependabot[bot] in #54
  • Bump org.apache.commons:commons-collections4 from 4.1 to 4.5.0 by @dependabot[bot] in #48
  • Bump org.springframework.boot from 3.5.5 to 3.5.7 by @dependabot[bot] in #63
  • PUT Annotation with added via field results in erronous HTTP 409 by @github-actions[bot] in #66
  • Bump org.mockito:mockito-inline from 4.10.0 to 5.2.0 by @dependabot[bot] in #64
  • Bump org.postgresql:postgresql from 42.7.2 to 42.7.8 by @dependabot[bot] in #58
  • Extend URL configuration options by @GGoetzelmann in #69
  • Dockerization by @GGoetzelmann in #70

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Jun 12:25
008496f

Choose a tag to compare

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)

WAP Server 1.0.0

19 Nov 10:11
925da50

Choose a tag to compare

This initial release of the Web Annotation Protocol Server offers a full implementation of the Web Annotation Data Model for annotation representation as well as of the Web Annotation Protocol for providing a standardized interface for accessing these annotations.

For details on how to install, customize and use the WAP Server please refer to the 'doc' and 'howtos' folders in this repository.