jamesfredley commented on PR #15465:
URL: https://github.com/apache/grails-core/pull/15465#issuecomment-4421908089

   I updated the reproducer branch with a stronger H2 runtime check:
   
   - Branch: 
https://github.com/jamesfredley/grails-core/tree/pr15465-issue-reproducers
   - Commit: https://github.com/jamesfredley/grails-core/commit/d818f4ade1
   - Change: H2 no longer relies on source-inspection comments. It now creates 
an `ExpandoMetaClass`, calls `TagLibraryMetaUtils.registerTagMetaMethods(...)` 
with a default-namespace `actionSubmit` tag, and asserts the real user method 
`actionSubmit(Map)` is shadowed by the generated `ClosureMetaMethod` dispatcher.
   - Verification: `./gradlew --quiet :grails-taglib:test --tests 
org.grails.taglib.Pr15465ReproducerSpec --rerun-tasks` passes with 6 tests, 0 
failures.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to