symentis / grails-audit-logging-plugin

The Grails Audit Logging Plugin
Apache License 2.0
50 stars 59 forks source link

First Grails 4 version #197

Closed JochenGraf closed 4 years ago

robertoschwald commented 4 years ago

Hi Jochen, thanks for the PR. We work on a new approach for Grails 4. For this, we have a branch "feature/4.0.0_wip". It's queuing up audit logs using a TransactionSynchronizationAdapter and commits in a separate Transaction - but only if the main Transaction succeeds. For details see #183 Branch for this is feature/4.0.0_wip Whats missing currently is functional tests. Thats the reason why we didn't release a version for Grails 4.x, yet.

JochenGraf commented 4 years ago

Thanks, Robert! Now I notice the transaction problem. Please simply ignore the pull request. And I will look at the 4.0.0_wip branch.

robertoschwald commented 4 years ago

Ok, so I close this one. Sorry for this.

nguyea006 commented 4 years ago

Hi M. Oschwald, I know that this thread is closed, but I cannot find a way to contact you. I want to ask you 1 quick question, about your audit-logging plugin, I want to know if you have a plan to release a Grails 4 compatible version in a near future, like in the next year. I appreciate your feedback. Thanks for your help, your plugin is very easy to use and very efficient.

robertoschwald commented 4 years ago

Yes, we definitely will release for Grails 4.0.x. It's only a matter of resources when we find time to fix the tests. Hopefully early next year, but I can't promise..

nguyea006 commented 4 years ago

Hi M. Oschwald, Thank you very much for your answer. We'll wait for your new release impatiently. Very good product.