You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by GitBox <gi...@apache.org> on 2021/12/10 22:32:38 UTC

[GitHub] [felix-atomos] tjwatson commented on pull request #47: remove direct dependency on Signal so that when jlink is run it doesn…

tjwatson commented on pull request #47:
URL: https://github.com/apache/felix-atomos/pull/47#issuecomment-991348432


   The `jdk.unsupported` is required optionally (static) already.  Not sure why reflection is needed to make it more optional.
   
   ```
   open module org.apache.felix.atomos
   {
       exports org.apache.felix.atomos;
   
       requires transitive osgi.core;
       requires static osgi.annotation;
       requires static jdk.unsupported;
       requires static org.apache.felix.gogo.runtime;
   ```


-- 
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: dev-unsubscribe@felix.apache.org

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