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

Handle parsing errors in semantic rules better #33052

Merged

Conversation

hmusum
Copy link
Member

@hmusum hmusum commented Dec 19, 2024

Throw IllegalArgumentException when there are parse errors in semantic rules, this will return an invalid application package error to the user with appropriate message instead of internal server error as it is today.

IllegalArgumentException will be translated to 400 Bad Request in repsonse from config server.

Throw IllegalArgumentException when there are parse errors in semantic rules,
this will return an invalid application package error to the user with
appropriate message instead of internal server error as it is today.

IllegalArgumentException will be translated to 400 Bad Request in repsonse
from config server.
@hmusum hmusum merged commit 6748ec6 into master Dec 19, 2024
3 checks passed
@hmusum hmusum deleted the hmusum/handle-parse-excaption-in-semantic-rules-better branch December 19, 2024 09:27
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.

2 participants