errors-spring-boot-starter icon indicating copy to clipboard operation
errors-spring-boot-starter copied to clipboard

Elegant Error Handling for Spring Boot

Results 18 errors-spring-boot-starter issues
Sort by recently updated
recently updated
newest added

Synopsis --------- Currently, we only support the `2.x.x` versions of Spring Boot. Supporting multiple versions of Spring Boot in a single codebase seems complicated, since each major release may introduce...

enhancement

Since we're not too dependent on Spring Boot `2.x` abstractions, it may be possible to add the `1.5.x` version support.

enhancement

For instance, if the locale is en_US and only messages.properties is offered, null will be rendered like this: ```bash #classpath:messages.properties some_code: Something ``` Error result: ```javascript { "errors": [ {...

When using Kotlin missing paramters can be thrown as `MissingKotlinParameterException` or `MismatchedInputException`. It would be nice to have a default handler for these errors.

Synopsis --- Currently, one can only register at most one `ExceptionRefiner` instance to refine exceptions before processing them. That might be useful to extend this feature in a way that...

enhancement

Synopsis --- Since we catch all possible exceptions and know about their details, we might as well expose some metrics about them, too. Possible Solution --- We may register a...

enhancement