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

4.x - Fix SLF4J binding for annotation processors #7706

Merged

Commits on Oct 3, 2023

  1. Fix SLF4J binding for annotation processors

    Add slf4j-api as a dependency to inject/tools.
    This ensures when the compiler plugin resolves the processor transitive dependencies the resolved version of slf4j-api is the managed version.
    Otherwise we may end-up with different versions between slf4j-api and slf4j-jdk14 and a failed binding with the warning.
    
    Fixes helidon-io#7129
    romain-grecourt committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c8d96fb View commit details
    Browse the repository at this point in the history