Skip to content

Commit

Permalink
Fix PetClinic sample error when adding a new owner
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Jan 22, 2020
1 parent f27304d commit b6c087a
Showing 1 changed file with 13 additions and 0 deletions.
Expand Up @@ -316,6 +316,19 @@
"allDeclaredConstructors": true,
"allDeclaredMethods": true
},
{ "name":"javax.validation.constraints.Digits",
"allDeclaredConstructors": true,
"allDeclaredMethods": true,
"allDeclaredFields": true
},
{ "name":"org.hibernate.validator.internal.constraintvalidators.bv.notempty.NotEmptyValidatorForCharSequence",
"allDeclaredConstructors": true,
"allDeclaredMethods": true
},
{ "name":"org.hibernate.validator.internal.constraintvalidators.bv.DigitsValidatorForCharSequence",
"allDeclaredConstructors": true,
"allDeclaredMethods": true
},

{ "name":"javax.servlet.http.HttpServlet" },
{ "name":"org.apache.catalina.AccessLog" },
Expand Down

0 comments on commit b6c087a

Please sign in to comment.