]
Brian Stansberry reassigned WFCORE-4177:
----------------------------------------
Assignee: Brian Stansberry (was: Jeff Mesnil)
LegacyKernelServiceInitializerImpl.reverseCheckConfig should default
to AdditionalInitialization.MANAGEMENT
-----------------------------------------------------------------------------------------------------------
Key: WFCORE-4177
URL:
https://issues.jboss.org/browse/WFCORE-4177
Project: WildFly Core
Issue Type: Enhancement
Components: Management, Test Suite
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
LegacyKernelServiceInitializerImpl.reverseCheckConfig is only used in
bootCurrentVersionWithLegacyBootOperations and in that test I don't see any point in
using non-management services. But to disable those, the user has to
LegacyKernelServicesInitializer.configureReverseControllerCheck(AdditionalInitialization.MANAGEMENT,
null). Which is obscure and seems unnecessary.