Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.16.0
-
None
-
None
Description
The config execution.attached's default value is false. But no matter what value we set, it takes no effect. After digging in, we find that it is only affected by Cli param as following:
- If we don't specify -d or -yd, the member detachedMode in ProgramOptions is set to false.
- In method applyToConfiguration, the execution.attached is set true.
- No matter what value is set to execution.attached, it take no effect.
If -d or -yd is not set, we should use the config execution.attached. Since the actual attach mode is using for a long time, we may need to change execution.attached's default value to true after the modification.