setCallbacks inconsistent deprecation warning #2169
Closed
Milestone
Comments
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this issue
Oct 11, 2018
Good catch! We actually had a number of cases like this, which have now all been fixed. |
dohrayme
pushed a commit
to dohrayme/flyway
that referenced
this issue
Feb 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which version and edition of Flyway are you using?
5.2.0
If this is not the latest version, can you reproduce the issue with the latest one as well?
(Many bugs are fixed in newer releases and upgrading will often resolve the issue)
Yes
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Java API
Which database are you using (type & version)?
N/A
Which operating system are you using?
N/A
What did you do?
(Please include the content causing the issue, any relevant configuration settings, the SQL statement that failed (if relevant) and the command you ran.)
Nothing specific
What did you expect to see?
Calling
setCallbacks
is deprecated according to the Javadoc in favour ofFlyway.configure
so the warning message should reference this method rather than a reference to an already deprecated method.What did you see instead?
The text was updated successfully, but these errors were encountered: