celix git commit: CELIX-441: Updates bundle ctx and svc registration mocks for update api

2018-04-17 Thread pnoltes
Repository: celix Updated Branches: refs/heads/develop 0657853e7 -> 3e415537a CELIX-441: Updates bundle ctx and svc registration mocks for update api Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/3e415537 Tree:

[jira] [Commented] (CELIX-441) Add service tracker api to bundle context

2018-04-17 Thread Pepijn Noltes (JIRA)
[ https://issues.apache.org/jira/browse/CELIX-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16441429#comment-16441429 ] Pepijn Noltes commented on CELIX-441: - The bundleContext_useServiceWithId is already implemented

celix git commit: CELIX-441: Started initial implementation for the service tracker api from the bundle context.

2018-04-17 Thread pnoltes
Repository: celix Updated Branches: refs/heads/develop 2eeadb4cc -> 0657853e7 CELIX-441: Started initial implementation for the service tracker api from the bundle context. - Implements the bundleContext_useServiceWithId for the service "tracking" functionality - ALso implements

svn commit: r1028566 - /websites/production/celix/content/

2018-04-17 Thread rlenferink
Author: rlenferink Date: Tue Apr 17 18:33:05 2018 New Revision: 1028566 Log: Added ASF current-event banner Added: websites/production/celix/content/ - copied from r1028565, websites/staging/celix/trunk/content/

svn commit: r1028565 - in /websites/staging/celix/trunk/content: ./ asf/ community/ community/boardreports/ community/contributing/ support/

2018-04-17 Thread buildbot
Author: buildbot Date: Tue Apr 17 18:26:59 2018 New Revision: 1028565 Log: Staging update by buildbot for celix Modified: websites/staging/celix/trunk/content/ (props changed) websites/staging/celix/trunk/content/asf/asf.html websites/staging/celix/trunk/content/asf/links.html

svn commit: r1829383 - /celix/site/trunk/templates/skeleton.html

2018-04-17 Thread rlenferink
Author: rlenferink Date: Tue Apr 17 18:26:46 2018 New Revision: 1829383 URL: http://svn.apache.org/viewvc?rev=1829383=rev Log: Added ASF events banner Modified: celix/site/trunk/templates/skeleton.html Modified: celix/site/trunk/templates/skeleton.html URL:

celix git commit: DepMgr-C++: DependencyManager::start starts now only not started components, this makes it possible to add and start components when the DependencyManager is already started.

2018-04-17 Thread erjanaltena
Repository: celix Updated Branches: refs/heads/develop 000259361 -> 184497c35 DepMgr-C++: DependencyManager::start starts now only not started components, this makes it possible to add and start components when the DependencyManager is already started. Project: