michaelbukachi commented on a change in pull request #525: FINERACT-700:
upgrade Gradle from 2.10 to 5.2.1
URL: https://github.com/apache/fineract/pull/525#discussion_r265450539
##########
File path: fineract-provider/build.gradle
##########
@@ -364,7 +363,7 @@ task integrationTest(type:Test){
tomcatRunWar.daemon = true
tomcatRunWar.execute()
Review comment:
These are the changes which need to made:
- Updating of the sql files to support latest mysql/mariadb versions. Note.
This can be quite tedious due to the fact there are around 360+ `.sql` files to
go through.
- Once that is done, you'll need to change the drizzle driver to something
else. You'll have to choose between mysql and mariadb jdbc drivers. Note.
Drizzle is used all over the place in different files so you might have to do a
search
- Next, you'll have to update the flyway plugin
- Finally, you can update gradle to the latest version
- Remember to run integration tests in the end to make sure everything is
good.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services