aboutsummaryrefslogtreecommitdiffstats
path: root/common-parameters/src
AgeCommit message (Expand)AuthorFilesLines
2023-09-21Java 17 Upgradeadheli.tavares2-6/+6
2023-01-31Upgrade and clean up dependenciesliamfallon1-0/+2
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 Hahn2-3/+15
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 Hahn42-2530/+256
2021-01-07Deprecate old validation annotationsJim Hahn11-710/+30
2021-01-06Support annotations on parameterized typesJim Hahn13-18/+471
2021-01-04Update junits for ValidationJim Hahn10-283/+935
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.32liamfallon3-5/+3
2020-06-17Cleanup various sonar issues in policy-commonJim Hahn1-2/+1
2020-01-30Add a bean validatorJim Hahn4-6/+1093
2019-07-31Change to fix issues in overridden validations of ParameterGroupsa.sreekumar1-1/+6
2019-06-14Change getCanonicalName() to getName() in commonJim Hahn5-8/+8
2019-06-13More sonar fixes in policy/commonJim Hahn12-186/+203
2019-06-12Apply simple sonar fixesJim Hahn11-282/+202
2019-06-07Add @Max annotation to paramater validation codeJim Hahn3-0/+70
2019-04-11Add ValidationResult for arbitrary beansJim Hahn6-0/+701
2019-03-08Create ParameterGroupImplJim Hahn19-385/+222
2019-03-07Add NotNull and NotBlank parameter validationJim Hahn9-83/+487
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 fieldsliamfallon11-25/+288
2018-08-28Improvements to Parameter Srviceliamfallon20-44/+300
2018-08-09Fix bug in common-paramter validation serviceramverma8-7/+70
2018-08-03Fix pom and checkstyle warnings in commonliamfallon14-25/+31
2018-07-31Improve validation, add hierarchical validationliamfallon42-122/+2546
2018-07-25Add common parameter handlingliamfallon10-0/+631