[java-identity-provider] branch main updated: Rename Spring Velocity package.

Scott Cantor cantor.2 at osu.edu
Tue Sep 6 20:32:47 UTC 2022


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

The following commit(s) were added to refs/heads/main by this push:
     new ed2315540 Rename Spring Velocity package.
ed2315540 is described below

commit ed23155402885bf70e87be6d8b776cbaaf0f7824
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 6 16:32:44 2022 -0400

    Rename Spring Velocity package.
---
 .../src/main/resources/net/shibboleth/idp/conf/global-system.xml      | 2 +-
 .../src/main/resources/net/shibboleth/idp/conf/mvc-beans.xml          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
index 0c9ba9263..7ff8c0ca1 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
@@ -126,7 +126,7 @@
         <entry key="runtime.strict_mode.enable" value="%{idp.velocity.runtime.strictmode:false}" />
     </util:map>
 
-    <bean id="shibboleth.VelocityEngine" class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean"
+    <bean id="shibboleth.VelocityEngine" class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean"
         depends-on="shibboleth.LoggingService"
         p:velocityPropertiesMap="#{getObject('shibboleth.VelocityEngineProperties') ?: getObject('shibboleth.DefaultVelocityEngineProperties')}" />
 
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 543d6f490..62d6e9bc9 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
@@ -78,7 +78,7 @@
         <property name="order" value="1" />
     </bean>
             
-    <bean id="shibboleth.VelocityViewResolver" class="net.shibboleth.ext.spring.velocity.VelocityViewResolver">
+    <bean id="shibboleth.VelocityViewResolver" class="net.shibboleth.shared.spring.velocity.VelocityViewResolver">
         <property name="order" value="2" />
         <property name="cache" value="true"/>
         <property name="prefix" value=""/>
@@ -95,7 +95,7 @@
     </bean>
 
     <!-- Note that non-file paths are passed through to Spring's DefaultResourceLoader, thus can be targeted classpath trees. -->
-    <bean class="net.shibboleth.ext.spring.velocity.VelocityConfigurer">
+    <bean class="net.shibboleth.shared.spring.velocity.VelocityConfigurer">
         <property name="resourceLoaderPath"
             value="#{'%{idp.views:%{idp.home}/views}'.trim()},classpath:/net/shibboleth/idp/views,classpath:/META-INF/net/shibboleth/idp/views" />
     </bean>

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


More information about the commits mailing list