GitHub user ecerulm opened a pull request:
https://github.com/apache/groovy/pull/693
Allow methodMissing/propertyMissing to be defined through category
Resolves GROOVY-3867
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ecerulm/groovy GROOVY-3867-pq
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/groovy/pull/693.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 #693
----
commit 8d6af73c53d0f0ad8c2e7b72d214ba732b14e8ee
Author: Ruben Laguna <ruben.laguna@...>
Date: 2018-05-01T10:07:54Z
Allow methodMissing/propertyMissing to be defined through category
Resolves GROOVY-3867
----
---