[java-identity-provider] branch master updated: Adjust LDAPProperty deprecation warning.
Scott Cantor
cantor.2 at osu.edu
Mon Jun 29 12:42:58 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor 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=6e5fa0349d4df35085b6eccf83ff23ef715c3ce6
The following commit(s) were added to refs/heads/master by this push:
new 6e5fa0349 Adjust LDAPProperty deprecation warning.
6e5fa0349 is described below
commit 6e5fa0349d4df35085b6eccf83ff23ef715c3ce6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 29 08:42:08 2020 -0400
Adjust LDAPProperty deprecation warning.
---
.../resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java b/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java
index 429e4edea..09950fd20 100644
--- a/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java
+++ b/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/impl/LDAPDataConnectorParser.java
@@ -131,7 +131,8 @@ public class LDAPDataConnectorParser extends AbstractDataConnectorParser {
AttributeResolverNamespaceHandler.NAMESPACE, "LDAPProperty");
if (oldProperties != null && !oldProperties.isEmpty()) {
// V4 Deprecation
- DeprecationSupport.warn(ObjectType.ELEMENT, "LDAPProperty", "LDAP Connector", "(none), will be ignored");
+ DeprecationSupport.warn(ObjectType.ELEMENT, "LDAPProperty", "LDAP Connector",
+ "(replacement depends on property)");
}
final V2Parser v2Parser = new V2Parser(config, getLogPrefix());
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list