-
Enhancement
-
Resolution: Done
-
Major
-
None
The DomainLifecycleUtil class has several overloaded methods to reload a Domain for the test suite. These overloaded constructors are difficult to read and fragile.
Similar to ServerReload.Parameters, implement a similar approach by using a Parameters as a builder to construct the attributes we want to use for the reload operation.
Notice that even if there are boolean arguments, the Builder should allow the possibility of passing null values to the reload method. A null value would mean the underlying reload operation will use the default value configured in the management model operation.
For example, restart-servers gets defaulted to true on the management model, so the absence of configuration of this boolean on the Builder, should not provide a value "false" to the reload operation, so null is significant for the builder to implement here even for boolean values.
- is triggered by
-
WFCORE-6815 [Community] Utility to reload domain to a different stability level
- Resolved