[java-shib-attribute] branch main updated (fd9bb7a46 -> 04e95eb1c)
Rod Widdowson
rdw at steadingsoftware.com
Thu Nov 24 11:02:00 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch main
in repository java-shib-attribute.
from fd9bb7a46 Get rid of inline XMLObject classes for Scope.
new c5e0602db JSATTR-5 Remove deprecations
new a04b62363 JSATTR-5 Remove Deprecations https://shibboleth.atlassian.net/browse/JSATTR-5
new 6aeaef5dc JSATTR-5 Remove Deprecations
new 5a2d48c63 JSATTR-10 ignoreCase is still supported (but deprecated) in the filters
new 4f950194b JSATTR-5 Remove deprecations
new 04e95eb1c JSATTR-5 Remove deprecations
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../filter/matcher/impl/AbstractStringMatcher.java | 24 -------
.../matcher/impl/AbstractStringMatcherTest.java | 46 +------------
.../impl/AttributeFilterNamespaceHandler.java | 12 ++--
.../matcher/impl/AbstractStringMatcherParser.java | 21 ------
.../impl/AbstractStringPolicyRuleParser.java | 23 +------
.../policyrule/impl/PredicateRuleParser.java | 6 --
.../impl/MappedAttributeInMetadataRuleParser.java | 58 -----------------
.../src/main/resources/schema/shibboleth-afp.xsd | 36 ++--------
.../matcher/AttributeScopeMatcherParserTest.java | 18 -----
.../matcher/AttributeValueMatcherParserTest.java | 8 +--
.../policy/AttributeRequesterRuleParserTest.java | 28 --------
.../MappedAttributeInMetadataRuleParserTest.java | 76 ----------------------
.../filter/matcher/attributeScopeBoth.xml | 4 --
.../filter/matcher/attributeScopeDeprecated.xml | 4 --
.../attribute/filter/matcher/mappedInMetadata.xml | 17 -----
.../filter/policyrule/attributeRequesterBoth.xml | 4 --
.../policyrule/attributeRequesterDeprecated.xml | 4 --
.../attribute/resolver/AbstractDataConnector.java | 21 ------
.../idp/attribute/resolver/DataConnector.java | 10 ---
.../attribute/resolver/ResolvedDataConnector.java | 10 ---
.../resolver/AbstractDataConnectorTest.java | 4 --
.../resolver/ad/mapped/impl/SourceValue.java | 28 +-------
.../resolver/impl/AttributeResolverImpl.java | 8 +--
.../resolver/ad/mapped/impl/SourceValueTest.java | 11 ----
.../resolver/impl/AttributeResolverImplTest.java | 22 +++----
.../spring/ad/mapped/impl/SourceValueParser.java | 11 ----
.../spring/dc/AbstractDataConnectorParser.java | 17 +----
.../dc/rdbms/impl/RDBMSDataConnectorParser.java | 18 -----
.../schema/shibboleth-attribute-resolver.xsd | 19 +-----
.../ad/mapped/impl/SourceValueParserTest.java | 20 ------
.../dc/http/impl/HTTPDataConnectorParserTest.java | 2 -
.../dc/impl/ComputedIdDataConnectorParserTest.java | 4 +-
.../dc/impl/StaticDataConnectorParserTest.java | 6 +-
.../spring/ad/mapped/resolver/sourceValueBoth.xml | 10 ---
.../ad/mapped/resolver/sourceValueDeprecated.xml | 10 ---
.../rdbms-attribute-resolver-v2-simple.xml | 1 -
.../spring/dc/resolver/staticAttributesRef.xml | 1 -
37 files changed, 31 insertions(+), 591 deletions(-)
delete mode 100644 shib-attribute-filter-spring/src/main/java/net/shibboleth/idp/attribute/filter/spring/saml/impl/MappedAttributeInMetadataRuleParser.java
delete mode 100644 shib-attribute-filter-spring/src/test/java/net/shibboleth/idp/attribute/filter/spring/saml/MappedAttributeInMetadataRuleParserTest.java
delete mode 100644 shib-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/attributeScopeBoth.xml
delete mode 100644 shib-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/attributeScopeDeprecated.xml
delete mode 100644 shib-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/mappedInMetadata.xml
delete mode 100644 shib-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/policyrule/attributeRequesterBoth.xml
delete mode 100644 shib-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/policyrule/attributeRequesterDeprecated.xml
delete mode 100644 shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/ad/mapped/resolver/sourceValueBoth.xml
delete mode 100644 shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/ad/mapped/resolver/sourceValueDeprecated.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list