spring-boot/spring-boot-project/spring-boot
Andy Wilkinson 2d2cbff504 Avoid NoSuchMethodError from UCP's PoolDataSource.getPassword()
While still present and marked as deprecated, the getPassword()
method on UCP's PoolDataSource has been implemented to throw a
NoSuchMethodError making it useless for our purposes.

This commit updates DataSourceBuilder to avoid using the getter. This
means that a password must now be provided when trying to derive a
new DataSource from an existing PoolDataSource.

Closes gh-28127
2021-09-24 10:10:15 +01:00
..
src Avoid NoSuchMethodError from UCP's PoolDataSource.getPassword() 2021-09-24 10:10:15 +01:00
build.gradle Polish "Allow additional JVM args when running tests via toolchain" 2021-07-13 15:28:04 +01:00