Hi !

I'm calling for a vote of Apache MINA 2.0.18 release. There is nothing
critical in it, no big bug fixes, just a few annoying ones. Although
there is some important addition: The IoHandler interface now expose a
new method :

  void event(IoSession session, FilterEvent event) throws Exception;


This can be used by any filter to generate a specific event (which will
be handled on demand by the application).

Currently, the only added event is defined in SslEvent, and it tells if
the session has been secured (ie the Handshake has completed) or isn't
anymore.

It changes one thing in your application: if you were implementing
IoHandler, you have to add this method. You may also extends
IoHandlerAdpater which has a void implementation of this event() method.

The few fixes bugs/added features are:

- Added a flag to tell the Handshake to start immediately or not
- The IoBufferHexDumper implementation now does not modify the IoBuffer
position
- Some missing synchronization have been added in teh SslFilter
- The suspendRead call is handled for Datagrams, instead of throwing an
exception


A temporary tag has been created (it can be removed if the vote is not
approved)

The newly approved Nexus has been used for the preparation of this
release and all final artifacts are stored
in a staging repository:
https://repository.apache.org/content/repositories/orgapachemina-1036/


The distributions are available for download on :
https://dist.apache.org/repos/dist/dev/mina/mina/2.0.18/

Let us vote :
[ ] +1 | Release MINA 2.0.18
[ ] ± | Abstain
[ ] -1 | Do *NOT*  release MINA 2.0.18

Thanks !


-- 
Emmanuel Lecharny

Symas.com
directory.apache.org

Attachment: pEpkey.asc
Description: application/pgp-keys

Reply via email to