-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SimpleGrantedAuthority cannot be serialized by Kryo #54
Comments
There's some challenges upgrading the version of kryo because I'm using the I haven't looked into using the msm-kryo-serializer library yet. -ben On Tue, May 19, 2015 at 2:46 PM, jaredjstewart [email protected]
|
@benlucchesi Are you still maintaining this plugin? I'd be interested in getting it working with the latest kyro and Grails. |
I haven't had time. Been busy with work. You're welcome to take the project
over.
If you need any input on issues you may face with modern grails, I'd be
happy to share my thoughts.
…-ben
On Fri, Sep 22, 2017 at 8:37 AM, Patrick Double ***@***.***> wrote:
@benlucchesi <https://github.com/benlucchesi> Are you still maintaining
this plugin? I'd be interested in getting it working with the latest kyro
and Grails.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAwojPNLGpDBg9HLkna0vQajHfIdsc1Tks5sk9RHgaJpZM4Eg6xE>
.
|
I'll give it a go. I am thinking of changes that would require a major version update. I'd like to use Kryo 4.0 and optimizations that would make the Spring Security support take less space. Did you want to communicate in this issue or another channel? |
Fixed in https://github.com/double16/grails-cookie-session/tree/release/4.0.0 dependencies { |
It looks like there is a known issue with some versions of Kryo when serializing Spring's SimpleGrantedAuthority due to an issue serializing TreeMap. I believe this may be fixed in more current versions of Kryo.
(See http://code.google.com/p/kryo/issues/detail?id=74 and http://grepcode.com/file/repo1.maven.org/maven2/de.javakaffee.msm/msm-kryo-serializer/1.8.1/de/javakaffee/web/msm/serializer/kryo/SpringSecurityUserRegistration.java)
The text was updated successfully, but these errors were encountered: