Ali Dehghani
Ali Dehghani
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...
Since we're not too dependent on Spring Boot `2.x` abstractions, it may be possible to add the `1.5.x` version support.
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...
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...
A Bootiful, consistent and opinionated approach to handle all sorts of exceptions. https://github.com/alimate/errors-spring-boot-starter
Synopsis --------- Currently, we're using the blocking `JavaMailSender` to send emails. Even though we're wrapping the blocking call inside `CompletableFuture.runAsync`, one of our IO threads would be blocked temporarily to...
Synopsis ---------- Given a few destinations or a topic, we should be able to send the requested push notification using Firebase Legacy API. Legacy API ----------- We may use the...