it should also work without the type="java.lang.Boolean"
Description
right now in a spring config file to enable inheritance only this works:
<property name="properties">
<map>
<entry key="writeXsiType">
<value type="java.lang.Boolean">true</value>
</entry>
...
it should also work without the type="java.lang.Boolean"