You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2020/04/29 16:27:13 UTC

[felix-atomos] branch master updated: Update for createBundleActivator -> newBundleActivator rename

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d8d5fd8  Update for createBundleActivator -> newBundleActivator rename
     new 3fce3ec  Merge pull request #22 from tjwatson/newBundleActivator
d8d5fd8 is described below

commit d8d5fd8af61831393aad23690b5295f7a931b8e1
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Wed Apr 29 11:09:50 2020 -0500

    Update for createBundleActivator -> newBundleActivator rename
---
 .../apache/felix/atomos/impl/runtime/base/AtomosModuleConnector.java    | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/atomos.runtime/src/main/java/org/apache/felix/atomos/impl/runtime/base/AtomosModuleConnector.java b/atomos.runtime/src/main/java/org/apache/felix/atomos/impl/runtime/base/AtomosModuleConnector.java
index de22827..0e2f6ab 100644
--- a/atomos.runtime/src/main/java/org/apache/felix/atomos/impl/runtime/base/AtomosModuleConnector.java
+++ b/atomos.runtime/src/main/java/org/apache/felix/atomos/impl/runtime/base/AtomosModuleConnector.java
@@ -44,7 +44,7 @@ public class AtomosModuleConnector implements ModuleConnector
     }
 
     @Override
-    public Optional<BundleActivator> createBundleActivator()
+    public Optional<BundleActivator> newBundleActivator()
     {
         atomosRuntime.debug("Creating Atomos activator");
         return Optional.of(new BundleActivator()
diff --git a/pom.xml b/pom.xml
index 65003bd..d441ad0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
             <dependency>
                 <groupId>org.eclipse.platform</groupId>
                 <artifactId>org.eclipse.osgi</artifactId>
-                <version>3.16.0.tjwatson_osgiConnect12</version>
+                <version>3.16.0.tjwatson_osgiConnect13</version>
                 <exclusions>
                     <exclusion>
                         <groupId>*</groupId>