[java-identity-provider] branch main updated (bca26ea8e -> 295e92721)

Rod Widdowson rdw at steadingsoftware.com
Wed Oct 7 15:19:43 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  bca26ea8e Fix for semantic and constructor changes in commons-codec 1.15
       new  659d4c01e IDP-1595 Add -cl (--List-contents) to the plugin verb
       new  1c7c0961a Remove spurious admin-impl dependency (and associated damage)
       new  8377dd848 IDP-1595, IDP-1683, IDP-1682 Introduce rollback support
       new  295e92721 IDP-1595 Plugin Uninstall work

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:
 .../net/shibboleth/idp/plugin/PluginVersion.java   |  12 ++
 idp-installer/pom.xml                              |   6 -
 .../idp/installer/plugin/impl/PluginInstaller.java | 143 ++++++++++++--
 .../plugin/impl/PluginInstallerArguments.java      |  42 ++--
 .../installer/plugin/impl/PluginInstallerCLI.java  | 162 ++++++++++------
 .../plugin/impl/PluginInstallerSupport.java        |  50 +++--
 .../idp/installer/plugin/impl/PluginState.java     |   3 +-
 .../plugin/impl/RollbackPluginInstall.java         | 214 +++++++++++++++++++++
 .../idp/installer/plugin/impl/PluginCLITest.java   |  35 +++-
 .../installer/plugin/impl/PluginInstallerTest.java |   2 +-
 .../idp/installer/plugin/impl/RollbackTester.java  | 127 ++++++++++++
 .../idp/installer/plugin/impl/TestModule.java      |  97 ++++++++++
 12 files changed, 769 insertions(+), 124 deletions(-)
 create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/RollbackPluginInstall.java
 create mode 100644 idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/RollbackTester.java
 create mode 100644 idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/TestModule.java

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


More information about the commits mailing list