[java-identity-provider] branch master updated: IDP-1257 The SVNResource is deprecated.
Rod Widdowson
rdw at steadingsoftware.com
Wed Jun 27 09:21:46 EDT 2018
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=d657d7c867ebd97b5a63f1c294f5781b83379a71
The following commit(s) were added to refs/heads/master by this push:
new d657d7c IDP-1257 The SVNResource is deprecated.
d657d7c is described below
commit d657d7c867ebd97b5a63f1c294f5781b83379a71
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jun 27 14:20:43 2018 +0100
IDP-1257 The SVNResource is deprecated.
https://issues.shibboleth.net/jira/browse/IDP-1257
We shouldn't be documenting it, so remove the stuff from
the services.xml file.
---
idp-conf/src/main/resources/conf/services.xml | 49 +--------------------------
1 file changed, 1 insertion(+), 48 deletions(-)
diff --git a/idp-conf/src/main/resources/conf/services.xml b/idp-conf/src/main/resources/conf/services.xml
index 1111162..e04ac8f 100644
--- a/idp-conf/src/main/resources/conf/services.xml
+++ b/idp-conf/src/main/resources/conf/services.xml
@@ -8,54 +8,7 @@
default-init-method="initialize"
default-destroy-method="destroy">
-
- <!-- Advanced configuration of services from SVN.
-
- To use an SVN resource you need to construct it and then inject it into
- The appropriate bean. To use property replacement you will need a separate
- resource pointing to the replacement phrase.
-
- For example:
-
- <bean id="AuthnMgr" class="org.tmatesoft.svn.core.auth.BasicAuthenticationManager">
- <constructor-arg>
- <null />
- </constructor-arg>
- </bean>
- <bean id="ClientMgr" factory-method="newInstance"
- class="org.tmatesoft.svn.core.wc.SVNClientManager"
- p:authenticationManager-ref="AuthnMgr" />
- <bean id="TheSVNURL" factory-method="create"
- class="org.tmatesoft.svn.core.SVNURL">
- <constructor-arg value="https" />
- <constructor-arg>
- <null />
- </constructor-arg>
- <constructor-arg value="svn.shibboleth.net" />
- <constructor-arg value="-1" />
- <constructor-arg
- value="/utilities/spring-extensions/trunk/src/test/resources/data/" />
- <constructor-arg value="false" />
- </bean>
- <bean id="TheSVNResource" class="net.shibboleth.ext.spring.resource.SVNResource">
- <constructor-arg ref="ClientMgr" />
- <constructor-arg ref="TheSVNURL" />
- <constructor-arg value="D:/testdir/dir" />
- <constructor-arg value="-1" />
- <constructor-arg value="TestResource.txt" />
- </bean>
-
- <util:list id="shibboleth.AttributeResolverResources">
- <ref bean="TheSVNResource"/>
- <value>path_to_properties_specifyingBean_file</value>
- </util:list>
-
- see also https://wiki.shibboleth.net/confluence/display/IDP30/SVNResource
- http://svnkit.com/javadoc/org/tmatesoft/svn/core/auth/BasicAuthenticationManager.html#constructor_detail
- http://svnkit.com/javadoc/org/tmatesoft/svn/core/SVNURL.html
-
- -->
-
+
<!-- Advanced configuration of services from HTTP.
To use an HTTP resource you first need to configure the Apache HttpClient which will be used
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list