saros
saros copied to clipboard
Remove obsolete workaround in ContainerContext
trafficstars
The ContainerContext class contains a workaround to bypass the JDK bug JDK-4787931.
This bug should be fixed in JDKs > 7. We require at least a JDK 8.
Therefore we should be able to remove this workaround.
I guess the fixed logic could then be moved to the lifecycle as initializing the account store in the context is not really required for a functional operation.