You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: