[java-metadata-aggregator] 01/02: Update example for 0.10

Ian Young ian at iay.org.uk
Mon Apr 3 17:07:42 UTC 2023


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=e9a93b8fa7dbcc7cfade2f17dedfdf528e705185

commit e9a93b8fa7dbcc7cfade2f17dedfdf528e705185
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Apr 3 17:45:27 2023 +0100

    Update example for 0.10
---
 doc/wiki/discofeed.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/wiki/discofeed.xml b/doc/wiki/discofeed.xml
index 3a186fb..b821ae9 100644
--- a/doc/wiki/discofeed.xml
+++ b/doc/wiki/discofeed.xml
@@ -15,7 +15,7 @@
     <import resource="classpath:net/shibboleth/metadata/beans.xml"/>
 
     <!-- Default Shibboleth component bean id property from Spring bean id -->
-    <bean class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor"
+    <bean class="net.shibboleth.shared.spring.config.IdentifiableBeanPostProcessor"
         lazy-init="false"/>
 
     <bean id="DiscoFeed" parent="mda.SimplePipeline">
@@ -25,7 +25,7 @@
                 <!-- Acquire the metadata aggregate. -->
                 <bean id="source" parent="mda.DOMFilesystemSourceStage">
                     <property name="parserPool">
-                        <bean class="net.shibboleth.utilities.java.support.xml.BasicParserPool"
+                        <bean class="net.shibboleth.shared.xml.impl.BasicParserPool"
                             init-method="initialize"/>
                     </property>
                     <property name="source">

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


More information about the commits mailing list