Upgrade to Derby 10.15.2.0

Closes gh-29509
This commit is contained in:
Andy Wilkinson
2022-01-20 16:09:56 +00:00
parent 75fce16633
commit 7b35fabf07
4 changed files with 8 additions and 3 deletions

View File

@@ -195,6 +195,7 @@ public class DataSourceProperties implements BeanClassLoaderAware, InitializingB
throw ex;
}
catch (Throwable ex) {
ex.printStackTrace();
return false;
}
}