@ -79,7 +84,8 @@ public class BackgroundPreinitializer implements ApplicationListener<SpringAppli
@@ -79,7 +84,8 @@ public class BackgroundPreinitializer implements ApplicationListener<SpringAppli
@ -92,9 +98,9 @@ public class BackgroundPreinitializer implements ApplicationListener<SpringAppli
@@ -92,9 +98,9 @@ public class BackgroundPreinitializer implements ApplicationListener<SpringAppli
@ -102,8 +108,7 @@ public class BackgroundPreinitializer implements ApplicationListener<SpringAppli
@@ -102,8 +108,7 @@ public class BackgroundPreinitializer implements ApplicationListener<SpringAppli
runSafely(newValidationInitializer());
if(!runSafely(newMessageConverterInitializer())){
// If the MessageConverterInitializer fails to run, we still might
// be able to
// initialize Jackson
// be able to initialize Jackson
runSafely(newJacksonInitializer());
}
runSafely(newCharsetInitializer());
@ -120,8 +125,12 @@ public class BackgroundPreinitializer implements ApplicationListener<SpringAppli
@@ -120,8 +125,12 @@ public class BackgroundPreinitializer implements ApplicationListener<SpringAppli