[java-identity-provider] branch master updated (12e9c37 -> 91c85d2)
Rod Widdowson
rdw at steadingsoftware.com
Fri Oct 11 11:08:23 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 12e9c37 IDP-1507 - Increase flexibility around session address checking
new da6c907 IDP-1499 New V4 Installer: Initial Commit
new 38f57fd IDP-1499 New V4 Installer: Add an InstallerSupport class
new f357b25 IDP-1499 New V4 Installer: Handle all user input
new 4818834 IDP-1499 New V4 Installer: Copy Distribution
new ec4ddc2 IDP-1499 New V4 Installer: Key Management
new 21e83f9 IDP-1499 New V4 Installer: Move away from using static
new 071ea3c IDP-1499 New V4 Installer: First cut of install task
new fc3c3ac IDP-1499 New V4 Installer: Use Ant for delete
new 6a75a71 IDP-1499 New V4 Installer: Typos in logs
new 07e3cc5 IDP-1499 New V4 Installer: Cleanup prior to first push
new 91c85d2 Recreate PropertiesWithComments in old location since it is still used in the tests
The 11 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-conf/src/main/resources/conf/logback.xml | 4 +-
.../src/test/resources/conf/metadata-providers.xml | 2 -
idp-distribution/src/main/resources/bin/build.xml | 4 +-
idp-installer/pom.xml | 18 +-
.../java/net/shibboleth/idp/installer/AntRun.java | 74 +++
.../net/shibboleth/idp/installer/BuildWar.java | 98 ++++
.../shibboleth/idp/installer/CopyDistribution.java | 166 +++++++
.../idp/installer/CurrentInstallState.java | 115 +++++
.../idp/installer/InstallerProperties.java | 502 +++++++++++++++++++++
.../shibboleth/idp/installer/InstallerSupport.java | 169 +++++++
.../shibboleth/idp/installer/KeyManagement.java | 230 ++++++++++
.../{impl => }/PropertiesWithComments.java | 43 +-
.../net/shibboleth/idp/installer/V4Install.java | 266 +++++++++++
.../installer/ant/impl/MergePropertiesTask.java | 2 +-
.../idp/installer/ant/impl/PasswordHandler.java | 2 +-
.../installer/ant/impl/RewritePropertiesTask.java | 2 +-
.../idp/installer/impl/PropertiesWithComments.java | 84 +---
.../idp/installer/impl/package-info.java | 6 +-
.../shibboleth/idp/installer}/package-info.java | 12 +-
.../src/main/resources/logback.xml | 4 +-
.../java/net/shibboleth/idp/installer/Test.java | 68 +++
.../idp/installer/TestPropertiesWithComments.java | 2 -
idp-installer/src/test/resources/logback-test.xml | 2 +-
23 files changed, 1787 insertions(+), 88 deletions(-)
create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/AntRun.java
create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/BuildWar.java
create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/CopyDistribution.java
create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/CurrentInstallState.java
create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerProperties.java
create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerSupport.java
create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/KeyManagement.java
copy idp-installer/src/main/java/net/shibboleth/idp/installer/{impl => }/PropertiesWithComments.java (87%)
create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
copy {idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/ad => idp-installer/src/main/java/net/shibboleth/idp/installer}/package-info.java (61%)
copy idp-conf/src/test/resources/logback-test.xml => idp-installer/src/main/resources/logback.xml (85%)
create mode 100644 idp-installer/src/test/java/net/shibboleth/idp/installer/Test.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list