jakartaee / jakartaee/validation
Jakarta Validation 3.1 validation XSDs enforce 3.0 as a version
Open
- Dominant language
- Java
- Stars
- 163
- Forks
- 67
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 2
Description
XSDs currently contain
```xml
```
which results in files like:
```xml
...
```
failing the validation with:
```
Value '3.1' of attribute 'version' of element 'validation-config' is not valid with respect to the corresponding attribute use. Attribute 'version' has a fixed value of '3.0'.
```
Contributor guide
Assessment
This issue has not been assessed yet.