Property Key Value not working
n614cd opened this issue · 3 comments
n614cd commented
Property values are not being substituted.
So I am attempting to debug. However, I cannot find the point in the swagger code where the substitution is occurring. If you point me to this location, I can chase it further and see what the issue is.
Spring 4.2
XML Configuration
Gradle
(Specifically for ApiOperation.notes)
Thanks,
Tim
dilipkrish commented
What version of the library are you using? Most likely if you upgrade to 2.7.0 your problem will go away
n614cd commented
Version 2.7.0
Forgot to include in the description.
n614cd commented
Found issue. Legacy application based on old Spring XML config was not picking up the env resources correctly. For now, just hacked legacy structure to force properties to load.