aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/validator
Commit message (Expand)AuthorAgeFilesLines
* Adding regression test against malicious input (#12105)Tatu Lund2020-09-251-0/+5
* Bump hibernate-validator from 4.3.2.Final to 5.3.5.Final (#12083)Tatu Lund2020-08-251-2/+2
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-282-30/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-272-2/+2
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-032-11/+17
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-3/+0
* Make server tests use fixed locale where needed (#8226)Henri Sara2017-01-122-5/+3
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-2/+2
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-143-3/+3
* Rename setRequired to asRequired since it's logically not a setter (#7986)Leif Åstrand2016-12-141-4/+5
* Separate Binding and BindingBuilder (#80)Leif Åstrand2016-12-051-3/+3
* Use final modifier where appropriatePer-Åke Minborg2016-11-091-1/+1
* Add Bindinding.setRequiredPekka Hyvönen2016-11-023-42/+74
* Introduces ValidationResult interface to replace Result in validators.Denis Anisimov2016-11-013-22/+24
* Add error message provider to provide translationsTeemu Suo-Anttila2016-11-011-2/+17
* Remove Locale from BeanValidator because of ValueContextPekka Hyvönen2016-10-311-4/+6
* Add ValueContext to ValidatorsTeemu Suo-Anttila2016-10-263-8/+12
* Provide a NotEmptyValidator for Binder setRequired functionality.Denis Anisimov2016-08-152-1/+55
* Rename Book of Vaadin test to be a useful for all binder aspectsArtur Signell2016-08-151-142/+0
* Convert old validators (#87).Denis Anisimov2016-08-118-0/+605