You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jo...@apache.org on 2020/05/08 16:56:32 UTC

[mina] branch 2.1.X updated (48cd514 -> c62b953)

This is an automated email from the ASF dual-hosted git repository.

johnnyv pushed a change to branch 2.1.X
in repository https://gitbox.apache.org/repos/asf/mina.git.


    from 48cd514  Fix DIRMINA-1125
     add 129bdfb  Fixes reuse of filter argument WriteRequest when more than one Object is produced by the ProtocolEncoder
     add 54597ed  Fix for binding exception inheritance
     new c62b953  Merge bugfix/DIRMINA-1126

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/mina/core/write/DefaultWriteRequest.java   |  2 +-
 .../apache/mina/filter/codec/ProtocolCodecFilter.java | 19 ++++++++++++-------
 .../mina/transport/socket/nio/NioSocketAcceptor.java  |  6 ++----
 3 files changed, 15 insertions(+), 12 deletions(-)


[mina] 01/01: Merge bugfix/DIRMINA-1126

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

johnnyv pushed a commit to branch 2.1.X
in repository https://gitbox.apache.org/repos/asf/mina.git

commit c62b953242e9b86469e7079626963290cf201d5a
Merge: 48cd514 54597ed
Author: Jonathan Valliere <jo...@emoten.com>
AuthorDate: Fri May 8 12:51:42 2020 -0400

    Merge bugfix/DIRMINA-1126

 .../apache/mina/core/write/DefaultWriteRequest.java   |  2 +-
 .../apache/mina/filter/codec/ProtocolCodecFilter.java | 19 ++++++++++++-------
 .../mina/transport/socket/nio/NioSocketAcceptor.java  |  6 ++----
 3 files changed, 15 insertions(+), 12 deletions(-)