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

Exclude slf4j-api from grgit #204

Merged
merged 1 commit into from
May 1, 2022

Conversation

lynxplay
Copy link
Contributor

@lynxplay lynxplay commented Mar 2, 2022

To prevent the plugin from shipping its own slf4j-api jar,
which is improperly relocated and hence fails to bind to the gradle
provided sfl4j implementation, this commit excludes the slf4j-api from
grgit.

The commit additionally contains an integration test that tests the
shadowed plugin jar to ensure slf4j can properly bind.

Resolves: #203

@lynxplay lynxplay force-pushed the bugfix/exclude-sfl4j-api branch 2 times, most recently from 52565e3 to e831e2f Compare March 2, 2022 01:33
To prevent the plugin from shipping its own slf4j-api jar,
which is improperly relocated and hence fails to bind to the gradle
provided sfl4j implementation, this commit excludes the slf4j-api from
grgit.

The commit additionally contains an integration test that tests the
shadowed plugin jar to ensure slf4j can properly bind.
@lynxplay lynxplay force-pushed the bugfix/exclude-sfl4j-api branch from e831e2f to 0c76b05 Compare March 4, 2022 18:22
@tha2015 tha2015 merged commit 8846bcb into n0mer:master May 1, 2022
@lynxplay lynxplay deleted the bugfix/exclude-sfl4j-api branch May 1, 2022 08:48
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.

JGit cannot find org.slf4j.impl.StaticLoggerBinder due to relocation
2 participants