You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "ppkarwasz (via GitHub)" <gi...@apache.org> on 2023/10/04 10:58:44 UTC

[I] Improve overwritability of BND configuration [logging-parent]

ppkarwasz opened a new issue, #39:
URL: https://github.com/apache/logging-parent/issues/39

   Right now `logging-parent` provides two knobs to overwrite BND's generated OSGi package imports and JPMS module requirements:
    * `<bnd-extra-package-options>` allows to overwrite OSGi `Import-Package` statements,
    * `<bnd-extra-module-options>` allows to overwrite JPMS module requirements.
   
   However these macros appear **first** in the definition of `Import-Package` and `-jpms-module-info-options`, which prevents child POMs from redefining the keys (like `org.apache.logging.log4j`) that are already defined in `logging-parent`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Improve overwritability of BND configuration [logging-parent]

Posted by "ppkarwasz (via GitHub)" <gi...@apache.org>.
ppkarwasz closed issue #39: Improve overwritability of BND configuration
URL: https://github.com/apache/logging-parent/issues/39


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org