Skip to content

Commit

Permalink
Add config for hibernate-validator
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Halbritter <[email protected]>
  • Loading branch information
mhalbritter committed Aug 1, 2022
1 parent 497329f commit 165fa88
Show file tree
Hide file tree
Showing 14 changed files with 2,616 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metadata/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"directory": "org.hdrhistogram/HdrHistogram",
"module": "org.hdrhistogram:HdrHistogram"
},
{
"directory": "org.hibernate.validator/hibernate-validator",
"module": "org.hibernate.validator:hibernate-validator"
},
{
"directory": "org.apache.tomcat.embed/tomcat-embed-core",
"module": "org.apache.tomcat.embed:tomcat-embed-core"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
"proxy-config.json",
"reflect-config.json",
"resource-config.json"
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[
{
"condition": {
"typeReachable": "org.hibernate.validator.internal.xml.mapping.ConstrainedGetterStaxBuilder"
},
"interfaces": [
"jakarta.validation.constraints.Min"
]
},
{
"condition": {
"typeReachable": "org.hibernate.validator.internal.xml.mapping.ConstrainedFieldStaxBuilder"
},
"interfaces": [
"jakarta.validation.constraints.NotNull"
]
},
{
"condition": {
"typeReachable": "org.hibernate.validator.internal.xml.mapping.ConstrainedGetterStaxBuilder"
},
"interfaces": [
"jakarta.validation.constraints.NotNull"
]
},
{
"condition": {
"typeReachable": "org.hibernate.validator.internal.xml.mapping.ConstrainedParameterStaxBuilder"
},
"interfaces": [
"jakarta.validation.constraints.NotNull"
]
},
{
"condition": {
"typeReachable": "org.hibernate.validator.internal.xml.mapping.ConstrainedFieldStaxBuilder"
},
"interfaces": [
"jakarta.validation.constraints.Size"
]
},
{
"condition": {
"typeReachable": "org.hibernate.validator.internal.xml.mapping.ConstrainedGetterStaxBuilder"
},
"interfaces": [
"jakarta.validation.constraints.Size"
]
}
]
Loading

0 comments on commit 165fa88

Please sign in to comment.