Remove deprecated support for commons-dbcp 1
See gh-6787
This commit is contained in:
@@ -152,11 +152,6 @@
|
||||
<artifactId>HikariCP</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-dbcp</groupId>
|
||||
<artifactId>commons-dbcp</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.flapdoodle.embed</groupId>
|
||||
<artifactId>de.flapdoodle.embed.mongo</artifactId>
|
||||
|
||||
@@ -2700,10 +2700,8 @@ Here's the algorithm for choosing a specific implementation:
|
||||
* We prefer the Tomcat pooling `DataSource` for its performance and concurrency, so if
|
||||
that is available we always choose it.
|
||||
* Otherwise, if HikariCP is available we will use it.
|
||||
* If neither the Tomcat pooling datasource nor HikariCP are available and if Commons DBCP
|
||||
is available we will use it, but we don't recommend it in production and its support
|
||||
is deprecated.
|
||||
* Lastly, if Commons DBCP2 is available we will use it.
|
||||
* If neither the Tomcat pooling datasource nor HikariCP are available and if Commons
|
||||
DBCP2 is available we will use it.
|
||||
|
||||
If you use the `spring-boot-starter-jdbc` or `spring-boot-starter-data-jpa`
|
||||
'`starters`' you will automatically get a dependency to `tomcat-jdbc`.
|
||||
|
||||
Reference in New Issue
Block a user