[java-identity-provider] branch master updated (3e3198a04 -> 033654c1c)
Rod Widdowson
rdw at steadingsoftware.com
Tue Aug 4 13:06:40 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 3e3198a04 Move DataSealer into dedicated file and add property resolvers.
new ef08e70d0 IDP-1595 Tidy up some extraneous methods in PluginState
new 851b4003c IDP-1595 Plugin Command line: List installed clients
new fe9a88c4b IDP-1595 Install Remote and From Fle
new 77d9ebfaa IDP-1650 IDP-1595 Minimal changes to Plugins support new config layout
new 79a7ed151 JSCRIPTING-4 Supress provoked by broken plugin
new 033654c1c Fix regressed test
The 6 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:
.../shibboleth/idp/plugin/impl/PluginState.java | 66 +++-----
.../net/shibboleth/idp/plugin/PluginStateTest.java | 50 +++---
.../main/resources/conf/admin/plugin-installer.xml | 6 +-
idp-installer/pom.xml | 13 ++
.../installer/plugin/PluginInstallerArguments.java | 174 +++++++++++++++++++++
.../idp/installer/plugin/PluginInstallerCLI.java | 163 ++++++++++++++++---
.../idp/installer/plugin/impl/PluginInstaller.java | 95 +++++------
.../idp/installer/plugin/PluginCLITest.java | 86 +++++++++-
.../installer/plugin/impl/PluginInstallerTest.java | 14 +-
.../net.shibboleth.idp.plugin.PluginDescription | 1 +
.../plugin/keys.txt => credentials/truststore.asc} | 0
.../resources/idphome-test/conf/admin}/.gitkeep | 0
.../test/resources/idphome-test/conf/admin/gitkeep | 0
13 files changed, 517 insertions(+), 151 deletions(-)
create mode 100644 idp-installer/src/test/resources/META-INF/services/net.shibboleth.idp.plugin.PluginDescription
copy idp-installer/src/test/resources/{net/shibboleth/idp/installer/plugin/keys.txt => credentials/truststore.asc} (100%)
copy {idp-admin-api/src/main/resources => idp-installer/src/test/resources/idphome-test/conf/admin}/.gitkeep (100%)
delete mode 100644 idp-installer/src/test/resources/idphome-test/conf/admin/gitkeep
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list