{"id":19368656,"url":"https://github.com/ghusta/bean-validation-test","last_synced_at":"2025-04-23T15:30:48.616Z","repository":{"id":54018522,"uuid":"10622071","full_name":"ghusta/bean-validation-test","owner":"ghusta","description":"Sample project for testing Bean Validation 1.0 (JSR 303) \u0026 BV 1.1 (JSR 349) \u0026 BV 2.0 (JSR 380)","archived":false,"fork":false,"pushed_at":"2025-02-02T16:16:08.000Z","size":147,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T16:50:38.574Z","etag":null,"topics":["bean-validation","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghusta.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-11T13:29:54.000Z","updated_at":"2021-10-05T11:51:29.000Z","dependencies_parsed_at":"2023-02-14T16:31:49.529Z","dependency_job_id":null,"html_url":"https://github.com/ghusta/bean-validation-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fbean-validation-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fbean-validation-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fbean-validation-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fbean-validation-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghusta","download_url":"https://codeload.github.com/ghusta/bean-validation-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250460250,"owners_count":21434230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bean-validation","java"],"created_at":"2024-11-10T08:07:32.704Z","updated_at":"2025-04-23T15:30:48.355Z","avatar_url":"https://github.com/ghusta.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= bean-validation-test\n\nimage::https://github.com/ghusta/bean-validation-test/actions/workflows/maven.yml/badge.svg[link=\"https://github.com/ghusta/bean-validation-test/actions/workflows/maven.yml\"]\n\nSample project for testing Bean Validation 1.0 (JSR 303), Bean Validation 1.1 (JSR 349) \u0026amp; Bean Validation 2.0 (JSR 380).\n\n== API Documentation\n\n=== beanvalidation.org\n\n* https://beanvalidation.org/1.0/[Bean Validation 1.0] (https://jcp.org/en/jsr/detail?id=303[JSR 303])\n* https://beanvalidation.org/1.1/[Bean Validation 1.1] (https://jcp.org/en/jsr/detail?id=349[JSR 349])\n* https://beanvalidation.org/2.0/[Bean Validation 2.0] (https://jcp.org/en/jsr/detail?id=380[JSR 380])\n* https://jakarta.ee/specifications/bean-validation/3.0/[Jakarta Bean Validation 3.0]\n* _https://beanvalidation.org/latest-draft/spec/[Bean Validation latest draft]_\n\nNOTE: New source repository has moved under : https://github.com/eclipse-ee4j/beanvalidation-api.\nThe new Maven coordinates will be : `jakarta.validation:jakarta.validation-api` (as of 2.0.1).\n\n=== Bean Validation 1.0 in Java EE 6\n\n* https://docs.oracle.com/javaee/6/tutorial/doc/gircz.html[Using Bean Validation]\n\n=== Bean Validation 1.1 in Java EE 7\n\n* https://docs.oracle.com/javaee/7/tutorial/partbeanvalidation.htm[Bean Validation]\n** https://docs.oracle.com/javaee/7/tutorial/bean-validation.htm[Introduction to Bean Validation]\n*** https://docs.oracle.com/javaee/7/tutorial/bean-validation001.htm[Using Bean Validation Constraints]\n*** etc.\n** https://docs.oracle.com/javaee/7/tutorial/bean-validation-advanced.htm[Bean Validation: Advanced Topics]\n*** https://docs.oracle.com/javaee/7/tutorial/bean-validation-advanced001.htm[Creating Custom Constraints]\n*** etc.\n\n=== Jakarta Bean Validation 2.0 in Jakarta EE 8\n\n* https://eclipse-ee4j.github.io/jakartaee-tutorial/#jakarta-bean-validation[Bean Validation]\n\n=== Jakarta Bean Validation 3.0 in Jakarta EE 9\n\n* https://eclipse-ee4j.github.io/jakartaee-tutorial/#jakarta-bean-validation[Bean Validation]\n\n=== Hibernate Validator Documentation\n\nFrom latest stable version :\n\n* https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/[Reference Implementation: Reference Guide]\n\nFrom 7.0 version :\n\n* https://docs.jboss.org/hibernate/validator/7.0/reference/en-US/html_single/[Reference Implementation: Reference Guide]\n\nFrom 6.0 version :\n\n* https://docs.jboss.org/hibernate/validator/6.0/reference/en-US/html_single/[JSR 380 Reference Implementation: Reference Guide]\n\nFrom 5.4 version :\n\n* https://docs.jboss.org/hibernate/validator/5.4/reference/en-US/html_single/[JSR 380 Reference Implementation: Reference Guide]\n* Constraint `@Currency` added, for use with JSR-354 http://java.net/projects/javamoney[(Money and Currency API)] (Java 7 (backport) or 8)\n\nFrom 5.3 version :\n\n* https://docs.jboss.org/hibernate/validator/5.3/reference/en-US/html_single/[JSR 349 Reference Implementation – Reference Guide]\n* https://docs.jboss.org/hibernate/validator/5.3/reference/en-US/html_single/#validator-annotation-processor[Chapter 12. Annotation Processor]\n\nFrom 5.2 version :\n\n* https://docs.jboss.org/hibernate/validator/5.2/reference/en-US/html/[JSR 349 Reference Implementation – Reference Guide]\n* https://docs.jboss.org/hibernate/validator/5.2/reference/en-US/html/ch01.html[Chapter 1. Getting started]\n* Section 1.4. http://docs.jboss.org/hibernate/validator/5.2/reference/en-US/html/ch01.html#_java_8_support[Java 8 support]\n* …\n\nFrom 5.0 version :\n\n* https://docs.jboss.org/hibernate/validator/5.0/reference/en-US/html/[JSR 349 Reference Implementation – Reference Guide]\n* https://docs.jboss.org/hibernate/validator/5.0/reference/en-US/html/validator-gettingstarted.html[Chapter 1. Getting started]\n* https://docs.jboss.org/hibernate/validator/5.0/reference/en-US/html/chapter-bean-constraints.html[Chapter 2. Declaring and validating bean constraints]\n* https://docs.jboss.org/hibernate/validator/5.0/reference/en-US/html/chapter-method-constraints.html[Chapter 3. Declaring and validating method constraints]\n* https://docs.jboss.org/hibernate/validator/5.0/reference/en-US/html/chapter-message-interpolation.html[Chapter 4. Interpolating constraint error messages] =\u0026gt; Use Unified Expression Language - http://jcp.org/en/jsr/detail?id=341[JSR-341]\n* https://docs.jboss.org/hibernate/validator/5.0/reference/en-US/html/chapter-groups.html[Chapter 5. Grouping constraints]\n* etc.\n\nFrom 4.3 version :\n\n* https://docs.jboss.org/hibernate/validator/4.3/reference/en-US/html/[JSR 303 Reference Implementation – Reference Guide]\n* https://docs.jboss.org/hibernate/validator/4.3/reference/en-US/html/validator-gettingstarted.html[Chapter 1. Getting started]\n* https://docs.jboss.org/hibernate/validator/4.3/reference/en-US/html/validator-usingvalidator.html[Chapter 2. Validation step by step]\n* https://docs.jboss.org/hibernate/validator/4.3/reference/en-US/html/validator-customconstraints.html[Chapter 3. Creating custom constraints]\n* https://docs.jboss.org/hibernate/validator/4.3/reference/en-US/html/validator-xmlconfiguration.html[Chapter 4. XML configuration]\n* etc.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghusta%2Fbean-validation-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghusta%2Fbean-validation-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghusta%2Fbean-validation-test/lists"}