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

GROOVY-6158 ObjectGraphBuilder.NewInstanceResolver disregards node value #358

Open
wants to merge 1 commit into
base: GROOVY_2_2_X
Choose a base branch
from

Commits on Mar 17, 2014

  1. GROOVY-6158 ObjectGraphBuilder.NewInstanceResolver disregards node value

    This fix introduces a binary incompatibility as a method signature
    was changed from
    
        Object newInstance(Class klass, Map attributes)
    
    to
    
        Object newInstance(Class klass, Object value, Map attributes)
    
    Merge with caution (into 2.2 or greater) or wait until 3.0
    aalmiray committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    5544976 View commit details
    Browse the repository at this point in the history