F0otman opened a new pull request, #538: URL: https://github.com/apache/commons-collections/pull/538
MapUtils have added several new methods as getXXX allowing 3rd param as functional input But for String, it allowed this in 4.4  But now it would **make static compilation error** in 4.5.0-M2  It's a design bug for conflict input param and stopped our old project, there are 3 ways to fix: --Type1 is like this pull, adjust the sequence of params. (Recommended) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
