-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Moritz Halbritter <[email protected]>
- Loading branch information
1 parent
497329f
commit e08dae8
Showing
13 changed files
with
2,586 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
metadata/org.hibernate.validator/hibernate-validator/7.0.4.Final/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[ | ||
"proxy-config.json", | ||
"reflect-config.json", | ||
"resource-config.json" | ||
] |
50 changes: 50 additions & 0 deletions
50
metadata/org.hibernate.validator/hibernate-validator/7.0.4.Final/proxy-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
] |
Oops, something went wrong.