Skip to content

add spring-boot-starter-flyway#63

Merged
pboos merged 2 commits intomainfrom
NO-TICKET-fix-flyway
Mar 30, 2026
Merged

add spring-boot-starter-flyway#63
pboos merged 2 commits intomainfrom
NO-TICKET-fix-flyway

Conversation

@pboos
Copy link
Copy Markdown
Contributor

@pboos pboos commented Mar 30, 2026

Summary

Adds the spring-boot-starter-flyway dependency to build.gradle alongside the already-present flyway-core dependency. The Spring Boot Flyway starter ensures proper auto-configuration of Flyway within the Spring Boot context, enabling seamless database migration management on application startup.

Changes

  • build.gradle: Added org.springframework.boot:spring-boot-starter-flyway as an implementation dependency, complementing the existing org.flywaydb:flyway-core entry.

Notes

  • No ticket referenced (NO-TICKET); this appears to be a small fix to ensure Flyway is correctly wired into the Spring Boot auto-configuration lifecycle.
  • Only 1 line added across 1 file — minimal footprint change.

@pboos pboos requested a review from a team as a code owner March 30, 2026 08:24
@pboos pboos requested a review from akos-hrvth March 30, 2026 08:24
@pboos pboos merged commit 4dfec08 into main Mar 30, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants