GitHub user jwagenleitner opened a pull request:

    https://github.com/apache/groovy/pull/226

    GROOVY-7709 - ConvertedClosure/ConvertedMap do not work with interface 
extending GroovyObject

    Just posting for discussion and acknowledge that there is probably a better 
fix and lots here is not being addressed other the immediate issue.  For this 
fix I borrowed from what was done in `GroovyResultSetProxy`.
    
    Assuming this is even somewhat close to the right way to address it, it 
might make sense for the `ConvertedMap` to handle the metaClass in case the map 
has a `getMetaClass` key.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jwagenleitner/groovy GROOVY-7709

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/226.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #226
    
----
commit 584840327d484e9a24fd69a3cfc8a8c97fa55e86
Author: John Wagenleitner <jwagenleit...@apache.org>
Date:   2015-12-27T03:17:07Z

    GROOVY-7709 - ConvertedClosure/ConvertedMap do not work with interface 
extending GroovyObject

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to