Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validation configuration/mapping XSDs for 3.1 version #217

Open
marko-bekhta opened this issue Jul 9, 2024 · 1 comment
Open

Add validation configuration/mapping XSDs for 3.1 version #217

marko-bekhta opened this issue Jul 9, 2024 · 1 comment

Comments

@marko-bekhta
Copy link

https://github.com/jakartaee/validation/tree/main/src/main/xsd does not include XSDs for Jakarta Validation 3.1. While there were no changes in this area, it would be good to have the XSDs there, even if just for the 3.1 in the XMLs:

<validation-config
    xmlns="https://jakarta.ee/xml/ns/validation/configuration"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="https://jakarta.ee/xml/ns/validation/configuration https://jakarta.ee/xml/ns/validation/validation-configuration-3.1.xsd"
    version="3.1">

    <property name="smth">value</property>
</validation-config>

and if we do so, the XSDs should be available through https://jakarta.ee/xml/ns/validation/

@jungm
Copy link

jungm commented Jul 18, 2024

Generally support this and also found it odd when moving Apache BVal to 3.1 but I'm wondering if this is something that can even be done in a patch release? Technically this changes the validation 3.1 spec imo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants