The GitHub Actions job "Licensing - RAT Report" on 
grails-core.git/8.0.x-hibernate7.gorm-scaling has failed.
Run started by GitHub user borinquenkid (triggered by borinquenkid).

Head commit for run:
6bbaef21f2ccb1f5df7310d9b187d37c66852ab8 / Walter Duque de Estrada 
<[email protected]>
Refactor GormEnhancer.registerEntity to delegate to GormRegistry

Changes:
1. Simplified GormEnhancer.registerEntity() to delegate all API and datastore
   registration orchestration to GormRegistry.registerEntity().

2. GormEnhancer.registerEntity() now only handles:
   - Calling registry.registerEntity(entity, this)
   - Adding dynamic methods (addStaticMethods, addInstanceMethods)

3. Created new GormRegistry.registerEntity(entity, enhancer) method that:
   - Takes a GormEnhancer reference to access 
getStaticApi/getInstanceApi/getValidationApi
   - Orchestrates API registration via registerEntityApis()
   - Orchestrates datastore registration via registerEntityDatastores()

4. Added PersistentEntity import to GormRegistry

This improves separation of concerns by moving entity registration
orchestration into GormRegistry while keeping dynamic method injection
in GormEnhancer.

All 279 grails-datamapping-core tests passing.

Co-authored-by: Copilot <[email protected]>

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

With regards,
GitHub Actions via GitBox

Reply via email to