with the latest flyway version 11.15.0, SpringBoot 4.X and JDK25, here is my pom
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>11.15.0</version>
<scope>runtime</scope>
</dependency>
The application.yaml told me there are no such configuration fields, and no log output while the application start.
2025-10-29 16:46:45.687 INFO 9988 c.r.medrec.backend.BackendApplication : The following 1 profile is active: "dev"
2025-10-29 16:46:46.420 INFO 9988 o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 9478 (http)
2025-10-29 16:46:46.430 INFO 9988 o.apache.catalina.core.StandardService : Starting service [Tomcat]
2025-10-29 16:46:46.430 INFO 9988 o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/11.0.13]
2025-10-29 16:46:46.482 INFO 9988 b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 759 ms
with the latest flyway version 11.15.0, SpringBoot 4.X and JDK25, here is my pom
The application.yaml told me there are no such configuration fields, and no log output while the application start.