[jira] [Commented] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605534#comment-17605534 ] Eric Milles commented on GROOVY-10757: --

[jira] [Commented] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605528#comment-17605528 ] Eric Milles commented on GROOVY-10757: -- Here is one patch that Groovy-Eclipse makes in the parser

[jira] [Commented] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605514#comment-17605514 ] Eric Milles commented on GROOVY-10757: -- Here are the sources if you want to have a look:

[jira] [Comment Edited] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605480#comment-17605480 ] Eric Milles edited comment on GROOVY-10757 at 9/15/22 8:14 PM: --- Can you

[jira] [Commented] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605480#comment-17605480 ] Eric Milles commented on GROOVY-10757: -- Can you try compiling with system property

[jira] [Commented] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Mauro Molinari (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605400#comment-17605400 ] Mauro Molinari commented on GROOVY-10757: - Yes, this is what I have. As said, this starts to

[jira] [Commented] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605336#comment-17605336 ] Eric Milles commented on GROOVY-10757: -- I'm guessing you have something like this: {code:groovy}

[jira] [Comment Edited] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Mauro Molinari (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605199#comment-17605199 ] Mauro Molinari edited comment on GROOVY-10757 at 9/15/22 10:35 AM: ---

[jira] [Comment Edited] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Mauro Molinari (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605250#comment-17605250 ] Mauro Molinari edited comment on GROOVY-10757 at 9/15/22 10:32 AM: ---

[jira] [Commented] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Mauro Molinari (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605250#comment-17605250 ] Mauro Molinari commented on GROOVY-10757: - bq. Update: Another thing to try is casting "dao" in

[jira] [Commented] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Mauro Molinari (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605228#comment-17605228 ] Mauro Molinari commented on GROOVY-10757: - bq. You could try making the call to

[jira] [Commented] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Mauro Molinari (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605203#comment-17605203 ] Mauro Molinari commented on GROOVY-10757: - First attempt: I found the Groovy snapshot Maven

[jira] [Commented] (GROOVY-10757) Regression from 2.5.16+: ClassCastException at runtime

2022-09-15 Thread Mauro Molinari (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17605199#comment-17605199 ] Mauro Molinari commented on GROOVY-10757: - {quote}Can you say where BarPurchaseDao fits into