The GitHub Actions job "CI - Groovy Joint Validation Build" on grails-core.git/fix/basic-collection-in-14610 has succeeded. Run started by GitHub user jamesfredley (triggered by jamesfredley).
Head commit for run: 2ad24be2cf50f91a2e3bdcc746e5d5b4d984d14e / James Fredley <[email protected]> Fix createAlias to populate aliasMap, preventing duplicate alias on basic collections When a user explicitly creates an alias (e.g. createAlias('schools', 's')) and then calls in('schools', [...]) with the raw property name, the basic collection handler would attempt to create a second alias for the same association path, causing Hibernate to throw a duplicate alias error. Both createAlias overloads now register the alias in aliasMap, consistent with how createAliasIfNeccessary already works. This allows the in() method to discover and reuse user-created aliases. Assisted-by: Claude Code <[email protected]> Report URL: https://github.com/apache/grails-core/actions/runs/22451826465 With regards, GitHub Actions via GitBox
