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
LevelResolver contains caches for Level-to-String conversion. These caches are populated only once at class initialization and used throughout the lifetime of the class. Though Level.values() used for populating these caches are not constant and hence can cause LevelResolver to miss entries for levels that are added after the class initialization.