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
As of #450, SLF4JServiceProvider.getMDCAdapter() is called prior to SLF4JServiceProvider.initialize(), leading to potential errors in provider-implementations, which perform their initialization in SLF4JServiceProvider.initialize().
The text was updated successfully, but these errors were encountered:
bbodnar
changed the title
SLF4JServiceProvider.getMDCAdapter() called on an unitialized provider
SLF4JServiceProvider.getMDCAdapter() called on an uninitialized provider
Mar 6, 2025
As of #450,
SLF4JServiceProvider.getMDCAdapter()
is called prior toSLF4JServiceProvider.initialize()
, leading to potential errors in provider-implementations, which perform their initialization inSLF4JServiceProvider.initialize()
.The text was updated successfully, but these errors were encountered: