mina
mina copied to clipboard
Mirror of Apache MINA
Bumps [libthrift](https://github.com/apache/thrift) from 0.9.0 to 0.14.0. Release notes Sourced from libthrift's releases. Version 0.14.0 For release 0.14.0 head over to the official release download source: http://thrift.apache.org/download The assets below are...
Added github actions to test the build on different operating systems and jdks 7,8,9,10
2.1.x
There were some places where buffers were not properly duplicated and/or freed. This caused poor performance when attempting to cache IOBuffers.
This change in 2.1.1 introduced new errors coming from clients that they can decode messages. More details in the task: https://issues.apache.org/jira/browse/DIRMINA-1126
https://issues.apache.org/jira/projects/DIRMINA/issues/DIRMINA-1122 We found out that it is not possible to set endpoint identification algorithm while discussing SNI support in quickfixj https://github.com/quickfix-j/quickfixj/issues/276 **Changes** - added support for endpoint identification algorithm to...
Client connection server example
Since Java 11, closing a ServerSocketChannel may release the socket only on the next select() call. If we try to register a new binding for an unbound socket before the...
XBean Spring produces non reproducible output, as seen when rebuilding Mina releases https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/mina/README.md waiting for XBean to fix the issue, we can do a workaround: detect and remove the timestamp...
nextFolter -> nextFilter