Skip to content

1.1.1

Choose a tag to compare

@ato ato released this 19 Jan 11:47
· 32 commits to master since this release

Download and java -jar it. Or use the Docker image:

mkdir cdx-data
docker run --rm -it -p 8080:8080 -v "$(pwd)/cdx-data:/cdx-data" nlagovau/outbackcdx:1.1.1

Bug fixes

  • Fixed --context-path when using the default web server (no -u option).

Dependency upgrades

  • jackson-dataformat-cbor: 2.20.1 → 2.21.0
  • jwarc: 0.32.0 → 0.34.0
  • nimbus-jose-jwt: 10.6 → 10.7
  • undertow-core: 2.3.20.Final → 2.3.22.Final