Registry / database / flyway-core

flyway-core

JSON →
library12.1.1javamavenunverified

Flyway: Database Migrations Made Easy.

<dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> <version>12.1.1</version> </dependency>
INSTALL
IMPORT
SIG · FLYWAY-CORE
F
flyway-core
databasejavav12.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Flyway
org.flywaydb.core.Flyway

Configures Flyway with an H2 in-memory database and runs pending migrations.

import org.flywaydb.core.Flyway; public class Main { public static void main(String[] args) { Flyway flyway = Flyway.configure().dataSource("jdbc:h2:mem:testdb", "sa", null).load(); flyway.migrate(); } }
Debug
Known issues
breakingFlyway 12.x drops support for Java 8 and 11; requires Java 17+.
fix
Upgrade to Java 17+ or use Flyway 9.x for Java 11 compatibility.
affects: >=12.0.0
Upgrade
Version history
12.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
flyway-core — mvn dependency:get flyway-core · libregistry