When specify the invalid credit card number, following warn log has been outputted.
[Stack Trace]
[ValidationMessages.properties in jar file (default)]
OS : Mac
Java : 8.0.25
ApplicationServer : Apache Tomcat 7.0.55(EL 2.2)
Thank you for answer.
I will wait for the backport to 5.1.x line
Incidentally...
If possible, i want to know the release planning date of 5.1.x line.
If possible, i want to know the release planning date of 5.1.x line.
5.1 is really in maintenance mode. Right now there are not concrete plans to do another release. In your particular case there is an easy workaround by the way. Just add your own ValidationMessages.properties file to the root of your application/jar. In there you can fix the problematic messages by replacing value with validatedValue. You don't have to add all messages, just the ones you want to fix / are interested in. If a given message key is not found in the uyser specified bundle, Validator will always fall back to the built-in messages.
Thanks for your answer.
> In your particular case there is an easy workaround by the way.
I understand it. Currently, i have applied the workaround
Going to close this one; At this point I don't expect any further 5.1 community release and there is a usable work-around.