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 5ad1a58a274655ab499a79fd07edc7c8f63d221a Merge: 85251f4f17 3b674eaa44 Author: Thomas Watson <[email protected]> AuthorDate: Tue May 20 08:48:09 2025 -0500 Merge pull request #419 from Thales-Netherlands/feature/FELIX-6778 FELIX-6778 Reduce number of re-creation(s) of SCR Component Registry thread .../java/org/apache/felix/scr/impl/Activator.java | 14 +- .../felix/scr/impl/BundleComponentActivator.java | 11 +- .../felix/scr/impl/ComponentActorExecutor.java | 70 ++++++++ .../felix/scr/impl/ComponentActorThread.java | 179 --------------------- .../apache/felix/scr/impl/ComponentRegistry.java | 45 ++---- .../felix/scr/integration/ComponentTestBase.java | 1 + .../felix/scr/integration/Felix6778Test.java | 126 +++++++++++++++ 7 files changed, 217 insertions(+), 229 deletions(-)
