Upgrade event listener to GenericApplicationListener
SmartApplicationListener has been superseded by GenericEventListener as
of Spring Framework 4.2. It will be eventually deprecated and removed.
Migrate our event listeners to use the new contract.
Closes gh-2576
@ -178,7 +179,7 @@ public class AutoConfigurationReportLoggingInitializer implements
@@ -178,7 +179,7 @@ public class AutoConfigurationReportLoggingInitializer implements
@ -186,7 +187,8 @@ public class AutoConfigurationReportLoggingInitializer implements
@@ -186,7 +187,8 @@ public class AutoConfigurationReportLoggingInitializer implements
@ -64,7 +66,8 @@ public final class ClasspathLoggingApplicationListener implements
@@ -64,7 +66,8 @@ public final class ClasspathLoggingApplicationListener implements
@ -115,7 +116,8 @@ public class LoggingApplicationListener implements SmartApplicationListener {
@@ -115,7 +116,8 @@ public class LoggingApplicationListener implements SmartApplicationListener {