SimpleAliasRegistry detects resolved aliases that loop back to the original name (SPR-5419); PropertyPlaceholderConfigurer does not modify Map in case of equal String keys (SPR-5318); inner class names in Java source style ("java.lang.Thread.State") supported as well (SPR-5210)
This commit is contained in:
@@ -97,14 +97,15 @@
|
||||
</property>
|
||||
<property name="someSet">
|
||||
<set>
|
||||
<util:constant static-field="java.lang.Integer.MIN_VALUE"/>
|
||||
<util:constant static-field="java.lang.Thread$State.NEW"/>
|
||||
<util:constant static-field="java.lang.Thread.State.RUNNABLE"/>
|
||||
</set>
|
||||
</property>
|
||||
<property name="someMap">
|
||||
<map>
|
||||
<entry>
|
||||
<key><value>min</value></key>
|
||||
<util:constant static-field="java.lang.Integer.MIN_VALUE"/>
|
||||
<util:constant static-field="test.beans.CustomEnum.VALUE_1"/>
|
||||
</entry>
|
||||
</map>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user