xurror commented on a change in pull request #857: URL: https://github.com/apache/fineract/pull/857#discussion_r422588488
########## File path: Dockerfile ########## @@ -49,13 +49,5 @@ COPY ./docker/server.xml /opt/bitnami/tomcat/conf RUN chmod 664 /opt/bitnami/tomcat/conf/server.xml WORKDIR /opt/bitnami/tomcat/lib -# org.drizzle.jdbc.DrizzleDriver is used by default for both the all tenants and demo tenant DB DataSource -RUN wget https://repo1.maven.org/maven2/org/drizzle/jdbc/drizzle-jdbc/1.4/drizzle-jdbc-1.4.jar Review comment: I've reverted to drizzle. Mysql 8 won't work with drizzle though, but I guess that's fine for now. Migrating to mysql v8 in the future should be alot easier with few db tweaks I've done. ---------------------------------------------------------------- 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]
