vorburger commented on a change in pull request #722: Fineract-796 - Use Hikari
instead of Tomcat Connection Pool
URL: https://github.com/apache/fineract/pull/722#discussion_r389363449
##########
File path: fineract-provider/src/test/resources/META-INF/context.xml
##########
@@ -23,7 +23,6 @@
<Context>
<Resource type="javax.sql.DataSource" name="jdbc/mifosplatform-tenants"
- driverClassName="org.drizzle.jdbc.DrizzleDriver"
url="jdbc:mysql:thin://localhost:3306/mifosplatform-tenants"
- username="root" password="mysql" validationQuery="select 1"
maxActive="10"
- maxIdle="4" />
+ driverClassName="org.drizzle.jdbc.DrizzleDriver"
jdbcUrl="jdbc:mysql:thin://localhost:3306/mifosplatform-tenants"
+ username="root" password="mysql" />
Review comment:
as above, it should be possible to remove this entirely
----------------------------------------------------------------
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