mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 22:59:01 +00:00
Update JndiConnectionFactoryAutoConfiguration to ensure that the JmsProperties bean is created. Prior to this commit deployment to a WildFly would fail with a NoSuchBeanDefinitionException. Fixes gh-2072