You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2018/07/13 04:56:44 UTC

svn commit: r1835788 - in /felix/trunk/scr: bnd.bnd changelog.txt

Author: cziegeler
Date: Fri Jul 13 04:56:44 2018
New Revision: 1835788

URL: http://svn.apache.org/viewvc?rev=1835788&view=rev
Log:
FELIX-5885 : SCR uses an overly restrictive import range for promises

Modified:
    felix/trunk/scr/bnd.bnd
    felix/trunk/scr/changelog.txt

Modified: felix/trunk/scr/bnd.bnd
URL: http://svn.apache.org/viewvc/felix/trunk/scr/bnd.bnd?rev=1835788&r1=1835787&r2=1835788&view=diff
==============================================================================
--- felix/trunk/scr/bnd.bnd (original)
+++ felix/trunk/scr/bnd.bnd Fri Jul 13 04:56:44 2018
@@ -36,6 +36,7 @@ Import-Package: \
  org.osgi.service.metatype;version="[1.2,2)";resolution:=optional, \
  org.osgi.service.packageadmin;version="[1.2,2)";resolution:=optional, \
  org.osgi.util.function;version="[1.0,2)", \
+ org.osgi.util.promise;version="[1.0,2)", \
  org.apache.felix.service.command;resolution:=optional, \
  org.apache.felix.shell;provide:=true;resolution:=optional, \
  *

Modified: felix/trunk/scr/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/scr/changelog.txt?rev=1835788&r1=1835787&r2=1835788&view=diff
==============================================================================
--- felix/trunk/scr/changelog.txt (original)
+++ felix/trunk/scr/changelog.txt Fri Jul 13 04:56:44 2018
@@ -4,6 +4,7 @@ Changes in 2.1.2
     * [FELIX-5866] - SCR does not respect the log level set in LoggerAdmin
     * [FELIX-5865] - SCR r7 logging support doesn't work on equinox framework
     * [FELIX-5867] - Reference field of type Logger for service LoggerFactory is always null
+    * [FELIX-5885] - SCR uses an overly restrictive import range for promises
 
 
 Changes in 2.1.0