ResourcePropertySource cannot load JDK 5 properties xml [SPR-9896] #14529
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
KwonNam Son opened SPR-9896 and commented
ResourcePropertySource cannot load JDK 5 properties XML.
I think that
ResourcePropertySource#loadPropertiesForResource
method'sprops.load(is)
line has to be like the following:—
or just use
PropertiesLoaderSupport
class for loading properties.Affects: 3.1.2
Referenced from: commits d5cad15, 3a626f9, a420e84
Backported to: 3.1.4
The text was updated successfully, but these errors were encountered: