Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java config bean definitions are overridden by superclass (SPR-10992) #390

Closed
wants to merge 1 commit into from

Commits on Oct 20, 2013

  1. Skip already added bean methods from superclass

    When adding bean methods from a Configuration class,
    overridden methods from superclass are added too and
    it's bean definition overrides those declared in the subclass.
    
    The fix add a new method, getBeanMethodsToDefine that filter
    overriden methods for use in ConfigurationClassBeanDefinitionReader
    
    Issue: SPR-10992
    chelu committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    76d0b97 View commit details
    Browse the repository at this point in the history