[java-identity-provider] branch main updated (20dbdcd8a -> 8aa65a07d)

Rod Widdowson rdw at steadingsoftware.com
Fri May 19 12:59:13 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 20dbdcd8a Fix mistaken change to flow expressions.
     new fa88811e5 IDP-2115 Plugin Installer is doing logging wrongly
     new 8aa65a07d IDP-1815 Recast IDP Installer to use the CLI infrastructure

The 2 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/module/core/impl/Core.java  |  32 ++++--
 .../net/shibboleth/idp/module/bin/ant.bat          |  40 -------
 .../resources/net/shibboleth/idp/module/bin/ant.sh |  84 ---------------
 .../net/shibboleth/idp/module/bin/build.bat        |   3 +-
 .../net/shibboleth/idp/module/bin/build.sh         |   3 +-
 .../net/shibboleth/idp/module/bin/build.xml        |  29 -----
 .../idp/module/core/impl/module.properties         |  18 +---
 .../idp/installer/ant/impl/V4InstallTask.java      |   2 +-
 .../shibboleth/idp/installer/impl/BuildWar.java    |  19 +---
 .../idp/installer/impl/IdPBuildArguments.java      |  39 ++++---
 .../shibboleth/idp/installer/impl/IdPBuildWar.java | 120 +++++++++++++++++++++
 .../shibboleth/idp/installer/impl/Installer.java   |  73 -------------
 .../installer/plugin/impl/PluginInstallerCLI.java  |   9 +-
 .../java/net/shibboleth/idp/installer/Test.java    |   2 +-
 14 files changed, 189 insertions(+), 284 deletions(-)
 delete mode 100644 idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/ant.bat
 delete mode 100755 idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/ant.sh
 delete mode 100644 idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/build.xml
 copy idp-saml-impl/src/main/java/net/shibboleth/idp/saml/nameid/impl/TransformingNameIDDecoder.java => idp-installer/src/main/java/net/shibboleth/idp/installer/impl/IdPBuildArguments.java (55%)
 create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/impl/IdPBuildWar.java
 delete mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/impl/Installer.java

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


More information about the commits mailing list