[java-shib-attribute] branch main updated: Rename Spring Velocity package.

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


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

scantor pushed a commit to branch main
in repository java-shib-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=f1ab0850160be0ecb98f36fc04f8a561f1717946

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

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

    Rename Spring Velocity package.
---
 .../idp/attribute/resolver/failfast/attributeResolverBeans.xml          | 2 +-
 .../idp/attribute/resolver/failfast/attributeResolverBeansDefaultFF.xml | 2 +-
 .../shibboleth/idp/attribute/resolver/spring/dc/http/spring-beans.xml   | 2 +-
 .../idp/attribute/resolver/spring/dc/storage/spring-beans.xml           | 2 +-
 .../net/shibboleth/idp/attribute/resolver/spring/externalBeans.xml      | 2 +-
 .../net/shibboleth/idp/attribute/resolver/spring/idp-1676-service.xml   | 2 +-
 .../shibboleth/idp/attribute/resolver/spring/mappedTemplateService.xml  | 2 +-
 .../net/shibboleth/idp/attribute/resolver/spring/mapperTest.xml         | 2 +-
 .../net/shibboleth/idp/attribute/resolver/spring/multiFileService.xml   | 2 +-
 .../resources/net/shibboleth/idp/attribute/resolver/spring/service.xml  | 2 +-
 .../resources/net/shibboleth/idp/attribute/resolver/spring/service2.xml | 2 +-
 .../net/shibboleth/idp/attribute/resolver/spring/serviceNullStrip.xml   | 2 +-
 .../net/shibboleth/idp/attribute/resolver/spring/velocity2.xml          | 2 +-
 .../test/resources/net/shibboleth/idp/saml/attribute/impl/service.xml   | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/failfast/attributeResolverBeans.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/failfast/attributeResolverBeans.xml
index 5981ae884..9169a329f 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/failfast/attributeResolverBeans.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/failfast/attributeResolverBeans.xml
@@ -32,7 +32,7 @@
     </bean>
     
     <bean id="shibboleth.VelocityEngine" destroy-method=""
-        class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+        class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/failfast/attributeResolverBeansDefaultFF.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/failfast/attributeResolverBeansDefaultFF.xml
index 57062fd25..5a98b5d32 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/failfast/attributeResolverBeansDefaultFF.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/failfast/attributeResolverBeansDefaultFF.xml
@@ -32,7 +32,7 @@
     </bean>
 
     <bean id="shibboleth.VelocityEngine" destroy-method=""
-            class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+            class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/http/spring-beans.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/http/spring-beans.xml
index 3dfaadf14..079ae126f 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/http/spring-beans.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/http/spring-beans.xml
@@ -33,7 +33,7 @@
         p:TLSProtocols="SSLv3" />
 
     <bean id="shibboleth.VelocityEngine"
-            class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+            class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/storage/spring-beans.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/storage/spring-beans.xml
index 7d4456ce9..b7bd273b0 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/storage/spring-beans.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/storage/spring-beans.xml
@@ -7,7 +7,7 @@
 
     <bean id="CustomObject" class="java.lang.String" c:_0="foo" />
 
-    <bean id="shibboleth.VelocityEngine" class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+    <bean id="shibboleth.VelocityEngine" class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/externalBeans.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/externalBeans.xml
index 1efd3a604..3de581815 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/externalBeans.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/externalBeans.xml
@@ -12,7 +12,7 @@
         default-destroy-method="destroy">
     
     <bean id="shibboleth.VelocityEngine" destroy-method=""
-            class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+            class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/idp-1676-service.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/idp-1676-service.xml
index 9ce82bf46..bdd4d18ce 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/idp-1676-service.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/idp-1676-service.xml
@@ -14,7 +14,7 @@
  
                            
     <bean id="shibboleth.VelocityEngine" destroy-method=""
-            class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+            class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/mappedTemplateService.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/mappedTemplateService.xml
index c58c66d12..d08c9b59b 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/mappedTemplateService.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/mappedTemplateService.xml
@@ -14,7 +14,7 @@
         class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" />     
                             
     <bean id="shibboleth.VelocityEngine" destroy-method=""
-            class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+            class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/mapperTest.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/mapperTest.xml
index 4cbffdb96..9579aee11 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/mapperTest.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/mapperTest.xml
@@ -16,7 +16,7 @@
     <import resource="customBean.xml" />
     
     <bean id="shibboleth.VelocityEngine" destroy-method=""
-            class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+            class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/multiFileService.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/multiFileService.xml
index ee111a9cb..ebd3eb665 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/multiFileService.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/multiFileService.xml
@@ -7,7 +7,7 @@
                             http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
                             
 	<bean id="shibboleth.VelocityEngine" destroy-method=""
-		class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+		class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
 		<property name="velocityProperties">
 			<props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/service.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/service.xml
index 59a349ff6..661c289f7 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/service.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/service.xml
@@ -14,7 +14,7 @@
  
                            
     <bean id="shibboleth.VelocityEngine" destroy-method=""
-            class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+            class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/service2.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/service2.xml
index d1578b26f..9958bfe56 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/service2.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/service2.xml
@@ -7,7 +7,7 @@
                             http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
                             
 	<bean id="shibboleth.VelocityEngine" destroy-method=""
-		  class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+		  class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
 		<property name="velocityProperties">
 			<props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/serviceNullStrip.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/serviceNullStrip.xml
index e1c4ecf1c..b447c6078 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/serviceNullStrip.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/serviceNullStrip.xml
@@ -14,7 +14,7 @@
         class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" />     
                             
     <bean id="shibboleth.VelocityEngine" destroy-method=""
-            class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+            class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/velocity2.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/velocity2.xml
index 1ddba4380..16397620c 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/velocity2.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/velocity2.xml
@@ -5,7 +5,7 @@
                             http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
 
     <bean id="otherVe" destroy-method=""
-            class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+            class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="resource.loaders">classpath, string</prop>
diff --git a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/saml/attribute/impl/service.xml b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/saml/attribute/impl/service.xml
index 4345991d4..98ccefab9 100644
--- a/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/saml/attribute/impl/service.xml
+++ b/shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/saml/attribute/impl/service.xml
@@ -46,7 +46,7 @@
     </bean>
 
     <bean id="shibboleth.VelocityEngine" destroy-method=""
-        class="net.shibboleth.ext.spring.velocity.VelocityEngineFactoryBean">
+        class="net.shibboleth.shared.spring.velocity.VelocityEngineFactoryBean">
         <property name="velocityProperties">
             <props>
                 <prop key="resource.loaders">classpath, string</prop>

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


More information about the commits mailing list