This is an automated email from the ASF dual-hosted git repository.
codeconsole pushed a change to branch 7.2.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 07652254e8 Merge remote-tracking branch 'origin/7.1.x' into 7.2.x
add ac4cd7c8bb scaffolding: parameterize @Scaffold controller superclass
so scaffolded controller members aren't type-erased
add a32edba61d scaffolding: only parameterize single-type-parameter
scaffold bases; keep raw form otherwise (both injectors)
new 65edb8c793 Merge pull request #15729 from
codeconsole/scaffold-controller-generic-fix
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../ScaffoldingControllerInjector.groovy | 21 ++-
.../scaffolding/ScaffoldingServiceInjector.groovy | 26 ++-
.../ScaffoldingControllerInjectorSpec.groovy | 189 +++++++++++++++++++++
.../ScaffoldingServiceInjectorSpec.groovy | 27 +++
4 files changed, 253 insertions(+), 10 deletions(-)
create mode 100644
grails-scaffolding/src/test/groovy/org/grails/compiler/scaffolding/ScaffoldingControllerInjectorSpec.groovy