codeconsole commented on PR #16142: URL: https://github.com/apache/grails-core/pull/16142#issuecomment-5349293148
Removed the recorded modification time entirely (`f39a7f6e1e`), per @jdaugherty. Every Grails 8 page carries a checksum, so `LAST_MODIFIED` was always `0` and the branch reading it was unreachable. Gone with it: the field and accessors on both classes, `applyLastModifiedFromResource`, and `grails.gsp.reload.granularity`, which only existed to absorb timestamp rounding. `establishLastModified` stays — the stamp pre-check still uses it. Upgrade guide updated with the removed API and setting. -- 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]
