grails-audit-logging-plugin
grails-audit-logging-plugin copied to clipboard
Request for 4.0.4 release
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.
Hi @robertoschwald, is there any chance of getting a 4.0.4 release soon? We really need it to get our Grails upgrade done.
We need to migrate Gradle to be able to sign and deploy to central. This is not done, yet. Also, we need to merge #212 which is needed for nested transaction support, but this PR is currently not ORM agnostic and holds a dependency to Hibernate we wanted to get rid of, so we can support Mongo and others. But I'm willing to merge it as an interim solution for now, as the plugin is currently not ready for Mongo at all due to the lack of datasource name resolution possibilities in Mongo we didn't resolve, yet. See https://github.com/symentis/grails-audit-logging-plugin/blob/cc76c72b2122daa7ab8c19295912230f611ba620/plugin/src/main/groovy/grails/plugins/orm/auditable/AuditLoggingGrailsPlugin.groovy#L83
PR for Grails Central migration is welcome.
Thanks for the update @robertoschwald. I'm happy to help if I can, but I'm not sure what needs to be done to enable deployment to Grails Central. Are there details somewhere of what would be involved?
@robertoschwald any news on this?