[CONJ-692] Datasource pool wrong interfaces Created: 2019-03-13 Updated: 2019-10-01 Resolved: 2019-10-01 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 2.4.0 |
| Fix Version/s: | 2.5.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Connector has 2 Datasources interface :
There is an interface mismatch there : MariaDbDataSource implement ConnectionPoolDataSource without implementing connection pooling, and MariaDbPoolDataSource doesn't implement MariaDbPoolDataSource but has this exact goal. |