Jeff Scott Brown
Jeff Scott Brown
> Guess you know why you are asking Correct.
Can we use a matrix table represented in the UG that lists the major and minor versions (no need for patch versions) for all not EOL Grails versions and includes...
@kgeis Thank you for the feedback. It is good information. We will investigate updating the docs. In the meantime, some more information related to retrieving config values is available at...
FYI, This is still an issue with 5.1.4... [docs.grails.org/5.1.4/guide/gettingStarted.html#deployingAnApplication](https://docs.grails.org/5.1.4/guide/gettingStarted.html#deployingAnApplication)
> but wait... this only gets called when the session is flushed, it doesn't get called prior to validate Does an approach like the one shown at [src/main/groovy/gorm/events/demo/listener/AuditListener.groovy#L29-L37](https://github.com/jeffbrown/gorm-events-demo/blob/261f25652e5fead8563ed83f7903e52dfb37fb40/src/main/groovy/gorm/events/demo/listener/AuditListener.groovy#L29-L37) work?
> I still wish there was an option to listen for all domain classes, rather than having to enumerate them all. I believe there is. I don't think there are...
I have moved this issue to `gorm-hibernate5`. I think the only actionable item in the thread is the following: > It would be nice to see some documentation since the...
Pull requests for the user guide ([gorm.grails.org/7.1.0/hibernate/manual/index.html](https://gorm.grails.org/7.1.0/hibernate/manual/index.html)) and the javadocs ([gorm.grails.org/7.1.0/hibernate/api/org/grails/orm/hibernate/event/listener/HibernateEventListener.html](https://gorm.grails.org/7.1.0/hibernate/api/org/grails/orm/hibernate/event/listener/HibernateEventListener.html)) are welcome. Thank you for the feedback!
> It seems to me that there is kind of a bug here that you can't call isDirty() on objects that haven't been saved yet. If that is the case,...
The title of this issue is currently "Support of Command beans with @Validateable annotation". Does the `Validateable` annotation have anything to do with this or is it just about any...