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 95469d0c7416230ef18f310c2044e19e13737c6a Merge: f155c61cfb 5890c44b60 Author: Thomas Watson <tjwat...@us.ibm.com> AuthorDate: Thu Aug 14 09:54:52 2025 -0500 Merge pull request #436 from tjwatson/ignoreIllegalArgumentException Ignore illegal argument exception scr/pom.xml | 2 +- .../impl/helper/ComponentServiceObjectsHelper.java | 3 +- .../scr/impl/manager/AbstractPrototypeRefPair.java | 19 ++--- .../felix/scr/integration/ComponentTestBase.java | 13 ++-- .../felix/scr/integration/Felix6726Test.java | 81 ++++++++++++++++++++++ .../scr/integration/components/felix6726/A.java | 23 ++++++ .../scr/integration/components/felix6726/B.java | 23 ++++++ .../integration/components/felix6726/BImpl.java | 24 +++++++ .../integration/components/felix6726/Consumer.java | 29 ++++++++ .../test/resources/integration_test_FELIX_6726.xml | 44 ++++++++++++ 10 files changed, 244 insertions(+), 17 deletions(-)