Skip to content

Conversation

@aalmiray
Copy link
Contributor

GROOVY-6185 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 added 3 commits May 30, 2013 12:59
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
@ghost ghost assigned melix Oct 15, 2013
@aalmiray
Copy link
Contributor Author

Closing this PR because it's faulty

@aalmiray aalmiray closed this Mar 17, 2014
melix pushed a commit to melix/groovy-core that referenced this pull request Feb 18, 2016
melix pushed a commit to melix/groovy-core that referenced this pull request Jun 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants