[java-metadata-aggregator] branch main updated: MDA-184 - Add missing parent bean for RegexFileFilter

Ian Young ian at iay.org.uk
Tue Sep 8 16:12:30 UTC 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=2be15a99d81a997829a3fb426b521ef4b46c9b5a

The following commit(s) were added to refs/heads/main by this push:
       new  2be15a9   MDA-184 - Add missing parent bean for RegexFileFilter
2be15a9 is described below

commit 2be15a99d81a997829a3fb426b521ef4b46c9b5a
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Sep 8 17:12:26 2020 +0100

    MDA-184 - Add missing parent bean for RegexFileFilter
    
    https://issues.shibboleth.net/jira/browse/MDA-184
---
 .../src/main/resources/net/shibboleth/metadata/beans.xml               | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/beans.xml b/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/beans.xml
index 500db11..a7a1c4e 100644
--- a/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/beans.xml
+++ b/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/beans.xml
@@ -275,6 +275,9 @@
     <bean id="mda.PathSegmentStringTransformer" abstract="true"
         class="net.shibboleth.metadata.util.PathSegmentStringTransformer"/>
 
+    <bean id="mda.RegexFileFilter" abstract="true"
+        class="net.shibboleth.metadata.util.RegexFileFilter"/>
+
     <bean id="mda.SHA1StringTransformer" abstract="true"
         class="net.shibboleth.metadata.util.SHA1StringTransformer"/>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list