benlucchesi / grails-cookie-session

cookie sessions for grails applications
28 stars 32 forks source link

Grails 3 version #60

Closed paulcitarella closed 8 years ago

paulcitarella commented 9 years ago

I think this is a key plugin for anyone looking to run on a stateless platform like Heroku – or just scale horizontally for that matter – and it would be great to have a Grails 3 version.

leewin12 commented 9 years ago

+1 the most important key plugin for grails

benlucchesi commented 9 years ago

Ok. I'll get on this today.

On Mon, Sep 14, 2015, 8:46 AM leewin12 notifications@github.com wrote:

+1 the most important key plugin for grails

— Reply to this email directly or view it on GitHub https://github.com/benlucchesi/grails-cookie-session-v2/issues/60#issuecomment-140121002 .

benlucchesi commented 9 years ago

ok, I've got the code ported and running in a grails 3.x application. Because project layout is so different from previous versions of grails, I'm creating a new repo and bumping the version number to 3. I'll check-in shortly so you'll have access to the code. It will be a few days before I submit it to the central plugin repository because I need to test it. If you have cycles you can spare to help with testing, please let me know.

-ben

benlucchesi commented 8 years ago

ok, I've updated the plugin and checked in a v3 repo. you can access the code here: https://github.com/benlucchesi/grails-cookie-session-v3

I haven't tested the plugin with spring security, webflow, etc. It isn't available in the central plugin repo, but you can download source, and compile and install in your local repo or build as an inline plugin for your project.

Again... if anyone has cycles they can spare testing the plugin, I could use the help.

-ben

benlucchesi commented 8 years ago

I'm going to delete the grails-cookie-session-v3 repo and move all the code to this repo.