Files
spring-framework/org.springframework.beans/src
Chris Beams ce0110bb28 Respect <description> within <entry> per beans XSD
Prior to this change, a parsing exception would be thrown if a
<description> element was placed within a <map><entry/></map>
element. The beans XSD has always permitted this arrangement,
but BeanDefinitionParserDelegate did not respect it. The latter now
simply ignores any <description> element, rather than failing.

Issue: SPR-8563

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4811 50f2f4bb-b051-0410-bef5-90022cba6387
2011-07-28 02:21:22 +00:00
..