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 b5e583a6bf Bump jackson3
add 029aa5e437 Add method-based doWithSpring(BeanBuilder) plugin hook
add 35084d19b8 Merge branch '8.0.x' into feat/plugin-dowithspring-method
add 13bc85c8da Merge branch '8.0.x' into feat/plugin-dowithspring-method
new 30979e722d Merge pull request #15939 from
codeconsole/feat/plugin-dowithspring-method
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:
.../src/main/groovy/grails/plugins/Plugin.groovy | 14 ++
.../org/grails/plugins/DefaultGrailsPlugin.java | 35 ++++-
.../plugins/PluginDoWithSpringMethodSpec.groovy | 153 +++++++++++++++++++++
.../plugins/hookingIntoRuntimeConfiguration.adoc | 29 ++++
4 files changed, 228 insertions(+), 3 deletions(-)
create mode 100644
grails-core/src/test/groovy/grails/plugins/PluginDoWithSpringMethodSpec.groovy