The GitHub Actions job "Coverage" on grails-core.git/feat/gorm-registry-consolidated has succeeded. Run started by GitHub user borinquenkid (triggered by borinquenkid).
Head commit for run: c9c57e6a218e7b70e3fbd0481e1572e729dc7eb2 / Walter Duque de Estrada <[email protected]> fix: restore AbstractGormApi.EXCLUDES to its 8.0.x contents and public visibility getMethods/getExtendedMethods, setTransactionManager were quietly dropped from EXCLUDES and the field's visibility narrowed to protected, removing both the generated public accessor and the ability for out-of-hierarchy code reading AbstractGormApi.EXCLUDES to keep compiling. Restore the full 8.0.x list, add getTransactionManager since its abstract getter is new on this branch, and revert the field to the original public static Groovy property. AbstractGormApiSpec's own coverage was circular (asserting the filtered method list against the very constant that drives the filter, so it would pass for any EXCLUDES content including an empty list) - replaced with an assertion against the literal excluded names, plus a dedicated test for the restored public accessor and exact EXCLUDES contents. Co-Authored-By: Claude Sonnet 5 <[email protected]> Report URL: https://github.com/apache/grails-core/actions/runs/31120945457 With regards, GitHub Actions via GitBox
