[java-identity-provider] branch master updated (f25b66b -> bb7715b)

Rod Widdowson rdw at steadingsoftware.com
Thu Oct 24 12:00:29 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  f25b66b   Fix comment at top of file.
       new  efbe536   IDP-1452 Update services.properties for V3 to V4 updates
       new  0e397bb   IDP-1499 Installer: First pass tidy up of logging
       new  950de8a   IDP-1499 Installer: Turn off quiet in ant to allow logback in
       new  b496e35   IDP-1499 conf dir pre-overlay and edit-webapp contents
       new  a8ebb82   IDP-1499 Installer: Revert removal of some tasks
       new  bb7715b   Remove warning about needing to have Java 1.8 from installer upgrade dialog

The 6 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/ant.bat    |   2 +-
 idp-distribution/src/main/resources/bin/ant.sh     |   2 +-
 .../net/shibboleth/idp/installer/BuildWar.java     |   2 +-
 .../shibboleth/idp/installer/CopyDistribution.java |   7 +-
 .../idp/installer/CurrentInstallState.java         |   5 +-
 .../idp/installer/InstallerProperties.java         |  21 ++-
 .../idp/installer/InstallerPropertiesImpl.java     | 108 ++++++-----
 .../shibboleth/idp/installer/InstallerSupport.java |   9 +-
 .../net/shibboleth/idp/installer/V4Install.java    |  96 +++++++---
 .../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 +++++++++++++++++
 .../installer/impl/CurrentInstallStateImpl.java    |  68 ++++---
 .../resources/net/shibboleth/idp/installer/ant.xml |   3 +
 ...ta-generator.xml => metadata-generator-ant.xml} |  10 +-
 .../src/main/wix/ShibbolethIdP-update-dlg.wxs      |   1 -
 18 files changed, 964 insertions(+), 123 deletions(-)
 create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/BasicKeystoreKeyStrategyTask.java
 create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/MergePropertiesTask.java
 create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/MetadataGeneratorTask.java
 create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/RewritePropertiesTask.java
 create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/ant/impl/SelfSignedCertificateGeneratorTask.java
 copy idp-installer/src/main/resources/net/shibboleth/idp/installer/{metadata-generator.xml => metadata-generator-ant.xml} (79%)

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


More information about the commits mailing list