jdaugherty commented on PR #16149: URL: https://github.com/apache/grails-core/pull/16149#issuecomment-5513164151
> > @codeconsole why did you rename currentRequest -> request throughout the code? What's the reasoning for this change? > > @jdaugherty `getCurrentRequest()` does exactly 1 thing now. It just returns `getRequest()`. Why unnecessarily proxy a method? Because it's been there since 2009 and has a distinguished name. It was clearly used throughout the code base too and resulted in a significant diff to remove it. -- 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]
