[java-identity-provider] branch main updated: Remove deprecated legacy bean.

Scott Cantor cantor.2 at osu.edu
Tue Jun 20 23:41:47 UTC 2023


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a1b1726f12779fae204015e495f74a11c321b086

The following commit(s) were added to refs/heads/main by this push:
     new a1b1726f1 Remove deprecated legacy bean.
a1b1726f1 is described below

commit a1b1726f12779fae204015e495f74a11c321b086
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 20 19:41:44 2023 -0400

    Remove deprecated legacy bean.
---
 .../main/resources/net/shibboleth/idp/conf/subject-c14n-system.xml    | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/subject-c14n-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/subject-c14n-system.xml
index 9318013af..4a7c06236 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/subject-c14n-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/subject-c14n-system.xml
@@ -33,10 +33,6 @@
         </property>
     </bean>
 
-    <!-- Remove in V5. -->
-    <bean id="c14n/LegacyPrincipalConnector" class="net.shibboleth.idp.saml.nameid.impl.LegacyCanonicalization"
-        factory-method="c14LegacyPrincipalConnectorFactory" lazy-init="true" />
-
     <bean id="shibboleth.AbstractSAML1C14NFlowBean" abstract="true"
             class="net.shibboleth.idp.saml.nameid.NameIDCanonicalizationFlowDescriptor">
         <property name="activationCondition">

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


More information about the commits mailing list