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

improve error message when form is not found #1449

Conversation

sirolf2009
Copy link
Contributor

Describe the changes

Relevant comments:
An exception is thrown without specifying what the error is about.
Since this class might log error log lines before this stacktrace, it might look like the error is related to another class
To clarify this, an exception is thrown that describes the error

Breaking changes

  • The contribution only contains changes that are not breaking.

Documentation

  • [ X] Release notes have been written for these changes.

valtimo-platform/valtimo-documentation#686

New features or changes that have been introduced have been documented.

  • Yes
  • Not applicable

Tests

Unit tests have been added that cover these changes

  • Yes
  • Not applicable

Integration tests have been added that cover these changes

  • Yes
  • Not applicable

Security

The Secure by Default principle has been applied to these changes

  • Yes
  • Not applicable

Added or changed REST API endpoints have authentication and authorization in place

  • Yes
  • Not applicable

Valtimo access control checks have been implemented

  • Yes
  • Not applicable

Dependencies

Newly added dependencies do not introduce known vulnerabilities/CVE's and are in line with the Valtimo license

  • Yes
  • Not applicable

@sirolf2009 sirolf2009 requested a review from a team as a code owner June 28, 2024 13:26
valtimo-platform bot added 19 commits July 1, 2024 11:47
@@ -87,7 +94,7 @@ class OnStartUpViewModelValidator(
}
}

fun validateViewModel(
fun getAllMissingProperties(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since 12.1 is already out, this is technically a breaking change.

@sirolf2009 sirolf2009 requested a review from theo-ritense July 30, 2024 07:57
theo-ritense
theo-ritense previously approved these changes Jul 30, 2024
@sirolf2009 sirolf2009 merged commit e30809b into next-minor Aug 8, 2024
3 checks passed
@sirolf2009 sirolf2009 deleted the story/improve-error-message-when-no-viewmodelloader-found branch August 8, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants