Added TODO to remove InfoEndpointRebinderConfiguration

This commit is contained in:
Ryan Baxter
2016-11-21 11:01:02 -05:00
parent 30f34cf3bc
commit 2266cc9c1a

View File

@@ -58,6 +58,8 @@ import org.springframework.integration.monitor.IntegrationMBeanExporter;
@AutoConfigureAfter(EndpointAutoConfiguration.class)
public class RefreshEndpointAutoConfiguration {
//TODO Remove this class and InfoEndpointRebinderConfiguration once we no longer
//need to support Boot 1.3.x
@ConditionalOnMissingClass("org.springframework.boot.actuate.info.InfoContributor")
protected static class InfoEndpointAutoConfiguration {