[java-shib-attribute] 01/02: IDP-1291 Review the documentation against the schema and the Parsers

Rod Widdowson rdw at steadingsoftware.com
Sat Nov 12 16:05:39 UTC 2022


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-shib-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=98757a27c76faec5c7a7c9e5820807f7440e4814

commit 98757a27c76faec5c7a7c9e5820807f7440e4814
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Nov 12 14:39:58 2022 +0000

    IDP-1291 Review the documentation against the schema and the Parsers
    
    https://shibboleth.atlassian.net/browse/IDP-1291
    
    Add some deprecations
---
 .../main/resources/schema/shibboleth-attribute-resolver.xsd  | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver.xsd b/shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver.xsd
index 0ee9372de..14e4ab4aa 100644
--- a/shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver.xsd
+++ b/shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver.xsd
@@ -149,7 +149,7 @@
                 </attribute>
                 <attribute name="exportAllAttributes" type="resolver:string">
                     <annotation>
-                        <documentation>Whether all attributes from this data connected are to be exported by the resolution process.</documentation>
+                        <documentation>DEPRECATED: Whether all attributes from this data connected are to be exported by the resolution process.</documentation>
                     </annotation>
                 </attribute>
                 <attribute name="exportAttributes" type="resolver:string">
@@ -223,7 +223,7 @@
         <attribute name="propagateResolutionExceptions" type="resolver:string">
             <annotation>
                 <documentation>
-                    Whether to ripple errors produced by the plugin out to the resolver (default is true).
+                    DEPRECATED: Whether to ripple errors produced by the plugin out to the resolver (default is true).
                 </documentation>
             </annotation>
         </attribute>
@@ -303,11 +303,7 @@
                         <extension base="string">
                             <attribute name="ignoreCase" type="resolver:string">
                                 <annotation>
-                                    <documentation>
-                                    If true, value matching will be case-insensitive.
-
-                                    Deprecated in V4.  Use caseSensitive
-                                    </documentation>
+                                    <documentation>DEPRECATED: If true, value matching will be case-insensitive.</documentation>
                                 </annotation>
                             </attribute>
                             <attribute name="caseSensitive" type="resolver:string">
@@ -1930,7 +1926,7 @@
         <attribute name="failFastInitialize" type="resolver:string">
             <annotation>
                 <documentation>
-                    A boolean flag indicating whether pool initialization should fail if configuration criteria is not met.
+                    Deprecated: A boolean flag indicating whether pool initialization should fail if configuration criteria is not met.
                     Default value is true.
                 </documentation>
             </annotation>

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


More information about the commits mailing list