[java-idp-oidc] branch master updated: Fix naming registry inheritance.

Scott Cantor cantor.2 at osu.edu
Tue Jan 14 12:37:31 EST 2020


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

scantor pushed a commit to branch master
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=875908ef1c3508143d2618ad6dd9e6f41f58378c

The following commit(s) were added to refs/heads/master by this push:
       new  875908e   Fix naming registry inheritance.
875908e is described below

commit 875908ef1c3508143d2618ad6dd9e6f41f58378c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 14 12:37:29 2020 -0500

    Fix naming registry inheritance.
---
 idp-oidc-extension-impl/src/test/resources/conf/global-oidc.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/idp-oidc-extension-impl/src/test/resources/conf/global-oidc.xml b/idp-oidc-extension-impl/src/test/resources/conf/global-oidc.xml
index 7774b2b..5ec508a 100644
--- a/idp-oidc-extension-impl/src/test/resources/conf/global-oidc.xml
+++ b/idp-oidc-extension-impl/src/test/resources/conf/global-oidc.xml
@@ -70,8 +70,7 @@
     <bean id="OIDCScopedStringTranscoder"
         class="org.geant.idpextension.oidc.attribute.transcoding.impl.OIDCScopedStringAttributeTranscoder" />
 
-    <bean id="OIDCExtendedNamingRegistry"
-            class="org.springframework.beans.factory.config.MapFactoryBean">
+    <bean id="OIDCExtendedNamingRegistry" parent="shibboleth.DefaultNamingRegistry">
         <property name="sourceMap">
             <map merge="true">
                 <entry key="#{T(net.minidev.json.JSONObject)}">

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


More information about the commits mailing list