The GitHub Actions job "Code Style" on 
grails-core.git/feature/taglib-method-actions has failed.
Run started by GitHub user davydotcom (triggered by davydotcom).

Head commit for run:
40d2458855cc74775c43220aeb1ea29e686ea14e / David Estes <[email protected]>
Fix method-based TagLib dispatch: prevent helper methods from being registered 
as tag methods

Make helper methods private across all affected TagLib files to prevent
TagMethodInvoker.isTagMethodCandidate() from matching them as tag methods.
Remove convenience overloads (e.g. textField(String,Map)) entirely where
Groovy 4's multimethod restriction forbids mixing private/public methods
of the same name.

Changes:
- ApplicationTagLib: make renderResourceLink, doCreateLink private
- FormatTagLib: make messageHelper private
- UrlMappingTagLib: make appendClass private
- ValidationTagLib: remove fieldValue(Map) overload, make formatValue
  private, remove formatValue from returnObjectForTags
- FormTagLib: remove 5 typed convenience overloads, make
  renderNoSelectionOption private
- FormFieldsTagLib: make 9 protected helper methods private
- TagMethodInvoker: sort methods by descending param count to prefer
  (Map,Closure) over (Map) signatures
- Checkstyle/CodeNarc fixes: alphabetical imports, blank lines before
  constructors, single-quoted strings

Report URL: https://github.com/apache/grails-core/actions/runs/22457517592

With regards,
GitHub Actions via GitBox

Reply via email to