Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: LoggerFactory has different implementation in runtime. #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix: LoggerFactory has different implementation in runtime. #280

wants to merge 1 commit into from

Commits on Mar 2, 2021

  1. fix: LoggerFactory has different implementation in runtime.

    Complete Error: java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader (instance of jetbrains/buildServer/plugins/classLoaders/PluginStandaloneClassLoader) of the current class, org/slf4j/LoggerFactory, and the class loader (instance of org/apache/catalina/loader/ParallelWebappClassLoader) for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature
    
    See #230 and #274
    Aleksey Kvak committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    e931a69 View commit details
    Browse the repository at this point in the history