You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2022/01/10 17:03:04 UTC

[felix-atomos] branch issues/felix703 created (now 88d14bf)

This is an automated email from the ASF dual-hosted git repository.

pauls pushed a change to branch issues/felix703
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git.


      at 88d14bf  Update to felix 7.0.3

This branch includes the following new commits:

     new 88d14bf  Update to felix 7.0.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[felix-atomos] 01/01: Update to felix 7.0.3

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch issues/felix703
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git

commit 88d14bf1e311d3d370c2f952e074f296a827697b
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Mon Jan 10 18:02:51 2022 +0100

    Update to felix 7.0.3
---
 atomos-parent/pom.xml                         |  2 +-
 atomos.examples/atomos.examples.jlink/pom.xml | 75 +--------------------------
 2 files changed, 3 insertions(+), 74 deletions(-)

diff --git a/atomos-parent/pom.xml b/atomos-parent/pom.xml
index 77b447d..ce1da16 100644
--- a/atomos-parent/pom.xml
+++ b/atomos-parent/pom.xml
@@ -205,7 +205,7 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.framework</artifactId>
-                <version>7.0.0</version>
+                <version>7.0.3</version>
                 <exclusions>
                     <exclusion>
                         <groupId>*</groupId>
diff --git a/atomos.examples/atomos.examples.jlink/pom.xml b/atomos.examples/atomos.examples.jlink/pom.xml
index aefd57c..db00a55 100644
--- a/atomos.examples/atomos.examples.jlink/pom.xml
+++ b/atomos.examples/atomos.examples.jlink/pom.xml
@@ -277,78 +277,6 @@
                                 </module>
                                 <module>
                                     <artifact>
-                                        <groupId>org.apache.felix</groupId>
-                                        <artifactId>org.apache.felix.framework</artifactId>
-                                    </artifact>
-                                    <moduleInfoSource>
-                                        open module org.apache.felix.framework {
-                                        requires jdk.unsupported;
-
-                                        exports org.apache.felix.framework;
-                                        exports org.apache.felix.framework.cache;
-                                        exports
-                                        org.apache.felix.framework.capabilityset;
-                                        exports
-                                        org.apache.felix.framework.ext;
-                                        exports
-                                        org.apache.felix.framework.resolver;
-                                        exports org.apache.felix.framework.util;
-                                        exports
-                                        org.apache.felix.framework.util.manifestparser;
-                                        exports
-                                        org.apache.felix.framework.wiring;
-                                        exports org.apache.felix.resolver;
-                                        exports
-                                        org.apache.felix.resolver.util;
-
-                                        exports org.osgi.dto;
-                                        exports org.osgi.framework;
-                                        exports org.osgi.framework.connect;
-                                        exports
-                                        org.osgi.framework.dto;
-                                        exports org.osgi.framework.hooks.bundle;
-                                        exports
-                                        org.osgi.framework.hooks.resolver;
-                                        exports org.osgi.framework.hooks.service;
-                                        exports
-                                        org.osgi.framework.hooks.weaving;
-                                        exports
-                                        org.osgi.framework.launch;
-                                        exports org.osgi.framework.namespace;
-                                        exports
-                                        org.osgi.framework.startlevel;
-                                        exports
-                                        org.osgi.framework.startlevel.dto;
-                                        exports
-                                        org.osgi.framework.wiring;
-                                        exports
-                                        org.osgi.framework.wiring.dto;
-                                        exports org.osgi.resource;
-                                        exports org.osgi.resource.dto;
-                                        exports
-                                        org.osgi.service.packageadmin;
-                                        exports
-                                        org.osgi.service.resolver;
-                                        exports
-                                        org.osgi.service.startlevel;
-                                        exports
-                                        org.osgi.service.url;
-                                        exports org.osgi.util.tracker;
-
-                                        provides org.osgi.framework.launch.FrameworkFactory with
-                                        org.apache.felix.framework.FrameworkFactory;
-                                        provides
-                                        org.osgi.framework.connect.ConnectFrameworkFactory
-                                        with org.apache.felix.framework.FrameworkFactory;
-
-                                        uses org.apache.felix.framework.ext.ClassPathExtenderFactory;
-                                        uses
-                                        org.osgi.framework.connect.FrameworkUtilHelper;
-                                        }
-                                    </moduleInfoSource>
-                                </module>
-                                <module>
-                                    <artifact>
                                         <groupId>org.osgi</groupId>
                                         <artifactId>osgi.promise</artifactId>
                                     </artifact>
@@ -498,7 +426,8 @@
                                 org.apache.felix.atomos,
                                 org.apache.felix.atomos.tests.testbundles.service.contract,
                                 org.apache.felix.atomos.tests.testbundles.service.impl,
-                                org.apache.felix.atomos.tests.testbundles.service.impl.activator
+                                org.apache.felix.atomos.tests.testbundles.service.impl.activator,
+                                org.apache.felix.framework
                             </includeArtifactIds>
                         </configuration>
                     </execution>