This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a change to branch feature/taglib-method-actions
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from aae4049ddb Enable Java and Groovy parameter metadata in Grails Gradle 
app builds so typed method tag arguments bind reliably in user applications. 
Narrow method tag discovery to avoid exposing public helper methods as tags by 
default. Conventional attrs/body signatures remain supported, while zero-arg 
and typed-parameter method tags require @Tag. Preserve @NotATag opt-out 
behavior and add debug logging when tag dispatchers override existing methods. 
Expand unit, Gradle plugin, do [...]
     add f44b526c53 Update docs for new Tag annotation

No new revisions were added by this update.

Summary of changes:
 .../src/en/guide/theWebLayer/gsp/taglibs.adoc      | 38 ++++++++++++++++------
 .../theWebLayer/gsp/taglibs/iterativeTags.adoc     |  4 +--
 .../guide/theWebLayer/gsp/taglibs/logicalTags.adoc |  2 +-
 .../guide/theWebLayer/gsp/taglibs/namespaces.adoc  |  4 +--
 .../guide/theWebLayer/gsp/taglibs/simpleTags.adoc  |  8 +++--
 .../theWebLayer/gsp/taglibs/tagReturnValue.adoc    |  2 +-
 grails-doc/src/en/guide/theWebLayer/taglibs.adoc   | 38 ++++++++++++++++------
 .../src/en/guide/upgrading/upgrading70x.adoc       | 12 ++++---
 8 files changed, 74 insertions(+), 34 deletions(-)

Reply via email to