Skip to content
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

TRUNK-6013 - Upgrade to Liquibase 4 #3820

Merged
merged 5 commits into from Aug 13, 2021
Merged

TRUNK-6013 - Upgrade to Liquibase 4 #3820

merged 5 commits into from Aug 13, 2021

Conversation

ibacher
Copy link
Member

@ibacher ibacher commented Jul 14, 2021

TRUNK-6013 - Upgrade to Liquibase 4

Description of what I changed

Upgrades Core to using Liquibase 4. This should resolve the issue mentioned here and allow us to continue updating the MySQL driver.

Tested against both Jetty and Tomcat.

Issue I worked on

Checklist: I completed these to help reviewers :)

  • My IDE is configured to follow the code style of this project.

    No? Unsure? -> configure your IDE, format the code and add the changes with git add . && git commit --amend

  • I have added tests to cover my changes. (If you refactored
    existing code that was well tested you do not have to add tests)

    No? -> write tests and add them to this commit git add . && git commit --amend

  • I ran mvn clean package right before creating this pull request and
    added all formatting changes to my commit.

    No? -> execute above command

  • All new and existing tests passed.

    No? -> figure out why and add the fix to your commit. It is your responsibility to make sure your code works.

  • My pull request is based on the latest changes of the master branch.

    No? Unsure? -> execute command git pull --rebase upstream master

@dkayiwa
Copy link
Member

dkayiwa commented Jul 14, 2021

@ibacher wouldn't it be easier to troubleshoot possible problems if you separate these two unrelated upgrades?

@ibacher
Copy link
Member Author

ibacher commented Jul 14, 2021

@dkayiwa Sure! I can reduce this to just upgrading Liquibase. I just figured I'd do the MySQL as well since this seemed to be the blocker.

@ibacher ibacher changed the title Upgrade to Liquibase 4 and MySQL 8.0.25 Upgrade to Liquibase 4 Jul 14, 2021
@corneliouzbett
Copy link
Member

@ibacher wouldn't it be easier to troubleshoot possible problems if you separate these two unrelated upgrades?

To some extent, there are related. Upgrading liquibase has to happen first. Tried upgrading the MySQL connector, run into this

java.lang.ClassCastException: class java.time.LocalDateTime cannot be cast to class java.lang.String (java.time.LocalDateTime and java.lang.String are in module java.base of loader 'bootstrap')
amrs-upgrade           | 	at liquibase.changelog.StandardChangeLogHistoryService.getRanChangeSets(StandardChangeLogHistoryService.java:328) ~[liquibase-core-3.10.2.jar:?]
amrs-upgrade           | 	at liquibase.changelog.AbstractChangeLogHistoryService.upgradeChecksums(AbstractChangeLogHistoryService.java:66) ~[liquibase-core-3.10.2.jar:?]
amrs-upgrade           | 	at liquibase.changelog.StandardChangeLogHistoryService.upgradeChecksums(StandardChangeLogHistoryService.java:297) ~[liquibase-core-3.10.2.jar:?]

Which call for upgrading liquibase.

@dkayiwa
Copy link
Member

dkayiwa commented Jul 14, 2021

The upgrade of liquibase does not require that of mysql connector. But the upgrade of mysql connector requires that of liquibase. So i believe we can do the mysql connector upgrade as a followup in its own pull request. Just like we have done for hibernate and spring. On another note, you raise a very good point that if we had already upgraded liquibase, we would not have had to revert this: #3681 😊

@ibacher ibacher marked this pull request as draft July 14, 2021 19:51
@ibacher ibacher marked this pull request as ready for review July 14, 2021 19:58
@ibacher ibacher marked this pull request as draft July 14, 2021 20:00
@ibacher
Copy link
Member Author

ibacher commented Jul 14, 2021

I missed that we weren't actually loading the Liquibase extensions when doing my testing, so leaving this in draft until I can retest the changes.

@coveralls
Copy link

coveralls commented Jul 14, 2021

Coverage Status

Coverage decreased (-0.1%) to 63.567% when pulling ac147d2 on liquibase_4 into df833f4 on master.

@jonathandick
Copy link
Member

jonathandick commented Jul 28, 2021

@ibacher any updates on this? It seems this a blocker for us at AMPATH as well.

@ibacher ibacher changed the title Upgrade to Liquibase 4 TRUNK-6013 - Upgrade to Liquibase 4 Aug 4, 2021
@ibacher ibacher marked this pull request as ready for review August 4, 2021 17:25
@ibacher
Copy link
Member Author

ibacher commented Aug 10, 2021

Ok self review: successfully updated from RefApp 2.12.0-SNAPSHOT on core 2.4.0 -> core 2.5.0 with this change.

Copy link
Member

@corneliouzbett corneliouzbett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgraded successfully!

@dkayiwa dkayiwa merged commit c2fe07d into master Aug 13, 2021
jnsereko pushed a commit to jnsereko/openmrs-core that referenced this pull request Sep 17, 2021
* Upgrade to Liquibase 4 and MySQL 8.0.25

This should resolve the issue mentioned [here](https://talk.openmrs.org/t/typecasting-error-during-openmrs-setup/31816)
and allow us to continue updating the MySQL driver.

* Don't upgrade MySQL

* Fix the test failures

* Fix integration test

* Use SPI to load Liquibase extensions
jnsereko pushed a commit to jnsereko/openmrs-core that referenced this pull request Oct 12, 2021
* Upgrade to Liquibase 4 and MySQL 8.0.25

This should resolve the issue mentioned [here](https://talk.openmrs.org/t/typecasting-error-during-openmrs-setup/31816)
and allow us to continue updating the MySQL driver.

* Don't upgrade MySQL

* Fix the test failures

* Fix integration test

* Use SPI to load Liquibase extensions
@ibacher ibacher deleted the liquibase_4 branch February 10, 2023 17:06
suubi-joshua pushed a commit to suubi-joshua/openmrs-core that referenced this pull request Mar 15, 2023
* Upgrade to Liquibase 4 and MySQL 8.0.25

This should resolve the issue mentioned [here](https://talk.openmrs.org/t/typecasting-error-during-openmrs-setup/31816)
and allow us to continue updating the MySQL driver.

* Don't upgrade MySQL

* Fix the test failures

* Fix integration test

* Use SPI to load Liquibase extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants