You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by kc7bfi <gi...@git.apache.org> on 2018/05/07 22:01:39 UTC

[GitHub] mina pull request #14: Set maximum before core. Fix for JDK10

GitHub user kc7bfi opened a pull request:

    https://github.com/apache/mina/pull/14

    Set maximum before core. Fix for JDK10

    There is a problem with Java 10 when the core is set before the maximum.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kc7bfi/mina 2.0

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mina/pull/14.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #14
    
----
commit c1f8a4db5e5bebdff9bfeda94e04646bdf5c0a11
Author: David Robison <da...@...>
Date:   2018-05-07T21:59:47Z

    Set maximum before core. Fix for JDK10

----


---