Skip to content

Commit

Permalink
ObjectMapper.findModules throws Error
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <[email protected]>
  • Loading branch information
jbescos authored and senivam committed Apr 16, 2024
1 parent 41d01b8 commit ec36394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private List<Module> filterModules() {
final List<Module> modules;
try {
modules = ObjectMapper.findModules();
} catch (Exception e) {
} catch (Throwable e) {
LOGGER.warning(LocalizationMessages.ERROR_MODULES_NOT_LOADED(e.getMessage()));
return Collections.emptyList();
}
Expand Down

0 comments on commit ec36394

Please sign in to comment.