Update all @PostConstruct methods to ensure that they don't throw
checked exceptions. Required to allow deployment of Spring Boot
applications on Glassfish.
Fixes gh-868
@ -87,10 +87,15 @@ public class BasicBatchConfigurer implements BatchConfigurer {
@@ -87,10 +87,15 @@ public class BasicBatchConfigurer implements BatchConfigurer {
@ -58,10 +59,9 @@ public class BatchDatabaseInitializer implements EnvironmentAware {
@@ -58,10 +59,9 @@ public class BatchDatabaseInitializer implements EnvironmentAware {
@ -78,4 +78,13 @@ public class BatchDatabaseInitializer implements EnvironmentAware {
@@ -78,4 +78,13 @@ public class BatchDatabaseInitializer implements EnvironmentAware {
@ -86,7 +87,7 @@ public class DataSourceAutoConfiguration implements EnvironmentAware {
@@ -86,7 +87,7 @@ public class DataSourceAutoConfiguration implements EnvironmentAware {
@ -101,11 +102,7 @@ public class DataSourceAutoConfiguration implements EnvironmentAware {
@@ -101,11 +102,7 @@ public class DataSourceAutoConfiguration implements EnvironmentAware {
@ -125,6 +122,21 @@ public class DataSourceAutoConfiguration implements EnvironmentAware {
@@ -125,6 +122,21 @@ public class DataSourceAutoConfiguration implements EnvironmentAware {