Hi everyone. I am in the process of upgrading an a...
# questions
v
Hi everyone. I am in the process of upgrading an application to grails 5. A previously used plugin, hibernate-filters-plugin needs to be updated (minor change). I can download the source code and build a jar from it locally and then use it, but I was wondering about the proper procedure to do this, from a licensing point of view.
g
It's has a Apache 2 license so you se free to download and build it. If the maintainer is still active you can submit a pr, and get them to release a new version. If the maintainer isn't active I'm not sure who you could contact at this point.
v
Thank you