[java-identity-provider] branch main updated (608ef6e80 -> a6fc07419)

Rod Widdowson rdw at steadingsoftware.com
Sat Jun 3 15:49:15 UTC 2023


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 608ef6e80 IDP-2073 Consider enabling the installer to download new versions
     new acf85a516 javadoc
     new 8d024a9fa IDP-2073 Consider enabling the installer to download new versions
     new a6fc07419 IDP-2107 Misc V5 Installer tasks

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


Summary of changes:
 .../net/shibboleth/idp/plugin/PluginSupport.java   |   6 +-
 .../shibboleth/idp/installer/InstallerSupport.java |  34 +-
 .../shibboleth/idp/installer/impl/BuildWar.java    |  12 +-
 .../idp/installer/impl/CopyDistribution.java       |   6 +-
 .../idp/installer/impl/UpdateIdPArguments.java     | 235 ++++++++++++++
 .../idp/installer/impl/UpdateIdPCLI.java           | 352 +++++++++++++++++++++
 .../shibboleth/idp/installer/impl/V5Install.java   |  21 +-
 .../idp/installer/plugin/impl/PluginInstaller.java |  15 +-
 .../shibboleth/idp/installer/TestInstallerCLI.java |  16 +-
 .../idp/installer/plugin/impl/BasePluginTest.java  |   7 +-
 10 files changed, 660 insertions(+), 44 deletions(-)
 create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPArguments.java
 create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPCLI.java

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


More information about the commits mailing list