Change from Exception to Throwable from last commit

This commit is contained in:
Oleg Zhurakousky
2021-04-01 20:09:02 +02:00
parent 4c52eea730
commit 47125a1557

View File

@@ -58,7 +58,7 @@ public class BindingBeansRegistrar implements ImportBeanDefinitionRegistrar {
}
}
}
catch (Exception e) {
catch (Throwable e) {
logger.warn("Failed to proxy EnableBinding annotation. If you are using functional programming style, "
+ "ignore this warning, otherwise, annotation-based programming model is not and will "
+ "not be suppported in native images.");