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

Move BND configuration to pom.xml #3065

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from
Open

Conversation

ppkarwasz
Copy link
Contributor

This removes the BND configuration in log4j-1.2-api/bnd.bnd and moves it to the POM file.

The resulting JPMS module has the same requirements as version 2.24.1.

requires java.base
requires java.desktop
requires java.management transitive
requires java.xml transitive
requires javax.jms-api static
requires org.apache.logging.log4j transitive
requires org.apache.logging.log4j.core static

This removes the BND configuration in `log4j-1.2-api/bnd.bnd` and moves it to the POM file.

The resulting JPMS module has the same requirements as version `2.24.1`.

```
requires java.base
requires java.desktop
requires java.management transitive
requires java.xml transitive
requires javax.jms-api static
requires org.apache.logging.log4j transitive
requires org.apache.logging.log4j.core static
```
</bnd-extra-package-options>
<bnd-extra-module-options>
Copy link
Member

Choose a reason for hiding this comment

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

Don't we also need an entry for javax.jms:javax.jms-api too?

@ppkarwasz ppkarwasz self-assigned this Oct 8, 2024
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