[java-identity-provider] branch main updated (2dca31e54 -> 25486f2d5)
Rod Widdowson
rdw at steadingsoftware.com
Sun Oct 4 13:51:47 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch main
in repository java-identity-provider.
from 2dca31e54 Switch name of file and property to use to bootstrap plugin ID.
new 16460b103 IDP-1682 Move the plugins webapp to a common location 1/many
new c87195a07 IDP-1683 Plugin Handling. Remove methods.
new 890fc7dca Remove warning from ProgressReportingOutputStream
new 25486f2d5 IDP-1595 Plugins. Add license information to the API
The 4 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/AbstractIdPPlugin.java | 26 +-
.../java/net/shibboleth/idp/plugin/IdPPlugin.java | 37 +--
.../idp/plugin/PropertyDrivenIdPPlugin.java | 9 +
.../shibboleth/idp/installer/CopyDistribution.java | 2 +-
.../installer/ProgressReportingOutputStream.java | 2 +-
.../idp/installer/plugin/impl/PluginInstaller.java | 262 ++++++---------------
.../plugin/impl/PluginInstallerArguments.java | 11 +-
.../installer/plugin/impl/PluginInstallerCLI.java | 61 ++++-
.../plugin/impl/PluginInstallerSupport.java | 238 +++++++++++++++++++
.../idp/installer/plugin/impl/BasePluginTest.java | 2 +-
.../idp/installer/plugin/impl/PluginCLITest.java | 6 +-
.../idp/installer/plugin/impl/TestPlugin.java | 6 +-
.../net/shibboleth/idp/plugin/test.license | 1 +
13 files changed, 412 insertions(+), 251 deletions(-)
create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerSupport.java
create mode 100644 idp-installer/src/test/resources/net/shibboleth/idp/plugin/test.license
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list