SGF-10
SGF-11 + fix cache parser minor bug (properties-ref sets a ref not a value)
This commit is contained in:
@@ -41,7 +41,7 @@ class CacheParser extends AbstractSingleBeanDefinitionParser {
|
||||
super.doParse(element, builder);
|
||||
|
||||
ParsingUtils.setPropertyValue(element, builder, "cache-xml-location", "cacheXml");
|
||||
ParsingUtils.setPropertyValue(element, builder, "properties-ref", "properties");
|
||||
ParsingUtils.setPropertyReference(element, builder, "properties-ref", "properties");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user