• Andy Wilkinson's avatar
    Support String values for factoryBeanObjectType attribute on bean def · 337673b3
    Andy Wilkinson authored
    To allow us to determine the type that Spring Integration’s
    GatewayProxyFactoryBean will create, the bean definition created by
    MessagingGatewayRegistrar needs to set the factoryBeanObjectType
    attribute. The current implementation of BeanTypeRegistry requires the
    attribute’s value to be a Class, however this would require Spring
    Integration’s namespace handler to load the class and class loading
    should be avoided in namespace handlers.
    
    This commit updates BeanTypeRegistry so that it supports both Class and
    String values for the factoryBeanObjectType. If the value is a String
    it will interpret it as a class name and attempt to load it.
    
    See gh-2811
    337673b3
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...