[java-identity-provider] branch main updated (c352c9bb5 -> 8a9f93648)
Rod Widdowson
rdw at steadingsoftware.com
Tue Jul 11 15:59:04 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 c352c9bb5 Audit MessageAuthenticationError events.
new 44580b94b IDP-2107 Misc V5 Installer tasks
new 3b53136ea IDP-2136, IDP-2140 Windows Installer support
new 05ba2a360 IDP-2140 Move forward Windows Installer to V5
new 8a9f93648 IDP-2140 Move forward Windows Installer to V5
The 4 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/impl/FinalizeJettyBase.java | 201 +++++++++++++++++++++
.../idp/installer/impl/InstallerProperties.java | 24 +--
.../idp/installer/impl/PasswordHandler.java | 107 -----------
.../shibboleth/idp/installer/impl/V5Install.java | 29 +--
idp-installer/src/main/wix/IdP.bat | 29 ++-
idp-installer/src/main/wix/ShibbolethIdP-main.wxs | 13 +-
idp-installer/src/main/wix/scripts/ant-jetty.xml | 117 ------------
.../src/main/wix/scripts/shib_write_configs.vbs | 59 ------
.../shibboleth/idp/installer/TestInstallerCLI.java | 6 -
9 files changed, 249 insertions(+), 336 deletions(-)
create mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/impl/FinalizeJettyBase.java
delete mode 100644 idp-installer/src/main/java/net/shibboleth/idp/installer/impl/PasswordHandler.java
delete mode 100644 idp-installer/src/main/wix/scripts/ant-jetty.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list