Merge pull request #121 from markfisher/INT-2157
uncommented schema version check
This commit is contained in:
@@ -52,7 +52,7 @@ public abstract class AbstractIntegrationNamespaceHandler implements NamespaceHa
|
||||
|
||||
|
||||
public final BeanDefinition parse(Element element, ParserContext parserContext) {
|
||||
//this.verifySchemaVersion(element, parserContext);
|
||||
this.verifySchemaVersion(element, parserContext);
|
||||
this.registerDefaultConfiguringBeanFactoryPostProcessorIfNecessary(parserContext);
|
||||
return this.delegate.parse(element, parserContext);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user