All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ac.simons.neo4j.migrations.quarkus.runtime.package-info Maven / Gradle / Ivy

There is a newer version: 2.15.1
Show newest version
/**
 * The runtime infrastructure for configuring and creating instances of {@link ac.simons.neo4j.migrations.core.Migrations}.
 * We don't give any guarantees for API stability in this package. We do guarantee a stable behaviour however:
 * 
    *
  • Configuration properties life under {@literal org.neo4.migrations}.
  • *
  • Configuration properties will stick to their defined phases at least in minor version changes.
  • *
  • The runtime will always create a synthetic build item of type {@link ac.simons.neo4j.migrations.core.Migrations}.
  • *
  • Prior to the applications ready state, all pending migrations will be applied if * {@link ac.simons.neo4j.migrations.quarkus.runtime.MigrationsProperties#enabled} is set to {@literal true}.
  • *
* * @author Michael J. Simons */ package ac.simons.neo4j.migrations.quarkus.runtime;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy