Skip to content

Add Flyway 5 integration for Oracle 12.1 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

gpaulissen
Copy link
Contributor

Nowadays the latest Flyway version is 6.5.5. The last Flyway version that supports Oracle 12.1 is 5.1.4 and hence you can not migrate those old Oracle databases with the Flyway 6 version.

So I have added an artifactId bootique-flyway5 to support the 5.1.4 version. Since the Flyway APIs are not compatible I had to code a few classes differently (and used bootique-flyway test classes from the 1.x version that used Flyway 5.2.0).

That way I can still upgrade Oracle 12.1 databases but I have to use a different dependency: bootique-flyway5 instead of bootique-flyway.

And I added some debugging as well.

@andrus
Copy link
Contributor

andrus commented Sep 19, 2020

Hi @gpaulissen ! Thanks a lot for this contribution and for supporting "bootique-flyway". Since this is a substantial contribution, may I ask you to sign our CLA (see https://bootique.io/cla/) so that we can freely distribute this code under the Apache license. Thanks!

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