Results 240 comments of Scott Murphy

@muser83 some databases offer cursors so you can efficiently paginate through data without having to scan to the offset. Using offsets is very inefficient for quantities of results. You could...

Spring Data Rest format: ```json { "_embedded" : { "people" : [ { "_links" : { "self" : { "href" : "http://localhost:8080/people/68bb8e74405d67e524d995de" }, "person" : { "href" : "http://localhost:8080/people/68bb8e74405d67e524d995de" }...

RestfulController also needs to be updated: https://github.com/apache/grails-core/blob/c9597b6aa7acf74b74e39967992f11dbed4aaa30/grails-rest-transforms/src/main/groovy/grails/rest/RestfulController.groovy#L68-L72

https://github.com/grails/grails-wrapper/blob/4.0.x/wrapper/src/main/groovy/grails/init/RunCommand.groovy calls https://github.com/grails/grails-core/blob/6.2.x/grails-shell/src/main/groovy/org/grails/cli/GrailsCli.groovy#L587-L588

https://github.com/grails/grails-spring-security-core/pull/1021/commits/cfcdbd8cc5df5a6a9a672b89047249b43b49a03f

https://github.com/grails/grails-core/pull/13685

I just removed `GrailsAutoConfiguration` It was registering `grailsApplicationPostProcessor` after the test `grailsApplicationPostProcessor` so the `TestRuntimeGrailsApplicationPostProcessor` was being ignored because it had the same name. https://github.com/grails/grails-testing-support/pull/435 I am only seeing 9...

https://github.com/grails/grails-spring-security-core/commit/5fbe1856380ea8e075124120baa908f9021d1943 https://github.com/grails/grails-spring-security-core/commit/5f1ded31e17b0ab5732b7c34a0d44f1ee6c8887a

https://github.com/grails/grails-gsp/commit/8ea230e50b99ce7966c04998460e3990c29f06d5 https://github.com/grails/grails-gsp/commit/67fef9d91a5750639cbda3029bc95ac0cbaa4c77

https://github.com/grails/grails-core/commit/2edb2e3859833f7cf887568a303717afaa6cefcd https://github.com/grails/grails-core/commit/25abdbc6d396ca5208589b0a16b9cd7fffcaa8de