Skip to content

Add hook in NamespaceHandlerSupport to allow version checking etc before parsing an element [SPR-6526] #11192

@spring-projects-issues

Description

@spring-projects-issues

Luke Taylor opened SPR-6526 and commented

This is related to BATCH-1456 and SEC-1312.

Currently the parse method is final, which is ideally where any schema version checking would go. Instead it has to be added to the parse method of each registered parser. Adding a hook or making the method non-final would make this less brittle.


Referenced from: commits abf6a7e

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions