saros icon indicating copy to clipboard operation
saros copied to clipboard

Remove obsolete workaround in ContainerContext

Open m273d15 opened this issue 5 years ago • 1 comments
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.

m273d15 avatar Jul 08 '20 08:07 m273d15

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.

srossbach avatar Jul 09 '20 21:07 srossbach