You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: