Skip to content

Commit

Permalink
Merge branch '5.6.x' into 5.7.x
Browse files Browse the repository at this point in the history
Closes gh-12125
  • Loading branch information
jzheaux committed Nov 2, 2022
2 parents c94e33b + 5c4362b commit 6efac34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public BeanDefinition parse(Element element, ParserContext pc) {
if (parser == null) {
// SEC-1455. Load parsers when required, not just on init().
loadParsers();
parser = this.parsers.get(name);
}
if (parser != null) {
return parser.parse(element, pc);
Expand Down

0 comments on commit 6efac34

Please sign in to comment.