This is an automated email from the ASF dual-hosted git repository.
tjwatson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
from 7343b00aac Bump ch.qos.logback:logback-core (#490)
add 4d68c01371 Use messages with parameters
add a07a3078ee Use repeating task to update change count service property
add 51de0a8b6e Cancel scheduled task for change count update when inactive
add e7862546f0 Use an allowable min delay of 100 ms
add ec96dd33bb Add test for min timeout for change count update
new e1f3e38ce3 Merge pull request #486 from tjwatson/felixLogParams
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../felix/scr/impl/BundleComponentActivator.java | 3 +-
.../felix/scr/impl/ComponentActorExecutor.java | 4 +-
.../apache/felix/scr/impl/ComponentRegistry.java | 139 +++++++++++++++------
.../felix/scr/impl/helper/ConfigAdminTracker.java | 3 +-
.../felix/scr/impl/inject/methods/BaseMethod.java | 6 +-
.../felix/scr/impl/inject/methods/BindMethod.java | 40 +++---
.../scr/impl/manager/AbstractComponentManager.java | 20 +--
.../scr/impl/manager/SingleComponentManager.java | 5 +-
.../felix/scr/integration/GithubPR486Test.java | 84 +++++++++++++
9 files changed, 225 insertions(+), 79 deletions(-)
create mode 100644
scr/src/test/java/org/apache/felix/scr/integration/GithubPR486Test.java