To let end-user to avoid unconventional way to
manage configuration via extra @Enable...
annotation
declaration expose respective configuration properties
instead
- Add
spring.integration.management.logging-enabled
property and handle it in theEnableIntegrationManagementConfiguration
propagating its value to the respective Spring Integration@EnableIntegrationManagement
annotation - Cover the property with a unit-test
- Remove obsolete and redundant info from the
spring-integration.adoc