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

Add org.slf4j.event to exported packages #140

Closed
wants to merge 1 commit into from
Closed

Add org.slf4j.event to exported packages #140

wants to merge 1 commit into from

Conversation

dconneely
Copy link

maven-core should export org.slf4j.event.* from slf4j-api 1.7.15 or later.
For example, this package is where the Level class is located.

Otherwise, issues similar to MNG-5842 and MNG-5845 will arise with plugins that use Slf4j themselves (or more likely plugins that use libraries that use Slf4j).

Discovered while working on in-house Maven plugin that failed with java.lang.NoClassDefFoundError: org/slf4j/event/Level.

maven-core should export org.slf4j.event.* from slf4j-api 1.7.15 or later.
For example, this package is where the `Level` class is located.
@michael-o
Copy link
Member

@dconneely Please see MNG-6360. This seems to be overcome already. Can you confirm?

@dconneely
Copy link
Author

dconneely commented May 8, 2018

@michael-o Yep - same fix is in #157 👍

@dconneely dconneely closed this May 8, 2018
@dconneely dconneely deleted the patch-1 branch May 8, 2018 12:28
pzygielo pushed a commit to pzygielo/maven that referenced this pull request Jan 4, 2023
…aven version (apache#154)

* fix apache#140 by separating no-overwritten test into two basing on maven version

* parse maven version by ./mvnw -v

* remove redundent code

Co-authored-by: yangnuoyu <yangnuoyu@penguin>
pzygielo pushed a commit to pzygielo/maven that referenced this pull request Jan 4, 2023
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