Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.0-beta-2
-
None
Description
Groovy compiler fails with a message saying a method is not implemented in the Groovy class that exists in the Java interface.
The error can be seen here: https://travis-ci.org/grails/grails-core/builds/284244075
The file in question does in fact implement the method. https://github.com/grails/grails-core/blob/spring_5/grails-bootstrap/src/main/groovy/org/grails/io/support/ByteArrayResource.groovy#L64