[java-identity-provider] branch dev/IDP-1595 updated (098db32b6 -> a0cc9af0e)

Rod Widdowson rdw at steadingsoftware.com
Tue May 19 10:14:11 UTC 2020


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

rdw pushed a change to branch dev/IDP-1595
in repository java-identity-provider.

  discards  098db32b6 IDP-1595 Resource construction can throw an exception
  discards  881bea0bd IDP-1595 Add a class to capture the current Plugin state
  discards  bea71df6f IDP-1595 Add Range checking to PluginVersion
  discards  44f822130 IDP-1595 Initial work
      adds  ea76bef8a IDP-1602 LDAP SASL configuration
      adds  335679a4a IDP-1603 LDAP referral chasing
      adds  23ae017e1 IDP-1606 AbstractValidationAction NPEs if a MetricRegistry is not installed
      adds  13f46ccc4 Remove spurious bouncycastle dependency
       new  22d84b76d IDP-1595 Initial work
       new  5297a27a9 IDP-1595 Add Range checking to PluginVersion
       new  b5a6454e2 IDP-1595 Add a class to capture the current Plugin state
       new  e10d8be60 IDP-1595 Resource construction can throw an exception
       new  a0cc9af0e IDP-1595 Start to add the per plugin truststore

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (098db32b6)
            \
             N -- N -- N   refs/heads/dev/IDP-1595 (a0cc9af0e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 5 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:
 idp-attribute-resolver-api/pom.xml                 |   6 -
 .../resolver/ResolverDataConnectorDependency.java  |   3 +-
 .../dc/ldap/impl/LDAPDataConnectorParser.java      |  99 +++++++++-
 .../dc/ldap/LDAPDataConnectorParserTest.java       |  79 ++++++++
 .../ldap-attribute-resolver-v2-referral.xml        |  19 ++
 .../resolver/ldap-attribute-resolver-v2-sasl.xml   |  25 +++
 .../ldap/resolver/ldap-attribute-resolver-v2.xml   |   2 +-
 .../idp/authn/AbstractValidationAction.java        |  14 +-
 idp-installer/pom.xml                              |  21 +-
 .../idp/installer/plugin/impl/TrustStore.java      | 218 +++++++++++++++++++++
 .../idp/installer/plugin/impl/TrustStoreTest.java  | 100 ++++++++++
 .../net/shibboleth/idp/installer/plugin/keys.txt   | 189 ++++++++++++++++++
 .../shibboleth/idp/installer/plugin/shib.ico.asc   |  16 ++
 .../schema/shibboleth-attribute-resolver.xsd       |  41 +++-
 14 files changed, 812 insertions(+), 20 deletions(-)
 create mode 100644 idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/resolver/ldap-attribute-resolver-v2-referral.xml
 create mode 100644 idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/resolver/ldap-attribute-resolver-v2-sasl.xml
 create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/TrustStore.java
 create mode 100644 idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/TrustStoreTest.java
 create mode 100644 idp-installer/src/test/resources/net/shibboleth/idp/installer/plugin/keys.txt
 create mode 100644 idp-installer/src/test/resources/net/shibboleth/idp/installer/plugin/shib.ico.asc

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


More information about the commits mailing list