matrei commented on issue #14736:
URL: https://github.com/apache/grails-core/issues/14736#issuecomment-3287682484
> #### Error: Can't have an abstract method in a non-abstract class
> But the method is actually implemented in the parent class.
> ```console
> > Task :grails-core:compileGroovy
> startup failed:
>
/home/mattias/Projects/grails/grails-core/grails-core/src/main/groovy/grails/boot/config/tools/ProfilingGrailsApplicationPostProcessor.groovy:
35: Can't have an abstract method in a non-abstract class. The class
'grails.boot.config.tools.ProfilingGrailsApplicationPostProcessor' must be
declared abstract or the method 'void onApplicationEvent(E)' must be
implemented.
> @ line 35, column 1.
> class ProfilingGrailsApplicationPostProcessor extends
GrailsApplicationPostProcessor implements BeanPostProcessor {
> ^
>
> 1 error
> ```
> Groovy ticket: https://issues.apache.org/jira/browse/GROOVY-11753
This issue has been resolved by https://github.com/apache/groovy/pull/2292 🎉
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]