James Fredley
James Fredley
@arjangch Is this working on 7.0.0-RC1 or 7.0.0-SNAPSHOT?
@jdaugherty Agreed. I merged to two newest PRs together as a starting point, since it was disjointed and hard to follow across the set of PRs.
https://oci-osf.atlassian.net/servicedesk/customer/portal/3/OO-46?created=true



Looking at profiles and forge we do not configure `factory_class ` in generated apps, so this is an issue for legacy apps where `factory_class: 'org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory'` was configured manually. After `org.ehcache:ehcache`...
I completed a couple dozen javax to jakarta migrations for Apache Grails prior to moving it to the ASF, while at the same time updating to Groovy 4, Gradle 8,...
The following have already been updated: https://github.com/grails/grails-doc https://github.com/grails/gorm-hibernate5 https://github.com/grails/grails-database-migration https://github.com/grails/gorm-mongodb https://github.com/grails/grails-async https://github.com/grails/grails-plugins-metadata https://github.com/grails/scaffolding https://github.com/grails/geb https://github.com/grails/grails-forge https://github.com/grails/grails-views https://github.com/grails/grails-wrapper https://github.com/grails/grails-async https://github.com/grails/grails-gsp
Example decompiled domain classes with inheritance: [Vehicle class.txt](https://github.com/user-attachments/files/17413013/Vehicle.class.txt) [Truck class.txt](https://github.com/user-attachments/files/17413014/Truck.class.txt) [Minivan class.txt](https://github.com/user-attachments/files/17413015/Minivan.class.txt)