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
Although the plugin creates a maximum of 3600 permutations if allowed by options, due to the bug this number can be doubled, tripled or quadrupled if the plugin is loaded by different class loaders.
The class doing the computation is erroneously a Kotlin object instead of an application service and will create an instance per class loader.
The text was updated successfully, but these errors were encountered:
Although the plugin creates a maximum of 3600 permutations if allowed by options, due to the bug this number can be doubled, tripled or quadrupled if the plugin is loaded by different class loaders.
The class doing the computation is erroneously a Kotlin object instead of an application service and will create an instance per class loader.
The text was updated successfully, but these errors were encountered: