The GitHub Actions job "End to End" on 
grails-core.git/fix/16287-devtools-gorm-entities has succeeded.
Run started by GitHub user jamesfredley (triggered by jamesfredley).

Head commit for run:
c6e55d9a4baaedb0231f1cc4e2fc71feb31f9ce1 / James Fredley 
<[email protected]>
Keep GORM entities on the DevTools restart classloader

Spring Boot DevTools loads application domain classes in
RestartClassLoader while GORM and Hibernate stay on the base loader.
Hibernate's JPA metamodel keys entities by Class identity, so GORM
Criteria calls such as count() and save() fail with "Not an entity".

Resolve Hibernate's CLASSLOADERS setting to the restart thread context
class loader so domain Class identity matches the metamodel.

Fixes #16287

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

With regards,
GitHub Actions via GitBox

Reply via email to