You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/12/23 13:34:43 UTC

[GitHub] [fineract] awasum commented on pull request #1990: FINERACT-982 - Completely ditch use of Drizzle JDBC Driver after all

awasum commented on pull request #1990:
URL: https://github.com/apache/fineract/pull/1990#issuecomment-1000309458


   > > I wonder if something like ./gradlew bootRun will still work?
   > > And will it be using the default MariaDB client now?
   > 
   > Yes, bootRun will work as I've added the MariaDB client as a dependency. It will be using the default MariaDB client.
   > 
   > > How does this affect tomcat Deployments and reporting for clients downstream?
   > 
   > They should add a JDBC client library into their classpath - either Drizzle, or MariaDB, or MySQL driver. I'd assume that most people would already be using MariaDB / MySQL driver with their Tomcat deployment anyway, as Drizzle is hardly production-grade. In such case there will be no impact.
   > 
   > > And you already made sure the war or jar tasks don't include the MariaDB clients?
   > 
   > I checked the JAR, but can double-check and also check the WAR later tonight.
   
   Let document this for every release.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org