svn commit: r1693465 - in /felix/sandbox/pderop/dependencymanager.ds/cnf/cache: ./ maven/

2015-07-30 Thread pderop
Author: pderop Date: Thu Jul 30 18:13:50 2015 New Revision: 1693465 URL: http://svn.apache.org/r1693465 Log: added empty cach/maven directory (used by aether plugin repo). Added: felix/sandbox/pderop/dependencymanager.ds/cnf/cache/ felix/sandbox/pderop/dependencymanager.ds/cnf/cache/maven

svn commit: r1693463 - /felix/sandbox/pderop/dependencymanager.ds/org.apache.felix.dependencymanager.ds.itest/src/org/apache/felix/scr/integration/CircularReferenceTest.java

2015-07-30 Thread pderop
Author: pderop Date: Thu Jul 30 18:05:23 2015 New Revision: 1693463 URL: http://svn.apache.org/r1693463 Log: added debug code that dumps stacktraces when A is bound to B twice. Modified: felix/sandbox/pderop/dependencymanager.ds/org.apache.felix.dependencymanager.ds.itest/src/org/apache/feli

svn commit: r1693444 - in /felix/trunk/http/jetty/src/main/java/org/apache/felix/http/jetty/internal: ConfigMetaTypeProvider.java JettyConfig.java

2015-07-30 Thread cziegeler
Author: cziegeler Date: Thu Jul 30 15:37:43 2015 New Revision: 1693444 URL: http://svn.apache.org/r1693444 Log: FELIX-4981 : [Jetty] Change default behaviour of sendServerHeader from true to false Modified: felix/trunk/http/jetty/src/main/java/org/apache/felix/http/jetty/internal/ConfigMeta

svn commit: r1693443 - /felix/trunk/http/parent/pom.xml

2015-07-30 Thread cziegeler
Author: cziegeler Date: Thu Jul 30 15:33:50 2015 New Revision: 1693443 URL: http://svn.apache.org/r1693443 Log: Update to latest Jetty version Modified: felix/trunk/http/parent/pom.xml Modified: felix/trunk/http/parent/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/parent/pom.xm

svn commit: r1693437 - /felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext

2015-07-30 Thread cziegeler
Author: cziegeler Date: Thu Jul 30 15:17:33 2015 New Revision: 1693437 URL: http://svn.apache.org/r1693437 Log: Correct felix docs Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext Modified: felix/site/trunk/content/documentation/subprojects/apac

svn commit: r960178 - /websites/production/felix/content/

2015-07-30 Thread cziegeler
Author: cziegeler Date: Thu Jul 30 15:23:03 2015 New Revision: 960178 Log: Publishing svnmucc operation to felix site by cziegeler Added: websites/production/felix/content/ - copied from r960177, websites/staging/felix/trunk/content/

buildbot success in ASF Buildbot on felix-site-staging

2015-07-30 Thread buildbot
The Buildbot has detected a restored build on builder felix-site-staging while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/felix-site-staging/builds/2 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The AnyBra

svn commit: r960176 - in /websites/staging/felix/trunk/content: ./ documentation/subprojects/apache-felix-http-service.html

2015-07-30 Thread buildbot
Author: buildbot Date: Thu Jul 30 15:18:13 2015 New Revision: 960176 Log: Staging update by buildbot for felix Modified: websites/staging/felix/trunk/content/ (props changed) websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-http-service.html Propchange: webs

svn commit: r1693436 - in /felix/trunk/metatype/src/main/java/org/apache/felix/metatype: MetaDataReader.java internal/MetaTypeServiceImpl.java

2015-07-30 Thread cziegeler
Author: cziegeler Date: Thu Jul 30 15:07:54 2015 New Revision: 1693436 URL: http://svn.apache.org/r1693436 Log: FELIX-4973 : Relax exception handling when reading metatype XML Modified: felix/trunk/metatype/src/main/java/org/apache/felix/metatype/MetaDataReader.java felix/trunk/metatype

svn commit: r1693433 - in /felix/trunk/metatype/src: main/java/org/apache/felix/metatype/MetaDataReader.java main/java/org/apache/felix/metatype/internal/Activator.java test/java/org/apache/felix/meta

2015-07-30 Thread cziegeler
Author: cziegeler Date: Thu Jul 30 14:34:04 2015 New Revision: 1693433 URL: http://svn.apache.org/r1693433 Log: FELIX-4973 : Relax exception handling when reading metatype XML Modified: felix/trunk/metatype/src/main/java/org/apache/felix/metatype/MetaDataReader.java felix/trunk/metatype

svn commit: r1693428 - in /felix/trunk/configadmin/src: main/java/org/apache/felix/cm/file/FilePersistenceManager.java main/java/org/apache/felix/cm/impl/ConfigurationAdminImpl.java test/java/org/apac

2015-07-30 Thread cziegeler
Author: cziegeler Date: Thu Jul 30 14:07:38 2015 New Revision: 1693428 URL: http://svn.apache.org/r1693428 Log: FELIX-4945 : Escaped folder names makes ConfigAdmin incompatible and factory configs not always work. Apply patch from Balazs Zsoldos Modified: felix/trunk/configadmin/src/main/ja

svn commit: r1693406 - in /felix/trunk/framework/src: main/java/org/apache/felix/framework/ServiceRegistry.java test/java/org/apache/felix/framework/ServiceRegistryTest.java

2015-07-30 Thread davidb
Author: davidb Date: Thu Jul 30 10:38:25 2015 New Revision: 1693406 URL: http://svn.apache.org/r1693406 Log: FELIX-4977 Fix for concurrency issue with factory services This commit fixes the issue in nearly all cases. Very occasionally the testGetUngetServiceFactory() test still reports 1 violati