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

Remove LogManager property in Quarkus stacks (#1612) #442

Merged
merged 1 commit into from
Jul 23, 2024

Commits on Jul 4, 2024

  1. Remove LogManager property in Quarkus stacks

    fixes devfile/api#1612
    
    it is causing stacktraces:
    ```
    tools: Could not load Logmanager "org.jboss.logmanager.LogManager"
    tools: java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
    tools:  at
    org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
    ```
    
    Signed-off-by: Aurélien Pupier <apupier@redhat.com>
    apupier committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ad0ad12 View commit details
    Browse the repository at this point in the history