Skip to content

Commit 474c93f

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-43732
2 parents ca3fbb2 + 5b8ee86 commit 474c93f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceBuilder.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2024 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -59,6 +59,7 @@
5959
* <li>Tomcat JDBC Pool ({@code org.apache.tomcat.jdbc.pool.DataSource})</li>
6060
* <li>Apache DBCP2 ({@code org.apache.commons.dbcp2.BasicDataSource})</li>
6161
* <li>Oracle UCP ({@code oracle.ucp.jdbc.PoolDataSourceImpl})</li>
62+
* <li>C3P0 ({@code com.mchange.v2.c3p0.ComboPooledDataSource})</li>
6263
* </ul>
6364
* <p>
6465
* The following non-pooling {@link DataSource} implementations can be used when

0 commit comments

Comments
 (0)