[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolve...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Sep 27 10:51:24 EDT 2016
Author: rdw
Date: Tue Sep 27 10:51:23 2016
New Revision: 8432
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8432&view=rev
Log:
Explain why this is deprecated
Modified:
trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/DelegatedWorkContext.java
Modified: trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/DelegatedWorkContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/DelegatedWorkContext.java?rev=8432&r1=8431&r2=8432&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/DelegatedWorkContext.java (original)
+++ trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/DelegatedWorkContext.java Tue Sep 27 10:51:23 2016
@@ -36,7 +36,10 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-/** A delegate for {@link AttributeResolverWorkContext}.
+/** A delegate for {@link AttributeResolverWorkContext}.
+ * This is only here because in a moment of madness we pushed the work context into
+ * the scripted definitions. This preserves the function while making it obvious that
+ * we don't want people to use it.
* @deprecated(Deprecated function)*/
@Deprecated public class DelegatedWorkContext extends BaseContext {
More information about the commits
mailing list