mp911de / spinach

Scalable Java Disque client
Apache License 2.0
34 stars 4 forks source link

upgraded lettuce from 3.2.Final to 3.3.Final #13

Closed pulse00 closed 9 years ago

pulse00 commented 9 years ago

When using lettuce 3.3.Final with current spinach 1.1 version, you'll run into runtime NoSuchMethod errors due to CommandHandler signature incompatibilities.

mp911de commented 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.

mp911de commented 9 years ago

Thanks, @pulse00

pulse00 commented 9 years ago

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 ?

mp911de commented 9 years ago

I'm fine with the cluster features, but it's rather a 0.2 then.

pulse00 commented 9 years ago

cool, thanks

mp911de commented 9 years ago

I'll implement #11 before releasing 0.2. Should happen within the next days.

mp911de commented 9 years ago

Released 0.2 to mvn central.

pulse00 commented 9 years ago

thanks!