[java-identity-provider] branch master updated (b9d259d -> db9c4de)

Rod Widdowson rdw at steadingsoftware.com
Sat Oct 19 08:04:09 EDT 2019


This is an automated email from the git hooks/post-receive script.

rdw pushed a change to branch master
in repository java-identity-provider.

      from  b9d259d   Add a warning on misplaced filters.
       new  b8a110c   IDP-553 IDP-1499 Installer Linux chmod and chgrp
       new  502a0ea   IDP-1499 Installer: make CurentState an interface and hide implementation.
       new  cd083cd   IDP-1499 Installer: Ant task to call the new installer
       new  e9f8f38   IDP-1499 Installer: Rewrite build.xml to call the new installer
       new  8339b20   IDP-1499 Installer:  bugfixes.
       new  349bf63   IDP-1499 Installer: Minimal Wix change to install using new stuff
       new  db9c4de   IDP-1499 Installer: Remove old ant tasks

The 7 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:
 idp-distribution/src/main/resources/bin/build.xml  | 751 +--------------------
 .../idp/installer/CurrentInstallState.java         |  81 +--
 .../idp/installer/InstallerProperties.java         |  24 +
 .../idp/installer/InstallerPropertiesImpl.java     |  83 ++-
 .../shibboleth/idp/installer/InstallerSupport.java |  51 +-
 .../net/shibboleth/idp/installer/V4Install.java    |  21 +-
 .../ant/impl/BasicKeystoreKeyStrategyTask.java     | 128 ----
 .../installer/ant/impl/MergePropertiesTask.java    | 128 ----
 .../installer/ant/impl/MetadataGeneratorTask.java  | 209 ------
 .../installer/ant/impl/RewritePropertiesTask.java  | 117 ----
 .../impl/SelfSignedCertificateGeneratorTask.java   | 171 -----
 .../idp/installer/ant/impl/V4InstallTask.java      |  91 +++
 .../CurrentInstallStateImpl.java}                  |  41 +-
 .../idp/installer/{ => impl}/Installer.java        |  12 +-
 .../idp/installer}/impl/package-info.java          |   5 +-
 .../resources/net/shibboleth/idp/installer/ant.xml |   6 +-
 .../idp/installer/metadata-generator-ant.xml       |  19 -
 idp-installer/src/main/wix/ShibbolethIdP-main.wxs  |   2 +-
 .../java/net/shibboleth/idp/installer/Test.java    |   3 +-
 19 files changed, 300 insertions(+), 1643 deletions(-)
 delete mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/BasicKeystoreKeyStrategyTask.java
 delete mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/MergePropertiesTask.java
 delete mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/MetadataGeneratorTask.java
 delete mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/RewritePropertiesTask.java
 delete mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/SelfSignedCertificateGeneratorTask.java
 create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/V4InstallTask.java
 copy idp-installer/src/main/java/net/shibboleth/idp/installer/{CurrentInstallState.java => impl/CurrentInstallStateImpl.java} (78%)
 rename idp-installer/src/main/java/net/shibboleth/idp/installer/{ => impl}/Installer.java (82%)
 copy {idp-authn-impl/src/main/java/net/shibboleth/idp/authn/audit => idp-installer/src/main/java/net/shibboleth/idp/installer}/impl/package-info.java (90%)
 delete mode 100644 idp-installer/src/main/resources/net/shibboleth/idp/installer/metadata-generator-ant.xml

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


More information about the commits mailing list