[java-identity-provider] branch main updated (62cd79af0 -> dcfa25251)
Rod Widdowson
rdw at steadingsoftware.com
Tue Jun 6 14:12:26 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 62cd79af0 javadoc (again)
new 4f57b2de5 Remove deprecation warning from the log
new 4a6e29c2a IDP-2073 Consider enabling the installer to download new versions
new e928d7721 IDP-2073 Consider enabling the installer to download new versions
new dcfa25251 IDP-2121 Future Proofing the Module Plugin infrastructure for Future SP use
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:
.../shibboleth/idp/module/AbstractIdPModule.java | 564 +--------------------
.../java/net/shibboleth/idp/module/IdPModule.java | 188 +------
.../net/shibboleth/idp/module/ModuleContext.java | 132 +----
.../net/shibboleth/idp/module/ModuleException.java | 6 +-
.../idp/module/PropertyDrivenIdPModule.java | 2 +
.../idp/plugin/InstallableComponentInfo.java | 16 +-
...pport.java => InstallableComponentSupport.java} | 25 +-
.../net/shibboleth/idp/plugin/PluginSupport.java | 137 +----
.../net/shibboleth/idp/plugin/PluginVersion.java | 18 +-
.../java/net/shibboleth/idp/module/BadModule.java | 2 +
.../java/net/shibboleth/idp/module/BadModule2.java | 2 +
.../net/shibboleth/idp/module/IdPModuleTest.java | 8 +-
.../java/net/shibboleth/idp/module/TestModule.java | 2 +
.../net/shibboleth/idp/plugin/IdPPluginTest.java | 2 +-
.../java/net/shibboleth/idp/plugin/TestPlugin.java | 2 +-
.../idp/admin/impl/LogImplementationDetails.java | 2 +-
.../shibboleth/idp/module/impl/CoreIdPModule.java | 2 +-
.../idp/module/impl/PluginIdPModule.java | 2 +-
idp-cli/pom.xml | 6 +
.../shibboleth/idp/cli/impl/ModuleManagerCLI.java | 8 +-
idp-conf-impl/pom.xml | 16 +-
.../shibboleth/idp/module/admin/impl/Hello.java | 2 +-
.../idp/module/admin/impl/UnlockKeys.java | 2 +-
.../net/shibboleth/idp/module/authn/impl/Demo.java | 2 +-
.../net/shibboleth/idp/module/authn/impl/Duo.java | 2 +-
.../idp/module/authn/impl/IPAddress.java | 2 +-
.../net/shibboleth/idp/module/authn/impl/MFA.java | 2 +-
.../shibboleth/idp/module/authn/impl/Password.java | 2 +-
.../shibboleth/idp/module/authn/impl/SPNEGO.java | 2 +-
.../net/shibboleth/idp/module/authn/impl/X509.java | 2 +-
.../idp/module/core/impl/CommandLine.java | 2 +-
.../net/shibboleth/idp/module/core/impl/Core.java | 4 +-
.../idp/module/core/impl/EditWebApp.java | 2 +-
.../shibboleth/idp/module/core/impl/UserPrefs.java | 2 +-
.../idp/module/intercept/impl/Consent.java | 2 +-
.../idp/module/intercept/impl/ContextCheck.java | 2 +-
.../module/intercept/impl/ExpiringPassword.java | 2 +-
.../idp/module/intercept/impl/Impersonate.java | 2 +-
.../idp/module/intercept/impl/Warning.java | 2 +-
.../shibboleth/idp/module/profile/impl/CAS.java | 2 +-
.../net/shibboleth/idp/module/bin/update.bat | 4 +
.../net/shibboleth/idp/module/bin/update.sh | 7 +
.../idp/module/core/impl/module.properties | 18 +-
.../idp/installer/impl/CurrentInstallState.java | 2 +-
.../idp/installer/impl/UpdateIdPCLI.java | 23 +-
.../shibboleth/idp/installer/impl/V5Install.java | 4 +-
.../idp/installer/plugin/impl/PluginInfo.java | 6 +-
.../idp/installer/plugin/impl/PluginInstaller.java | 8 +-
.../installer/plugin/impl/PluginInstallerCLI.java | 38 +-
.../plugin/impl/RollbackPluginInstall.java | 6 +-
.../shibboleth/idp/installer/TestInstallerCLI.java | 2 +-
.../idp/installer/plugin/impl/RollbackTester.java | 4 +-
.../idp/installer/plugin/impl/TestModule.java | 4 +-
53 files changed, 191 insertions(+), 1117 deletions(-)
copy idp-admin-api/src/main/java/net/shibboleth/idp/plugin/{PluginSupport.java => InstallableComponentSupport.java} (91%)
create mode 100644 idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/update.bat
create mode 100644 idp-conf-impl/src/main/resources/net/shibboleth/idp/module/bin/update.sh
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list