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
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