Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: all throwables should be ignored in shutdown hook (#950)
All throwables (and not just exceptions) should be ignored in the shutdown hook. Failing to close these resources during shutdown is not a major problem, as they will be garbage collected by the backend anyways. Without this wide catch, some applications will log a ClassNotFoundException when shutting down, which can be confusing for end users. Fixes #949
- Loading branch information