multi-tenant / grails-multi-tenant-single-db

Multi Tenant implementation for single database environments - Use grails-filtering and grails-hibernate-hijacker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish Grails 2.0 compatible version to grails.org

kimble opened this issue · comments

  • w/ short description and link to documentation
  • Hibernate Hijacker and Hawk Eventing
  • Git tag

Does any more development need to be completed before the plugin is ready for 2.0?

I've been using the latest from trunk for awhile and it seems to be OK with Grails 2.0.0.

Not to my knowledge, but keep in mind that I'm not using it. Feel free to publish it to grails.org if you have time!

I don't know how to tag in git. I'll look into it a little later. Other than that I think this is complete

Tagging is pretty straight forward. It's something like:
git tag -a v0.8.2 -m 'version 0.8.2 of Multi-Tenant SingleDB published to grails.org'

Btw.. hawk-eventing and hibernate-hijacker probably needs to be released to grails.org as well.

I just checked the portal page:
http://grails.org/plugin/hibernate-hijacker
http://grails.org/plugin/hawk-eventing
Both the versions out there are the ones used by 0.8.2. Do those need to be updated?

They've both received patches for Grails 2.0 compatibility since they were released to grails.org. Perhaps the version number hasn't been bumped yet?

I think this is done.