ac.simons.neo4j.migrations.quarkus.runtime.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neo4j-migrations-quarkus Show documentation
Show all versions of neo4j-migrations-quarkus Show documentation
Quarkus integration for Neo4j Migrations.
/**
* 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