You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by mbusso <gi...@git.apache.org> on 2017/09/29 00:23:19 UTC

[GitHub] commons-lang pull request #291: LANG-1348 - StackOverflowError on TypeUtils....

GitHub user mbusso opened a pull request:

    https://github.com/apache/commons-lang/pull/291

    LANG-1348 - StackOverflowError on TypeUtils.toString

    StackOverflowError on TypeUtils.toString(...) for a generic return type of Enum.valueOf

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

    $ git pull https://github.com/mbusso/commons-lang master

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

    https://github.com/apache/commons-lang/pull/291.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 #291
    
----
commit 1ddc70df56a81a94e4b11813c6da6f107c2ebb0c
Author: mbusso <ma...@gmail.com>
Date:   2017-09-29T00:17:55Z

    LANG-1348 - StackOverflowError on TypeUtils.toString(...) for a generic return type of Enum.valueOf

----


---

[GitHub] commons-lang pull request #291: LANG-1348 - StackOverflowError on TypeUtils....

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

    https://github.com/apache/commons-lang/pull/291


---