[java-identity-provider COMMIT] in /trunk: idp-attribute-cli/src/main/resources/conf/internal.xml idp-conf/src/main/r...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jun 6 14:24:04 EDT 2014
Author: putmanb
Date: Fri Jun 6 14:24:04 2014
New Revision: 6054
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6054&view=rev
Log:
Some work on JSPT-45: Implement class and method renames for new naming convention for any remaining components.
Modified:
trunk/idp-attribute-cli/src/main/resources/conf/internal.xml
trunk/idp-conf/src/main/resources/system/conf/global-system.xml
trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml
trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/AbstractFlowTest.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/profile/impl/BaseIdPInitiatedSSORequestMessageDecoder.java
Modified: trunk/idp-attribute-cli/src/main/resources/conf/internal.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-cli/src/main/resources/conf/internal.xml?rev=6054&r1=6053&r2=6054&view=diff
==============================================================================
--- trunk/idp-attribute-cli/src/main/resources/conf/internal.xml (original)
+++ trunk/idp-attribute-cli/src/main/resources/conf/internal.xml Fri Jun 6 14:24:04 2014
@@ -23,7 +23,7 @@
<property name="velocityProperties">
<props>
<prop key="runtime.log.logsystem.class">
- net.shibboleth.utilities.java.support.velocity.Slf4JLogChute
+ net.shibboleth.utilities.java.support.velocity.SLF4JLogChute
</prop>
<prop key="input.encoding">UTF-8</prop>
<prop key="output.encoding">UTF-8</prop>
Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=6054&r1=6053&r2=6054&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml Fri Jun 6 14:24:04 2014
@@ -53,7 +53,7 @@
<property name="velocityProperties">
<props>
<prop key="runtime.log.logsystem.class">
- net.shibboleth.utilities.java.support.velocity.Slf4JLogChute
+ net.shibboleth.utilities.java.support.velocity.SLF4JLogChute
</prop>
<prop key="input.encoding">UTF-8</prop>
<prop key="output.encoding">UTF-8</prop>
Modified: trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml?rev=6054&r1=6053&r2=6054&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/mvc-beans.xml Fri Jun 6 14:24:04 2014
@@ -49,7 +49,7 @@
<bean id="shibboleth.VelocityConfig" class="org.springframework.web.servlet.view.velocity.VelocityConfigurer">
<property name="velocityProperties">
<props>
- <prop key="runtime.log.logsystem.class">net.shibboleth.utilities.java.support.velocity.Slf4JLogChute</prop>
+ <prop key="runtime.log.logsystem.class">net.shibboleth.utilities.java.support.velocity.SLF4JLogChute</prop>
<prop key="input.encoding">UTF-8</prop>
<prop key="output.encoding">UTF-8</prop>
<prop key="resource.loader">file</prop>
Modified: trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/AbstractFlowTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/AbstractFlowTest.java?rev=6054&r1=6053&r2=6054&view=diff
==============================================================================
--- trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/AbstractFlowTest.java (original)
+++ trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/AbstractFlowTest.java Fri Jun 6 14:24:04 2014
@@ -40,7 +40,7 @@
import net.shibboleth.utilities.java.support.net.HttpServletRequestResponseContext;
import net.shibboleth.utilities.java.support.net.IPRange;
import net.shibboleth.utilities.java.support.security.IdentifierGenerationStrategy;
-import net.shibboleth.utilities.java.support.security.Type4UuidIdentifierGenerationStrategy;
+import net.shibboleth.utilities.java.support.security.Type4UUIDIdentifierGenerationStrategy;
import net.shibboleth.utilities.java.support.xml.ParserPool;
import org.opensaml.core.xml.XMLObject;
@@ -165,7 +165,7 @@
@NonnullAfterInit protected static UnmarshallerFactory unmarshallerFactory;
/** UUID identifier generation strategy. */
- @Nonnull protected IdentifierGenerationStrategy idGenerator = new Type4UuidIdentifierGenerationStrategy();
+ @Nonnull protected IdentifierGenerationStrategy idGenerator = new Type4UUIDIdentifierGenerationStrategy();
[... 27 lines stripped ...]
More information about the commits
mailing list