You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by jwagenleitner <gi...@git.apache.org> on 2018/03/05 16:39:48 UTC

[GitHub] groovy pull request #671: GROOVY-8422: Incorrect properties copy in Sql.newI...

GitHub user jwagenleitner opened a pull request:

    https://github.com/apache/groovy/pull/671

    GROOVY-8422: Incorrect properties copy in Sql.newInstance

    The provided Properties should be passed to the DriverManager as-is.
    A copy is only needed when changes are made to the provided Properties
    in order to mask sensitive information for logging purposes.

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

    $ git pull https://github.com/jwagenleitner/groovy 8422-sql-props

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

    https://github.com/apache/groovy/pull/671.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 #671
    
----
commit 1f833b4af4e5e5ac667967b55f279e9534d5ec58
Author: John Wagenleitner <jw...@...>
Date:   2018-03-05T16:35:33Z

    GROOVY-8422: Incorrect properties copy in Sql.newInstance
    
    The provided Properties should be passed to the DriverManager as-is.
    A copy is only needed when changes are made to the provided Properties
    in order to mask sensitive information for logging purposes.

----


---

[GitHub] groovy pull request #671: GROOVY-8422: Incorrect properties copy in Sql.newI...

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

    https://github.com/apache/groovy/pull/671


---