You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having migrated my Spring Boot Application to version 2.0.5, using Flyway version 5.1.4,
I get the WARN message
"WARN localhost-startStop-1 o.f.c.Flyway:53 - Flyway.setCallbacks(FlywayCallback) has been deprecated and will be removed in Flyway 6.0. Use Flyway.setCallbacks(Callback) instead."
upon application start, although I don't configure any callbacks.