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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to