Martin Grotzke
Martin Grotzke
Thanks for reporting, do you want to submit a pull request?
Sounds good! Though, because I don't use it and I have still open issues at other OSS projects I probably won't implement it. But maybe you or others interested in...
Can you provide an example that shows the issue?
Thanx. I ran the test in the kryo1 branch (in master there's a VerifyError), and there it's green. The console prints ``` --simple proxy with one callbacks-- No errors --composite...
Tomcat redis session sounds interesting, which project exactly are you referring to? I'm working on [memcached-session-manager](https://github.com/magro/memcached-session-manager) btw, which should get pluggable backends soon, with an implementation for Redis provided. Maybe...
> Do you want to implement redis in your project? Yes. There's this [pull request](https://github.com/magro/memcached-session-manager/pull/18) that also comes with a Redis implementation which I want to pick up soon. >...
Shouldn't it work to register the kryo [JavaSerializer](https://github.com/EsotericSoftware/kryo/blob/master/src/com/esotericsoftware/kryo/serializers/JavaSerializer.java) for `DefaultListableBeanFactory`? Do you have a simple spring sample application that we could use to create a test case for this?
I just put together a simple test that shows how to serialize a bean that holds a `DefaultListableBeanFactory`, see commit 9baf56ca (or branch [spring-DefaultListableBeanFactory-ser](https://github.com/magro/kryo-serializers/tree/spring-DefaultListableBeanFactory-ser)).
How can this be reproduced?
I'm open to everything that brings improvements :-) Moving to gradle and automating the release sounds good!