[GitHub] incubator-tamaya pull request #28: EnumConverter works with null values
Github user asfgit closed the pull request at: https://github.com/apache/incubator-tamaya/pull/28 ---
[GitHub] incubator-tamaya pull request #28: EnumConverter works with null values
GitHub user peculater opened a pull request: https://github.com/apache/incubator-tamaya/pull/28 EnumConverter works with null values Previously, EnumConverter would throw an NPE if passed a null value, but only because of an attempted .toUpperCase() which didn't get caught. T