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

Move all Exception Handling together in one module #1355

Open
jobulcke opened this issue Aug 12, 2024 · 0 comments
Open

Move all Exception Handling together in one module #1355

jobulcke opened this issue Aug 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jobulcke
Copy link
Collaborator

Currently, in each of the ingestion-rest, fetch-rest and admin module, there is a exception handler present that sometimes catch the same exception type, e.g. ShaclValidationException. Spring chooses one of those three, but the implementation is not always a 100% identical. Therefore, I would suggest to move all the exception handling all together in either the domain module or the application module

@jobulcke jobulcke added the bug Something isn't working label Aug 12, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in VSDS Backlog Aug 12, 2024
@jobulcke jobulcke changed the title Place all Exception Handling together in one module Move all Exception Handling together in one module Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant