Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
While looking into FINERACT-762, I've found org.apache.fineract.infrastructure.core.boot.JDBCDriverConfig and noticed that its (old) DRIVERCLASS_NAME, PROTOCOL and SUB_PROTOCOL properties, who's defaults are defined in META-INF/spring/jdbc.properties (but can be overriden), overlap with the (newer) fineract_tenants_driver & fineract_tenants_url. (There was no equivalent to fineract_tenants_uid and fineract_tenants_pwd in the old scheme.)
This is confusing and it would be nicer if there were only the newer properties.
Also, PORT is actually useless (un-used), so proposed to be remove in https://github.com/apache/fineract/pull/756.
Attachments
Issue Links
- is required by
-
FINERACT-762 Use of (unmaintained) Drizzle JDBC driver in Fineract at run-time (not build) is sub-optimal for performance
- Resolved