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/02 07:05:58 UTC

[GitHub] guacamole-client pull request #239: GUACAMOLE-494: Remove support for proper...

GitHub user mike-jumper opened a pull request:

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

    GUACAMOLE-494: Remove support for properties which have been deprecated for sufficiently long.

    This change removes support for the following properties:
    
    * `basic-user-mapping`, which has been deprecated since 0.9.10-incubating (8590a0a)
    * `mysql-disallow-*` and `postgresql-disallow-*`, which have been deprecated since 0.9.8 (9b27a27)

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

    $ git pull https://github.com/mike-jumper/guacamole-client remove-deprecated-properties

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

    https://github.com/apache/guacamole-client/pull/239.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 #239
    
----
commit cbed98e849c8104f500a94d8f47b8e86c6b921c3
Author: Michael Jumper <mj...@...>
Date:   2018-02-02T06:42:36Z

    GUACAMOLE-494: Remove support for "basic-user-mapping" property, deprecated since 0.9.10-incubating (8590a0a).

commit 2aa8054065a91825f6d95a385ce565c4c482103b
Author: Michael Jumper <mj...@...>
Date:   2018-02-02T06:53:17Z

    GUACAMOLE-494: Remove support for "mysql-disallow-*" and "postgresql-disallow-*" properties, deprecated since 0.9.8 (9b27a27).

----


---

[GitHub] guacamole-client pull request #239: GUACAMOLE-494: Remove support for proper...

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

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


---