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

chore: make required props mandatory #1253

Conversation

paullatzelsperger
Copy link
Contributor

@paullatzelsperger paullatzelsperger commented Apr 25, 2024

WHAT

throws an exception when required config values are missing. Previously only a SEVERE log was written, which may get overlooked.
Now, the runtime doesn't boot if required values aren't configured.

WHY

To avoid ambiguities and unexpected problems at runtime.

FURTHER NOTES

  • updates the postgres test container 14.2 -> 16.2

Closes # <-- insert Issue number if one exists

@paullatzelsperger paullatzelsperger added the enhancement New feature or request label Apr 25, 2024
@paullatzelsperger paullatzelsperger force-pushed the chore/make_required_props_mandatory branch 2 times, most recently from 6c8b892 to 42ad92b Compare April 25, 2024 09:15
@paullatzelsperger paullatzelsperger force-pushed the chore/make_required_props_mandatory branch from 6c0d25d to 875a9b1 Compare April 25, 2024 11:52
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@paullatzelsperger paullatzelsperger merged commit 57affd6 into eclipse-tractusx:main Apr 25, 2024
31 checks passed
@paullatzelsperger paullatzelsperger deleted the chore/make_required_props_mandatory branch April 25, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

3 participants