You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1086
The `RabbitNamespaceUtils.parseContainer()` doesn't take into account
that old schemas could be used for XML bean definitions, so, a new
`type` can just not be defined in the target XSD at all leading to NPE
during parsing phase
* Wrap `type` attr population into the
`if (containerEle.hasAttribute(TYPE)) {`
**Cherry-pick to 2.1.x**
0 commit comments