I'm using neo4j-migrations, which allows JavaBasedMigrations, based on org.neo4j.driver.Session .
(OpenJDK 11, Quarkus 2.7.2, Neo4j 4.4.4, Neo4j-Migrations-quarkus 1.4.0)
I think I'm using the driver wrong. Or is there a bug in the library? Please he...