liquibase / liquigraph

Migrations for Neo4j
https://www.liquigraph.org
Apache License 2.0
123 stars 32 forks source link

Improve Robustness for Neo4j clusters #435

Closed DirkMahler closed 3 years ago

DirkMahler commented 3 years ago
DirkMahler commented 3 years ago

Builds were failing due to a missing docker image:

Caused by: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=neo4j:4.0.0, imagePullPolicy=DefaultPullPolicy())
Caused by: com.github.dockerjava.api.exception.NotFoundException: 
{"message":"No such image: testcontainersofficial/ryuk:0.3.0"}
fbiville commented 3 years ago

Some long overdue cleanup is on the way (inc. testcontainers upgrade).

fbiville commented 3 years ago

@DirkMahler would you mind allowing me to rebase the PR? I pushed a cleanup and it might conflict, but I'm happy to solve these.

DirkMahler commented 3 years ago

I don't mind, please do!

fbiville commented 3 years ago

Thanks for the work! Working on a release now.

DirkMahler commented 3 years ago

Thanks a lot @fbiville !

fbiville commented 3 years ago

https://github.com/liquibase/liquigraph/releases/tag/liquigraph-4.0.3 is out (Maven Central caches should catch up soon)