Closed pulse00 closed 9 years ago
That's because the signature of the CommandHandler
constructor changed from Queue
to BlockingQueue
. The code requires a recompile to work with lettuce 3.3.Final.
Thanks, @pulse00
it would be super nice if you could squeeze in a minor 0.1.2
release if you have time :)
Or aren't you comfortable with releasing https://github.com/mp911de/spinach/commit/f1ee0baf7ca9239747dee6c3645e2f3278ada2b8 ?
I'm fine with the cluster features, but it's rather a 0.2
then.
cool, thanks
I'll implement #11 before releasing 0.2
. Should happen within the next days.
Released 0.2 to mvn central.
thanks!
When using lettuce 3.3.Final with current spinach 1.1 version, you'll run into runtime
NoSuchMethod
errors due toCommandHandler
signature incompatibilities.