[java-identity-provider] branch maint-3.4 updated (d039ace -> 172162a)

Rod Widdowson rdw at steadingsoftware.com
Sat Dec 8 09:27:23 EST 2018


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

rdw pushed a change to branch maint-3.4
in repository java-identity-provider.

      from  d039ace   Improve CAS proxy flow test.
       new  06c4743   IDP-1361 Flag c14n/LegacyPrincipalConnector as deprecated
       new  73814a6   IDP-1361 javadoc for previous
       new  5088ed2   IDP-1361 Deprecate <SourceAttributes> for TemplateAttrDef
       new  85ef3a2   IDP-1361 Deprecate PrincipalAuthenticationMethod Attribute Defn
       new  2838780   IDP-1359 sourceAttributeID is *not* required for StoredID
       new  69a4e06   IDP-1364  Fix JNDIConnectionPropertyHandle handling.
       new  172162a   IDP-1364 Deprecate JNDIConnectionPropertyHandle element

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ad/impl/TemplateAttributeDefinition.java       |  48 ++-
 .../resolver/ad/impl/TemplateAttributeTest.java    |  30 +-
 ...henticationMethodAttributeDefinitionParser.java |  14 +-
 .../ad/impl/TemplateAttributeDefinitionParser.java |  11 +-
 .../spring/dc/impl/ManagedConnectionParser.java    |  18 +-
 .../resolver/spring/dc/ManagedConnectionTest.java  | 355 +++++++++++++++++++++
 .../spring/dc/StoredIDDataConnectorParserTest.java |   9 +-
 .../spring/dc/containerManagedConnection.xml       |  20 ++
 .../{stored.xml => containerManagedConnection.xml} |  19 +-
 .../resolver/spring/dc/resolver/stored.xml         |   3 +-
 .../resolver/spring/dc/resolver/storedNoSalt.xml   |   3 +-
 .../resources/system/conf/subject-c14n-system.xml  |   7 +-
 .../saml/nameid/impl/LegacyCanonicalization.java   |  16 +
 .../schema/shibboleth-attribute-resolver.xsd       |   2 +-
 14 files changed, 508 insertions(+), 47 deletions(-)
 create mode 100644 idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/dc/ManagedConnectionTest.java
 create mode 100644 idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/containerManagedConnection.xml
 copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/resolver/{stored.xml => containerManagedConnection.xml} (55%)

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


More information about the commits mailing list