GitHub user mbusso opened a pull request:
https://github.com/apache/commons-lang/pull/292
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/292.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 #292
----
commit 39df422dd3f36be889d6e174a94a24449373de6d
Author: mbusso <[email protected]>
Date: 2017-09-29T00:51:24Z
LANG-1348 - StackOverflowError on TypeUtils.toString(...) for a generic
return type of Enum.valueOf
----
---