SimpleDriverDataSource doesn't use the connectionProperties specified [SPR-9461] #14096
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Thomas Risberg opened SPR-9461 and commented
The SimpleDriverDataSource/AbstractDriverBasedDataSource doesn't use the provided connectionProperties. They get lost when a new Properties instance is created. The current code uses:
should use:
That way the provided properties get copied over.
Affects: 3.0.7, 3.1.1, 3.2 M1
Referenced from: commits 5d9ad5b, f3d0beb, 20c4ba4, cd8d72e
Backported to: 3.1.4
The text was updated successfully, but these errors were encountered: