[java-identity-provider] branch maint-3.4 updated: IDP-1363: InlineMetadataProvider should support indexesRef ...
Brent Putman
putmanb at georgetown.edu
Fri Dec 14 18:51:06 EST 2018
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=5c8bc46d43fa56f19765fca8486bfeedb5574837
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new 5c8bc46 IDP-1363: InlineMetadataProvider should support indexesRef ...
5c8bc46 is described below
commit 5c8bc46d43fa56f19765fca8486bfeedb5574837
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Dec 14 18:50:33 2018 -0500
IDP-1363: InlineMetadataProvider should support indexesRef ...
Fix broken unit tests.
---
.../idp/profile/spring/relyingparty/metadata/serviceBeans.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/serviceBeans.xml b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/serviceBeans.xml
index f062142..dd3edf7 100644
--- a/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/serviceBeans.xml
+++ b/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/serviceBeans.xml
@@ -21,6 +21,12 @@
<value>classpath:/net/shibboleth/idp/profile/spring/relyingparty/metadata/inLineEntities2.xml</value>
</util:list>
+ <util:set id="metadata.Indexes">
+ <bean class="org.opensaml.saml.metadata.resolver.index.impl.RoleMetadataIndex" />
+ <bean class="org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex" />
+ <bean class="org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex" />
+ </util:set>
+
<bean id="shibboleth.MetadataResolverService"
class="net.shibboleth.ext.spring.service.ReloadableSpringService"
p:serviceConfigurations-ref="resources"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list