stawirej opened a new pull request, #953: URL: https://github.com/apache/commons-lang/pull/953
Currently Validate.isTrue(false, MESSAGE) when MESSAGE contains special characters, which are part of the message and should not be interpreted as the placeholders for parameters used in String.format() it throws e.g. UnknownFormatConversionException when desired behaviour should be to throw IllegalArgumentException with message containing special characters. -- 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]
