pivio / pivio-server

Central DB Server with a simple REST API. Backend by Elasticsearch.
Apache License 2.0
21 stars 5 forks source link

Make demo.sh work out-of-the-box again with JDK 11 and Docker Compose V2 #57

Closed jbretsch closed 2 years ago

jbretsch commented 2 years ago

Starting the demo with

curl https://raw.githubusercontent.com/pivio/pivio-boot/master/demo.sh | /bin/sh

as described at https://pivio.github.io does not work out-of-the-box for people using:

Instead the build of pivio-server fails with

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '11.0.10'.

This merge request updates some dependencies to versions which require no code changes.

Together with the related merge requests in pivio-web, pivio-client, and pivio-boot, the demo.sh works out-of-the-box again: