Skip to content

Conversation

Artur-
Copy link
Member

@Artur- Artur- commented Sep 12, 2025

Added org.slf4j.simple as a dependency to tycho-surefire-plugin to suppress SLF4J warnings about missing providers during test execution.

The SLF4J dependency is added to:

  • Main plugin configuration
  • macOS profile configuration
  • non-macOS profile configuration

This eliminates the warning messages:
"SLF4J(W): No SLF4J providers were found."

Added org.slf4j.simple as a dependency to tycho-surefire-plugin to
suppress SLF4J warnings about missing providers during test execution.

The SLF4J dependency is added to:
- Main plugin configuration
- macOS profile configuration
- non-macOS profile configuration

This eliminates the warning messages:
"SLF4J(W): No SLF4J providers were found."

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@Artur- Artur- marked this pull request as draft September 12, 2025 14:40
Added ch.qos.logback.classic and ch.qos.logback.core as dependencies
to the tycho-surefire-plugin configuration. This provides an SLF4J
implementation so that log messages are actually shown during tests,
rather than being silently discarded.

The dependencies are added to:
- Main plugin configuration
- macOS profile configuration
- non-macOS profile configuration

This eliminates the SLF4J warning about missing providers and ensures
that any log output from tests is visible for debugging purposes.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@Artur- Artur- marked this pull request as ready for review September 12, 2025 14:42
@Artur- Artur- changed the title fix: Add SLF4J implementation to suppress warnings in tests test: Add SLF4J implementation to suppress warnings in tests Sep 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants