Skip to content

[Maintenance] Validation of ConfigurationProperties #305

@devtobi

Description

@devtobi

Relevant component

No response

Problem description (optional)

We currently have an inconsistent mixture of @ConfigurationProperties classes without @validated annotation and no Validation Constraints and with Validation Constraint Annotations but without @validated annotation (effectively making the constraints useless)

Desired solution

We should take a look at all @ConfigurationProperties classes and decide, whether a validation is required or not.
Also we should add @validated annotations where Validation Constraints are already in place but not "activated".

Considered alternatives (optional)

No response

Additional context (optional)

No response

No duplicate

  • I confirm that this issue is not a duplicate

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Open

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions