This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 06f5567bf6 Merge pull request #15963 from jdaugherty/8.0.x
add 7d85988e8a Register the scaffolding view resolver without the bean DSL
add 2c69b675bd Convert the scaffolding definition post-processor to Java
add 85c05b4260 Rely on implicit SAM coercion for the bean registrar
add 23a83ed176 Derive the post-processor order from
GroovyPagesPostProcessor.ORDER
add be023f8e42 Pin the pipeline ordering contract to the collaborators'
constants
add f40b21bf4d Convert to groovy
new 10960ba19c Merge pull request #15966 from
codeconsole/refactor/scaffolding-static-descriptor
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:
grails-scaffolding/build.gradle | 3 +
.../scaffolding/ScaffoldingGrailsPlugin.groovy | 34 ++++----
...ldingViewResolverDefinitionPostProcessor.groovy | 96 ++++++++++++++++++++++
...gViewResolverDefinitionPostProcessorSpec.groovy | 90 ++++++++++++++++++++
4 files changed, 209 insertions(+), 14 deletions(-)
create mode 100644
grails-scaffolding/src/main/groovy/grails/plugin/scaffolding/ScaffoldingViewResolverDefinitionPostProcessor.groovy
create mode 100644
grails-scaffolding/src/test/groovy/grails/plugin/scaffolding/ScaffoldingViewResolverDefinitionPostProcessorSpec.groovy