Update Spring to catch SPR-11069

This commit is contained in:
Dave Syer
2013-11-17 07:59:03 +00:00
parent 0f85f31960
commit 2f7214002d
6 changed files with 61 additions and 17 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="example"
class="org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBeanTests.ExampleFactoryBean">
<constructor-arg value="${value:bar}" />
</bean>
</beans>