we are planning to use Apache DBCP 2.1 for our connection pooling, We currently have following technology stack Tomcat 8 Jre 7 Oracle DB 11.2.0.1
As per the Apache DBCP home page the DBCP v2.1 only works with jre7 and it requires JDBC 4.1 drivers.
I am finding very hard to get the JDBC 4.1 drivers for Oracle DB. Also I am not sure if the Oracle 11.2.0.1 even supports JDBC 4.1 drivers.
I did a lot of research on google but was not able to find link or maven dependency to use JDBC 4.1 version.
Following is where I stumbled upon
Can I use Apache DBCP 2.1 with Oracle 11.2.0.1 in Tomcat 8 Where I can find Maven dependency for JDBC 4.1 drivers for Oracle DB
Note: I do not want to use tomcat DBCP