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 <[email protected]>
Date: 2017-09-29T00:17:55Z
LANG-1348 - StackOverflowError on TypeUtils.toString(...) for a generic
return type of Enum.valueOf
----
---