svn commit: r1657558 - /felix/trunk/scr/src/test/java/org/apache/felix/scr/integration/MutablePropertiesTest.java

2015-02-05 Thread davidb
Author: davidb Date: Thu Feb 5 12:53:44 2015 New Revision: 1657558 URL: http://svn.apache.org/r1657558 Log: FELIX-4790 Make MutablePropertiesTest work with R6 Framework. Rewrote the logic in the test to not depend on the number of service properties present. R6 frameworks add more properties

svn commit: r1657569 - in /felix/trunk/scr: pom.xml src/test/java/org/apache/felix/scr/integration/Felix4188Test.java

2015-02-05 Thread davidb
Author: davidb Date: Thu Feb 5 13:59:44 2015 New Revision: 1657569 URL: http://svn.apache.org/r1657569 Log: FELIX-4789 Fix for SCR Felix4188Test fails when run with framework 4.4.1 or newer Also switched the framework used during the SCR integration tests to be 4.6.0 Modified:

svn commit: r1657578 - in /felix/trunk/scr: bnd.bnd pom.xml

2015-02-05 Thread davidb
Author: davidb Date: Thu Feb 5 14:25:51 2015 New Revision: 1657578 URL: http://svn.apache.org/r1657578 Log: Add osgi.implementation capability. DS 1.3 implementations are required to provide this capability alongside the osgi.extender capability. Also updated the maven module version to

svn commit: r1657502 - in /felix/trunk/scr: ./ src/main/java/org/apache/felix/scr/ src/main/java/org/apache/felix/scr/impl/ src/main/java/org/apache/felix/scr/impl/config/ src/main/java/org/apache/fel

2015-02-05 Thread cziegeler
Author: cziegeler Date: Thu Feb 5 09:41:52 2015 New Revision: 1657502 URL: http://svn.apache.org/r1657502 Log: FELIX-4785 : Incompatible SCR API Added: felix/trunk/scr/src/main/java/org/apache/felix/scr/Component.java (with props)

svn commit: r1657605 - in /felix/trunk/scr: bnd.bnd src/main/java/org/apache/felix/scr/impl/helper/ClassUtils.java

2015-02-05 Thread cziegeler
Author: cziegeler Date: Thu Feb 5 15:32:29 2015 New Revision: 1657605 URL: http://svn.apache.org/r1657605 Log: FELIX-4787 : DS implementation should be based on R6 Modified: felix/trunk/scr/bnd.bnd felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/helper/ClassUtils.java

svn commit: r1657582 - /felix/trunk/scr/pom.xml

2015-02-05 Thread davidb
Author: davidb Date: Thu Feb 5 14:30:32 2015 New Revision: 1657582 URL: http://svn.apache.org/r1657582 Log: Update the Declarative Service version mentioned in the SCR pom. Modified: felix/trunk/scr/pom.xml Modified: felix/trunk/scr/pom.xml URL:

svn commit: r1657620 - /felix/trunk/scr/bnd.bnd

2015-02-05 Thread davidb
Author: davidb Date: Thu Feb 5 16:19:40 2015 New Revision: 1657620 URL: http://svn.apache.org/r1657620 Log: Removing the osgi.implementation capability again as it turns out that it's not needed. Modified: felix/trunk/scr/bnd.bnd Modified: felix/trunk/scr/bnd.bnd URL:

svn commit: r1657518 - /felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java

2015-02-05 Thread cziegeler
Author: cziegeler Date: Thu Feb 5 10:31:23 2015 New Revision: 1657518 URL: http://svn.apache.org/r1657518 Log: FELIX-4785 : Incompatible SCR API Modified: felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java Modified:

svn commit: r1657539 - in /felix/trunk/scr/src: main/java/org/apache/felix/scr/impl/Activator.java test/resources/integration_test_FELIX_3680.xml

2015-02-05 Thread davidb
Author: davidb Date: Thu Feb 5 11:41:48 2015 New Revision: 1657539 URL: http://svn.apache.org/r1657539 Log: FELIX-4785 Fix for test failure with old SCR API. Thanks to Pierre de Rop and Carsten Ziegeler Modified: felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/Activator.java