This is an automated email from the ASF dual-hosted git repository. tjwatson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/felix-dev.git
commit e1f3e38ce3b2a570697b9b08bffe8b55cfe62239 Merge: 7343b00aac ec96dd33bb Author: Thomas Watson <[email protected]> AuthorDate: Fri Mar 27 08:12:53 2026 -0500 Merge pull request #486 from tjwatson/felixLogParams Stop flooding the scheduled executor with no-op tasks for change count updates .../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(-)
