We would like to add throws Exception to controller methods in order to take advantage of Spring´s @ExceptionHandler and @ControllerAdvice error handling. Possibly with rule configuration flag to make the feature optional.
Im happy to implement the feature, the question is: is this project still maintained or are we better off with making own fork?
We would like to add
throws Exceptionto controller methods in order to take advantage of Spring´s@ExceptionHandlerand@ControllerAdviceerror handling. Possibly with rule configuration flag to make the feature optional.Im happy to implement the feature, the question is: is this project still maintained or are we better off with making own fork?