Markus Jung created BVAL-227:
--------------------------------
Summary: Bultin Min/Max validators should validate against
CharSequence
Key: BVAL-227
URL: https://issues.apache.org/jira/browse/BVAL-227
Project: BVal
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: Markus Jung
Assignee: Markus Jung
As per javadoc for jakarta.validation.constraints.Min,
jakarta.validation.constraints.Max, jakarta.validation.constraints.DecimalMin,
jakarta.validation.constraints.DecimalMax:
* Supported types are:
* <ul>
* <li>{@code BigDecimal}</li>
* <li>{@code BigInteger}</li>
* <li>{@code CharSequence}</li>
* <li>{@code byte}, {@code short}, {@code int}, {@code long}, and their
respective
* wrappers</li>
* </ul>
Right now we only validate String
--
This message was sent by Atlassian Jira
(v8.20.10#820010)