aboutsummaryrefslogtreecommitdiffstats
path: root/common-parameters/src/main
AgeCommit message (Expand)AuthorFilesLines
2023-09-21Java 17 Upgradeadheli.tavares2-6/+6
2021-06-22Move Validators and RestClientParameters in policy-commonFrancescoFioraEst2-0/+99
2021-06-16Use lombok in common paramsJim Hahn6-72/+33
2021-06-01Validator should report serialized field nameJim Hahn1-1/+11
2021-05-21Enhance toString methods in factory classesJim Hahn1-16/+8
2021-05-06Fix sonars in policy-commonJim Hahn7-36/+38
2021-04-29Remove GroupValidationResultJim Hahn10-685/+181
2021-01-07Deprecate old validation annotationsJim Hahn7-423/+14
2021-01-06Support annotations on parameterized typesJim Hahn9-13/+214
2021-01-04Update junits for ValidationJim Hahn4-24/+28
2020-12-18Make validators extensibleJim Hahn9-179/+992
2020-12-04Fixing sonar issues in policy-commona.sreekumar2-3/+5
2020-06-18Changes for checkstyle 8.32liamfallon1-2/+1
2020-01-30Add a bean validatorJim Hahn2-2/+386
2019-07-31Change to fix issues in overridden validations of ParameterGroupsa.sreekumar1-1/+6
2019-06-14Change getCanonicalName() to getName() in commonJim Hahn2-2/+2
2019-06-13More sonar fixes in policy/commonJim Hahn4-174/+189
2019-06-07Add @Max annotation to paramater validation codeJim Hahn2-0/+45
2019-04-11Add ValidationResult for arbitrary beansJim Hahn3-0/+351
2019-03-08Create ParameterGroupImplJim Hahn2-17/+72
2019-03-07Add NotNull and NotBlank parameter validationJim Hahn5-31/+214
2018-12-19Add support for parameter inheritanceliamfallon1-19/+59
2018-09-21Fix policy/common checkstyle issuesPamela Dragosh1-1/+2
2018-09-07Remove changing of access on par fieldsliamfallon1-18/+57
2018-08-28Improvements to Parameter Srviceliamfallon7-31/+130
2018-08-09Fix bug in common-paramter validation serviceramverma2-3/+3
2018-08-03Fix pom and checkstyle warnings in commonliamfallon1-2/+1
2018-07-31Improve validation, add hierarchical validationliamfallon10-84/+811
2018-07-25Add common parameter handlingliamfallon6-0/+428