You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by mike-jumper <gi...@git.apache.org> on 2018/02/01 21:55:57 UTC

[GitHub] guacamole-client pull request #235: GUACAMOLE-96: Restore compatibility with...

GitHub user mike-jumper opened a pull request:

    https://github.com/apache/guacamole-client/pull/235

    GUACAMOLE-96: Restore compatibility with 1.7 JDK.

    #233 introduced code specific to the 1.8 version of the JDK, breaking the build on platforms with 1.7. This PR restores compatibility with 1.7.

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

    $ git pull https://github.com/mike-jumper/guacamole-client build-compat

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

    https://github.com/apache/guacamole-client/pull/235.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 #235
    
----
commit 4a7857571e2375e00d2d22d2d09ddbcb0013236b
Author: Michael Jumper <mj...@...>
Date:   2018-02-01T20:41:00Z

    GUACAMOLE-96: Reference Map.Entry rather than HashMap.Entry.

commit 1c012f4ed0c780cd2418a26efefbdddcc42f11c3
Author: Michael Jumper <mj...@...>
Date:   2018-02-01T20:43:24Z

    GUACAMOLE-96: Implement Iterator.remove() within ArbitraryAttributeMap's iterator.

commit 3a90dbbd0011416d7116da7a901c215f1186a682
Author: Michael Jumper <mj...@...>
Date:   2018-02-01T21:01:43Z

    GUACAMOLE-96: Do not rely on Map.remove(key, value) which is specific to Java 8.

----


---

[GitHub] guacamole-client pull request #235: GUACAMOLE-96: Restore compatibility with...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/guacamole-client/pull/235


---