[Maintenance] Validation of ConfigurationProperties #305
Labels
Component: API-Gateway
Issues regarding the API Gateway
Component: Integrations
Issues regarding the Integrations
Priority: Low
The issue contains work with low priority.
Type: Maintenance
The issue contains maintenance work.
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
Code of Conduct
The text was updated successfully, but these errors were encountered: