[java-identity-provider] branch master updated (42572080f -> 9773c07e6)
Rod Widdowson
rdw at steadingsoftware.com
Mon Jun 22 15:56:24 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch master
in repository java-identity-provider.
from 42572080f IDP-1126 - Validation and testing features focused on new deployers
new 27d461237 IDP-1575 Push Path awareness into the trustore
new 70afb433a IDP-1575 Start to flesh out the plugin installer
new 9773c07e6 IDP-1623 ResolvedDataConnector#getResolvedAttributes() can return null.
The 3 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:
.../resolver/impl/AttributeResolverImpl.java | 9 +-
.../idp/installer/plugin/impl/PluginInstaller.java | 138 +++++++++++++++++++++
.../idp/installer/plugin/impl/TrustStore.java | 9 +-
.../installer/plugin/impl/PluginInstallerTest.java | 71 +++++++++++
.../idp/installer/plugin/impl/TrustStoreTest.java | 10 +-
...utilities.java.support.plugin.PluginDescription | 1 +
6 files changed, 227 insertions(+), 11 deletions(-)
create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java
create mode 100644 idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerTest.java
create mode 100644 idp-installer/src/test/resources/idphome-test/dist/org.example.Plugin/WEB-INF/lib/RandomFileName/META-INF/services/net.shibboleth.utilities.java.support.plugin.PluginDescription
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list