Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixed slf4j NoClassDefFoundError for TestNG 7.5+ Used in Target Container #465

Merged
merged 4 commits into from
May 2, 2023

Conversation

arieki
Copy link
Contributor

@arieki arieki commented Mar 31, 2023

Short description of what this resolves:

I encounter a java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory when I use TestNG 7.5+ version. TestNG requires slf4j package however the target container (Payara-Micro) does not have it

Changes proposed in this pull request:

  • Update TestNG Auxilliary Appender to add org.slf4j package

Bug Reproducer

https://github.com/arieki/arquillian-reproducer

@starksm64 starksm64 merged commit fe8eda8 into arquillian:master May 2, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants