matrei commented on PR #14875: URL: https://github.com/apache/grails-core/pull/14875#issuecomment-3034801874
> I had to revert the cast that shows an error in intellij. Otherwise, a large amount of tests fail with a cast exception. That is interesting considering the cast is made inside an `if (content instanceof StreamCharBuffer)` condition. Doing a proper cast seems to work better: ```groovy gspGrailsLayoutPage.pageBuffer = (StreamCharBuffer) content ``` -- 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]
