Skip to content

Fix Flyway autoconfigure#68

Closed
jannebe wants to merge 1 commit into
mainfrom
fix-flyway
Closed

Fix Flyway autoconfigure#68
jannebe wants to merge 1 commit into
mainfrom
fix-flyway

Conversation

@jannebe

@jannebe jannebe commented Mar 10, 2026

Copy link
Copy Markdown
Contributor

In Spring Boot 4.0, auto-configurations were extracted from the monolithic spring-boot-autoconfigure module into separate modules. Having flyway-core on the classpath is no longer enough — the Flyway auto-configuration class is now in a separate module that needs tp be included in the dependencies.


This change is Reviewable

In Spring Boot 4.0, auto-configurations were extracted from the
monolithic spring-boot-autoconfigure module into separate modules.
Having flyway-core on the classpath is no longer enough — the
Flyway auto-configuration class is now in a separate module that
needs tp be included in the dependencies.
@github-actions

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

pom.xml

PackageVersionLicenseIssue Type
org.springframework.boot:spring-boot-starter-flywayNullUnknown License
Allowed Licenses: CC0-1.0, CC-BY-4.0, Unlicense, WTFPL, 0BSD, MIT, Apache-2.0, ISC, BSD-2-Clause, BSD-3-Clause, Zlib, MPL-1.1, MPL-2.0, CDDL-1.0, EPL-1.0, EPL-2.0, CECILL-2.1, LGPL-2.1-only, LGPL-2.1-or-later, LGPL-3.0-only, LGPL-3.0-or-later, EUPL-1.0, EUPL-1.1, EUPL-1.2, AAL, AFL-3.0, Apache-1.1, APL-1.0, APSL-2.0, Artistic-1.0-Perl, Artistic-2.0, BSL-1.0, CATOSL-1.1, CPAL-1.0, CUA-OPL-1.0, ECL-2.0, EFL-2.0, Entessa, EUDatagrid, Fair, LPPL-1.3c, LPL-1.02, MirOS, Motosoto, Multics, NASA-1.3, NCSA, NTP, Naumen, Nokia, PostgreSQL, PSF-2.0, RPSL-1.0, RSCPL, SimPL-2.0, Sleepycat, SPL-1.0, VSL-1.0, W3C, W3C-20150513, Xnet, ZPL-2.0
Excluded from license check: pkg:githubactions/trufflesecurity/trufflehog

OpenSSF Scorecard

PackageVersionScoreDetails
maven/org.springframework.boot:spring-boot-starter-flyway UnknownUnknown

Scanned Files

  • pom.xml

@Huulivoide Huulivoide left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Huulivoide reviewed 3 files and all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on culka and suvikankare).

@jannebe jannebe closed this Mar 10, 2026
@jannebe jannebe deleted the fix-flyway branch March 10, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants