[java-identity-provider] branch main updated: IDP-2417 - Deprecation in Spring MVC config namespace

Codeberg noreply at shibboleth.net
Tue Dec 23 14:10:45 UTC 2025


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/746a5b113a9bb9348e3fcacb2e462327e1b678f1

The following commit(s) were added to refs/heads/main by this push:
     new 746a5b113 IDP-2417 - Deprecation in Spring MVC config namespace
746a5b113 is described below

commit 746a5b113a9bb9348e3fcacb2e462327e1b678f1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 23 09:10:35 2025 -0500

    IDP-2417 - Deprecation in Spring MVC config namespace
    
    https://shibboleth.atlassian.net/browse/IDP-2417
    
    Remove deprecated namespace from our system file.
---
 idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml
index 2daab9499..44851d8a3 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml
@@ -5,9 +5,7 @@
        xmlns:util="http://www.springframework.org/schema/util"
        xmlns:p="http://www.springframework.org/schema/p"
        xmlns:c="http://www.springframework.org/schema/c"
-       xmlns:mvc="http://www.springframework.org/schema/mvc"
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
-                           http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd
                            http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
                            http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
 

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


More information about the commits mailing list