spring-cloud / spring-cloud-skipper

A package manager that installs, upgrades, and rolls back Spring Boot applications on multiple Cloud Platforms.
http://cloud.spring.io/spring-cloud-skipper/
Apache License 2.0
112 stars 77 forks source link

[Local mode] Flyway Warning for H2 DB `Flyway upgrade recommended: H2 2.1.214 is newer than this version of Flyway` #1094

Closed r-heimann closed 8 months ago

r-heimann commented 11 months ago

Description: When you start the Spring Cloud Skipper jar, using the built-in H2 Database, it will give you the following Warning:

INFO 78 --- [           main] d.m.SkipperFlywayConfigurationCustomizer : Adding vendor specific Flyway callback for H2
INFO 78 --- [           main] o.f.c.internal.license.VersionPrinter    : Flyway Community Edition 8.5.13 by Redgate
INFO 78 --- [           main] o.f.c.internal.license.VersionPrinter    : See what's new here: https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.13
INFO 78 --- [           main] o.f.c.internal.license.VersionPrinter    : 
INFO 78 --- [           main] o.f.c.i.database.base.BaseDatabaseType   : Database: jdbc:h2:mem:3ad03152-404c-4275-ab42-4ee4aff174d1 (H2 2.1)
WARN 78 --- [           main] o.f.c.internal.database.base.Database    : Flyway upgrade recommended: H2 2.1.214 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.1.210.
INFO 78 --- [           main] o.f.c.internal.license.VersionPrinter    : Flyway Community Edition 8.5.13 by Redgate
INFO 78 --- [           main] o.f.c.internal.license.VersionPrinter    : See what's new here: https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.13
INFO 78 --- [           main] o.f.c.internal.license.VersionPrinter    : 
WARN 78 --- [           main] o.f.c.internal.database.base.Database    : Flyway upgrade recommended: H2 2.1.214 is newer than this version of Flyway and support has not been tested. The latest supported version of H2 is 2.1.210.

Release versions: spring-cloud-skipper-server-2.9.3.jar

Steps to reproduce: Start the Spring Cloud Dataflow jar on a local machine:

java -jar spring-cloud-skipper-server-2.9.3.jar