Todo for version 0.5.0

The following features are scheduled for the next major version 0.5.0:
done pluggable message encryption Well, basically this was already possible when using a custom SerializeAdapter which encrypts and decrypts all data with a StreamCipher. We have just added a default SerializeAdapter which can wrap any other SerializeAdapter and uses CipherOutputStream/CipherInputStream for encryption/decryption and has been successfully tested with Bouncy Castles RC4Engine. The new CipherAdapter works with both non-blocking I/O and old style blocking I/O. As long as 0.5.0 is not released you can use netseekers HC128Adapter to protect your network traffic.
cluster support with at least a round-robbing mechanism as well as basic failure detection
server statistics We will add a - at the moment undefined - statistic and monitoring feature
server statistics We will add a - at the moment undefined - statistic and monitoring feature
... This roadmap is not complete at the moment. We are open to further suggestions...