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 2020/03/08 00:19:39 UTC

[GitHub] [felix-atomos] stbischof opened a new pull request #9: Improve main-class and module-version in module-info.class

stbischof opened a new pull request #9: Improve main-class and module-version in module-info.class
URL: https://github.com/apache/felix-atomos/pull/9
 
 
   update bundle maven-jar-plugin (main-class)
   update bundle maven-compiler-plugin (version)
   remove ant plugin
   -
   Result:
   // Compiled from module-info.java (version 11 : 55.0, no super bit)
    module org.apache.felix.atomos.runtime  {
     // Version: 0.0.1-SNAPSHOT
   
     requires java.base;
     requires transitive atomos.osgi.framework;
     requires protected osgi.annotation;
     requires protected jdk.unsupported;
     requires protected org.apache.felix.gogo.runtime;
   
     exports org.apache.felix.atomos.runtime;
     exports org.apache.felix.atomos.launch;
   
     uses org.osgi.framework.connect.ConnectFrameworkFactory
     uses org.osgi.framework.connect.ModuleConnector
   
     provides org.osgi.framework.connect.FrameworkUtilHelper with org.apache.felix.atomos.impl.runtime.base.AtomosFrameworkUtilHelper;
     provides org.osgi.framework.connect.ModuleConnector with org.apache.felix.atomos.impl.runtime.base.AtomosModuleConnector;
   
     Module packages:
       org.apache.felix.atomos.impl.runtime.content
       org.apache.felix.atomos.runtime
       org.apache.felix.atomos.impl.runtime.base
       org.apache.felix.atomos.launch
       org.apache.felix.atomos.impl.runtime.modules
   
     Module main class:
       org.apache.felix.atomos.launch.AtomosLauncher
   
   }

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [felix-atomos] tjwatson commented on issue #9: Improve main-class and module-version in module-info.class

Posted by GitBox <gi...@apache.org>.
tjwatson commented on issue #9: Improve main-class and module-version in module-info.class
URL: https://github.com/apache/felix-atomos/pull/9#issuecomment-596161532
 
 
   Stefan, please try to merge this one to see if your commit rights are in order now. Thanks!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [felix-atomos] stbischof merged pull request #9: Improve main-class and module-version in module-info.class

Posted by GitBox <gi...@apache.org>.
stbischof merged pull request #9: Improve main-class and module-version in module-info.class
URL: https://github.com/apache/felix-atomos/pull/9
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services