Description
Right now we have to set it before calling DefaultExecutionContextManager#initialize in case some initializer would need it with a big comment explaining why. IMO the more we have in DefaultExecutionContextManager#initialize the safest it is. As soon as it supposed to be always done then lets put it in the method which is already always called for it.