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
fix: class loader issue caused by logging libraries
- slf4j runtime is no longer provided by Toolbox
- the sample code promotes the usage of service locator
to resolve a logger. However, this approach has a couple
of downsides, mainly it tightly couples all layers of code
because the service locator needs to be propagated from the
dev extension down to the lowest level of coder business
implementation.
- instead, we now pack tinylog with slf4j bindings to avoid
classloading issues.
0 commit comments