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

Conversation

apupier
Copy link
Contributor

@apupier apupier commented Jul 4, 2024

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)

What does this PR do?:

Summarize the changes. Are any stacks or samples added or updated?

Which issue(s) this PR fixes:

Link to github issue(s)

PR acceptance criteria:

  • Contributing guide
    Have you read the devfile registry contributing guide and followed its instructions?
  • Test automation
    Does this repository's tests pass with your changes?
  • Documentation
    Does any documentation need to be updated with your changes?
  • Check Tools Provider
    Have you tested the changes with existing tools, i.e. Odo, Che, Console? (See devfile registry contributing guide on how to test changes)

How to test changes / Special notes to the reviewer:

@apupier apupier requested review from maxandersen and a team as code owners July 4, 2024 15:32
@apupier apupier force-pushed the 1612-removeLogManagerOnQuarkus branch from 67e324b to ecfd248 Compare July 4, 2024 15:33
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 apupier force-pushed the 1612-removeLogManagerOnQuarkus branch from ecfd248 to ad0ad12 Compare July 4, 2024 15:36
Copy link
Contributor

@thepetk thepetk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxandersen could you please review as you are the stack owner?

Copy link
Collaborator

@maxandersen maxandersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. I Dont See a reason why that is set here. Only.relevant fornrunning Quarkus app not the mvn build.

@openshift-ci openshift-ci bot added the lgtm Looks good to me label Jul 22, 2024
Copy link

openshift-ci bot commented Jul 22, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: apupier, maxandersen
Once this PR has been reviewed and has the lgtm label, please assign michael-valdron for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@thepetk thepetk merged commit 4ae0bf1 into devfile:main Jul 23, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Looks good to me
Projects
None yet
3 participants