[java-identity-provider] branch main updated (a060c0b3c -> 4b469f709)
Rod Widdowson
rdw at steadingsoftware.com
Thu May 18 10:21:46 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 a060c0b3c Remove now-unused idp-conf module.
new 642fa59fe IDP-2103 Redo installer to accomodate new layout
new 90334f634 IDP-2108 Work out the Upgrade story
new 25dab4533 IDP-2106 Remove all API interfaces from the installer
new 3f3109a34 IDP-2106 Remove all API interfaces from the installer
new cf337edc6 IDP-2106 Remove all API interfaces from the installer
new 11b5d071b IDP-2106 Remove all API interfaces from the installer
new 070281b0e IDP-2106 Remove all API interfaces from the installer
new 0f6e002e6 IDP-2106 Remove all API interfaces from the installer
new 4b469f709 IDP-2106 Remove all API interfaces from the installer
The 9 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:
.../idp/installer/CurrentInstallState.java | 88 ------------
.../idp/installer/InstallerProperties.java | 160 ---------------------
.../idp/installer/MetadataGenerator.java | 47 ------
.../idp/installer/MetadataGeneratorParameters.java | 74 ----------
.../installer/ant/impl/MetadataGeneratorTask.java | 10 +-
.../idp/installer/ant/impl/V4InstallTask.java | 22 +--
.../idp/installer/{ => impl}/BuildWar.java | 4 +-
.../idp/installer/{ => impl}/CopyDistribution.java | 4 +-
...tallStateImpl.java => CurrentInstallState.java} | 25 ++--
.../shibboleth/idp/installer/impl/Installer.java | 12 +-
.../InstallerProperties.java} | 155 ++++++++++++--------
.../{V4Install.java => impl/V5Install.java} | 17 +--
...taGeneratorImpl.java => MetadataGenerator.java} | 16 ++-
...sImpl.java => MetadataGeneratorParameters.java} | 42 ++++--
.../net/shibboleth/idp/installer/package-info.java | 6 -
.../idp/installer/plugin/impl/PluginInstaller.java | 2 +-
.../java/net/shibboleth/idp/installer/Test.java | 26 ++--
17 files changed, 193 insertions(+), 517 deletions(-)
delete mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/CurrentInstallState.java
delete mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerProperties.java
delete mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/MetadataGenerator.java
delete mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/MetadataGeneratorParameters.java
rename idp-installer/src/main/java/net/shibboleth/idp/installer/{ => impl}/BuildWar.java (98%)
rename idp-installer/src/main/java/net/shibboleth/idp/installer/{ => impl}/CopyDistribution.java (98%)
rename idp-installer/src/main/java/net/shibboleth/idp/installer/impl/{CurrentInstallStateImpl.java => CurrentInstallState.java} (92%)
rename idp-installer/src/main/java/net/shibboleth/idp/installer/{InstallerPropertiesImpl.java => impl/InstallerProperties.java} (85%)
rename idp-installer/src/main/java/net/shibboleth/idp/installer/{V4Install.java => impl/V5Install.java} (98%)
rename idp-installer/src/main/java/net/shibboleth/idp/installer/metadata/impl/{MetadataGeneratorImpl.java => MetadataGenerator.java} (98%)
rename idp-installer/src/main/java/net/shibboleth/idp/installer/metadata/impl/{MetadataGeneratorParametersImpl.java => MetadataGeneratorParameters.java} (88%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list