Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.5.7
-
None
-
None
Description
A change to Groovy is causing a test to fail in the Grails build. See
In particular this test is failing:
The code that is no longer working can be seen on line 59:
[theLink:g.link(controller:"foo", action:"bar")]
Note the use of the "g." prefix this used to be dealt with by changing the closure delegate to an instance of this class:
Notice the implementation of getProperty which resolved the single character "g" into an object that can invoke tags (namespaced tags) in Grails.
It seems that the closure is no longer hitting this getProperty method.
Attachments
Issue Links
- depends upon
-
GROOVY-3021 Inheritance of getProperty method broken
- Closed