[java-identity-provider] 04/05: IDP-1179 Deprecated classes introduced purely to support old configs

Rod Widdowson rdw at steadingsoftware.com
Fri Dec 6 09:03:32 EST 2019


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=ad500b65e69575422b2df3cfe208762ec6ebb6e6

commit ad500b65e69575422b2df3cfe208762ec6ebb6e6
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Dec 5 16:43:16 2019 +0000

    IDP-1179 Deprecated classes introduced purely to support old configs
    
    https://issues.shibboleth.net/jira/browse/IDP-1179
---
 .../resolver/dc/rdbms/impl/FormatExecutableStatementBuilder.java   | 5 +++--
 .../resolver/dc/rdbms/impl/StringResultMappingStrategy.java        | 5 +++--
 .../dc/rdbms/impl/TemplatedExecutableStatementBuilder.java         | 7 ++++---
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/rdbms/impl/FormatExecutableStatementBuilder.java b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/rdbms/impl/FormatExecutableStatementBuilder.java
index a7ff907..8c49f27 100644
--- a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/rdbms/impl/FormatExecutableStatementBuilder.java
+++ b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/rdbms/impl/FormatExecutableStatementBuilder.java
@@ -21,9 +21,10 @@ import net.shibboleth.utilities.java.support.primitive.DeprecationSupport;
 import net.shibboleth.utilities.java.support.primitive.DeprecationSupport.ObjectType;
 
 /**
- * Placeholder for legacy use of an impl class.
+ * Classpath placeholder for legacy configurations.
+ * @deprecated
  */
-public class FormatExecutableStatementBuilder
+ at Deprecated public class FormatExecutableStatementBuilder
         extends net.shibboleth.idp.attribute.resolver.dc.rdbms.FormatExecutableStatementBuilder {
 
     /** Constructor. */
diff --git a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/rdbms/impl/StringResultMappingStrategy.java b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/rdbms/impl/StringResultMappingStrategy.java
index 6a89a72..8241efd 100644
--- a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/rdbms/impl/StringResultMappingStrategy.java
+++ b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/rdbms/impl/StringResultMappingStrategy.java
@@ -21,9 +21,10 @@ import net.shibboleth.utilities.java.support.primitive.DeprecationSupport;
 import net.shibboleth.utilities.java.support.primitive.DeprecationSupport.ObjectType;
 
 /**
- * Deprecating Placeholder for old (documented) class.
+ * Classpath placeholder for legacy configurations using undocumented classes.
+ * @deprecated
  */
-public class StringResultMappingStrategy
+ at Deprecated public class StringResultMappingStrategy
         extends net.shibboleth.idp.attribute.resolver.dc.rdbms.StringResultMappingStrategy {
 
     /** Constructor. */
diff --git a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/rdbms/impl/TemplatedExecutableStatementBuilder.java b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/rdbms/impl/TemplatedExecutableStatementBuilder.java
index 6096aa8..d8c5704 100644
--- a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/rdbms/impl/TemplatedExecutableStatementBuilder.java
+++ b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/rdbms/impl/TemplatedExecutableStatementBuilder.java
@@ -21,9 +21,10 @@ import net.shibboleth.utilities.java.support.primitive.DeprecationSupport;
 import net.shibboleth.utilities.java.support.primitive.DeprecationSupport.ObjectType;
 
 /**
- *A {@link V2CompatibleTemplatedExecutableStatementBuilder} with a legacy name which warns.
- */
-public class TemplatedExecutableStatementBuilder extends V2CompatibleTemplatedExecutableStatementBuilder {
+* Classpath placeholder for legacy configurations.
+* @deprecated
+*/
+ at Deprecated public class TemplatedExecutableStatementBuilder extends V2CompatibleTemplatedExecutableStatementBuilder {
 
     /** Constructor. 
      * This is purely there to move people away from the V3 impl class.

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


More information about the commits mailing list