grails-audit-logging-plugin
grails-audit-logging-plugin copied to clipboard
The Grails Audit Logging Plugin
Accessing config key '[auditLog]' through dot notation is deprecated, and it will be removed in a future release. Use 'config.getProperty(key, targetClass)' instead. Update the ConfigObject accessor to be as follows:...
Simply adding this plugin - version **5.0.0-SNAPSHOT** to a **Grails 5** project, still has problems with Spring Security :(. By visiting the "/auditLogEven/index" page , the following exception is thrown:...
Would it be possible to get a release that incorporates PR #218? I'll need it to complete a project update to Grails 4.0.10.
Version: org.grails.plugins:audit-logging:3.0.3 I am new to this plugin, but have noticed a fairly critical issue. The last_updated_by column is not being updated when entities are updated. However, it is being...
Thanks for reporting an issue for the grails audit-logging plugin. Please review the task list below before submitting the issue. > WARNING: Your issue report may be closed if the...
With fix for #189 we moved static methods from AuditLogListenerUtil to AuditLogListener instance. We forgot to fix the AuditLogEventController... Thanks to David Brown for bringing that up (via Slack)
I am using the grails-audit-pluggin verion 4.0.1 in my grails 4 application with grails shiro 4.3 plugin and getting below Error: ``` 2020-11-28 17:06:25.988 [restartedMain] ERROR g.p.o.auditable.AuditLogListener - Error creating...