The GitHub Actions job "CI - Groovy Joint Validation Build" on 
grails-core.git/8.0.x-hibernate7.gorm-scaling-clean has failed.
Run started by GitHub user borinquenkid (triggered by borinquenkid).

Head commit for run:
4c158f4a7895e224656c7db97a86a5b520936941 / Walter Duque de Estrada 
<[email protected]>
Avoid opening new GORM sessions in Tenants.withId when current session exists

Update Tenants.withId to check if the child datastore for the tenant
already has a current session active on the thread. If so, execute the
closure directly rather than forcing a new session, which preserves
transaction propagation for multi-tenant integrations. Also, clean up
debug print statements and use protected logger.debug statements under
the log.isDebugEnabled() check.

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

With regards,
GitHub Actions via GitBox

Reply via email to