Skip to content

[RFC] Improve bean validation #28611

Closed
Closed
@ro0NL

Description

@ro0NL

Description

I'd like to propose a few steps to improve the validation constraints:

If this happens we'd do simply

  • @Email
  • @NotNull @Email
  • @NotNull @Length(min=3) @NotBlank
  • @NotNull @NotBlank
  • @Type(array) @Count(3)

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    RFCRFC = Request For Comments (proposals about features that you want to be discussed)Validator

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions