[java-identity-provider] branch main updated (cafae704d -> 5ab838aff)

Rod Widdowson rdw at steadingsoftware.com
Sun May 28 15:05:02 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 cafae704d IDP-2118 - Add metrics for request processing
     new 3188d822b IDP-2119 Plugin Installer should allow spring files to be supplied
     new fc04cead6 Add help information for -hc and -hs to the install command line
     new f31c7cf1d IDP-2122 PluginVersion.equals is incorrectly implemented
     new 5ab838aff IDP-2117, IDP-2122, IDP-2073 Plugin Installer fixes

The 4 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/PluginVersion.java   |   2 +-
 .../idp/installer/impl/IdPInstallerArguments.java  |   2 +
 .../idp/installer/impl/IdPInstallerCLI.java        |   1 -
 .../idp/installer/impl/InstallerProperties.java    |   2 +-
 .../idp/installer/plugin/impl/PluginInstaller.java |  42 ++----
 .../plugin/impl/PluginInstallerArguments.java      |  15 ---
 .../installer/plugin/impl/PluginInstallerCLI.java  | 130 +++----------------
 .../plugin/impl/PluginInstallerSupport.java        | 141 +++++++++++++++++++++
 .../idp/installer/plugin/impl/PluginState.java     |   4 +-
 .../shibboleth/idp/installer/TestInstallerCLI.java |  49 ++++++-
 .../idp/installer/plugin/impl/PluginStateTest.java |   5 +-
 .../idp/installer/plugin/impl/RollbackTester.java  |   7 +-
 .../idp/installer/plugin/impl/TrustStoreTest.java  |  30 +++--
 13 files changed, 253 insertions(+), 177 deletions(-)

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


More information about the commits mailing list