Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bean-validation-dev] Supporting records?

Hi,

Here is the issue capturing support for Records in Bean Validation: https://github.com/jakartaee/validation-spec/issues/267 

Ivar

On Fri, Oct 28, 2022 at 3:18 PM <kylycz@xxxxx> wrote:
Hi,
Do you have any plan to jakarta.validation supports records soon?

I see many invalid usages in projects like:

record Form(@NotEmpty Set<String> set) {
}
which doesn't working.

Best regards
_______________________________________________
bean-validation-dev mailing list
bean-validation-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/bean-validation-dev


--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation Eclipse Foundation - Community. Code. Collaboration. 


Back to the top