Restore and deprecate @IntManConf properties

This commit is contained in:
Gary Russell
2020-08-07 13:40:57 -04:00
parent 1beb854fb4
commit 43950d16ae

View File

@@ -40,6 +40,20 @@ import org.springframework.context.annotation.Import;
@Import(IntegrationManagementConfiguration.class)
public @interface EnableIntegrationManagement {
/**
* @deprecated this property is no longer used.
* @return the patterns.
*/
@Deprecated
String[] metersEnabled() default "*";
/**
* @deprecated this property is no longer used.
* @return the value; false by default, or true when JMX is enabled.
*/
@Deprecated
String defaultCountsEnabled() default "false";
/**
* Use to disable all logging in the main message flow in framework components. When 'false', such logging will be
* skipped, regardless of logging level. When 'true', the logging is controlled as normal by the logging