Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: 163d346dd9dabdfe2d80b1d01cf95d11fa3c7008
https://github.com/hibernate/hibernate-validator/commit/163d346dd9dabdfe2...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2018-03-08 (Thu, 08 Mar 2018)
Changed paths:
M
engine/src/main/java/org/hibernate/validator/messageinterpolation/AbstractMessageInterpolator.java
Log Message:
-----------
HV-1585 Added an early check if a message should be resolved or not
- Added a check to prevent map lookups in case of simple user defined
message that does not require any message resolution and should not be
stored in the cache.