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

[Maintenance] Validation of ConfigurationProperties #305

Open
2 tasks done
devtobi opened this issue Dec 5, 2024 · 0 comments
Open
2 tasks done

[Maintenance] Validation of ConfigurationProperties #305

devtobi opened this issue Dec 5, 2024 · 0 comments
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.

Comments

@devtobi
Copy link
Member

devtobi commented Dec 5, 2024

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
@devtobi devtobi added Priority: Low The issue contains work with low priority. Component: API-Gateway Issues regarding the API Gateway Component: Integrations Issues regarding the Integrations Type: Maintenance The issue contains maintenance work. labels Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
Status: Open
Development

No branches or pull requests

1 participant