This is an automated email from the ASF dual-hosted git repository.
jsedding pushed a change to branch
jsedding/SLING-13251-mbean-registration-robustness
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-engine.git
from 6ed21bf SLING-13251 - MBean registration in ServletFilterManager
fails for factory components
add 5e056dd SLING-13251 - MBean registration in ServletFilterManager
fails for factory components
No new revisions were added by this update.
Summary of changes:
.../engine/impl/filter/ServletFilterManager.java | 44 +++++------
.../impl/filter/ServletFilterManagerTest.java | 83 ++++++++++++++++++++-
.../engine/impl/helper/SlingFilterConfigTest.java | 52 +------------
.../engine/impl/testutil/MockServiceReference.java | 85 ++++++++++++++++++++++
4 files changed, 187 insertions(+), 77 deletions(-)
create mode 100644
src/test/java/org/apache/sling/engine/impl/testutil/MockServiceReference.java