[java-identity-provider] branch main updated (c76cc5b52 -> fd6fb067a)

Rod Widdowson rdw at steadingsoftware.com
Fri Jun 9 09:36:58 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 c76cc5b52 Javadoc.
     new 9760c89f6 IDP-2121 Future Proofing the Module Plugin infrastructure for Future SP use
     new b57f032c6 IDP-2121 Future Proofing the Module Plugin infrastructure for Future SP use
     new d04ddc458 IDP-2121 Future Proofing the Module Plugin infrastructure for Future SP use
     new b5e7f88aa Clean up conf pom now that it needs admin-api at compile time
     new fd6fb067a IDP-2121 Future Proofing the Module Plugin infrastructure for Future SP use

The 5 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   |  44 ----
 .../java/net/shibboleth/idp/module/IdPModule.java  |  24 +-
 .../net/shibboleth/idp/module/ModuleContext.java   |  41 ---
 .../idp/module/PropertyDrivenIdPModule.java        | 292 +--------------------
 .../net/shibboleth/idp/module/package-info.java    |   4 +-
 .../shibboleth/idp/plugin/AbstractIdPPlugin.java   |  29 --
 .../net/shibboleth/idp/plugin/PluginException.java |   3 +-
 .../net/shibboleth/idp/plugin/PluginSupport.java   |  93 -------
 .../net/shibboleth/idp/plugin/PluginVersion.java   |  61 -----
 .../idp/plugin/PropertyDrivenIdPPlugin.java        | 174 +-----------
 .../net/shibboleth/idp/module/IdPModuleTest.java   |   4 +-
 .../java/net/shibboleth/idp/plugin/TestPlugin.java |   1 +
 .../idp/plugin/impl/FirstPartyIdPPlugin.java       |   2 +-
 idp-conf-impl/pom.xml                              |   6 -
 .../installer/plugin/impl/PluginInstallerTest.java |   5 +-
 .../idp/installer/plugin/impl/TestPlugin.java      |   9 +-
 16 files changed, 57 insertions(+), 735 deletions(-)
 delete mode 100644 idp-admin-api/src/main/java/net/shibboleth/idp/module/AbstractIdPModule.java
 delete mode 100644 idp-admin-api/src/main/java/net/shibboleth/idp/module/ModuleContext.java
 delete mode 100644 idp-admin-api/src/main/java/net/shibboleth/idp/plugin/AbstractIdPPlugin.java
 delete mode 100644 idp-admin-api/src/main/java/net/shibboleth/idp/plugin/PluginSupport.java
 delete mode 100644 idp-admin-api/src/main/java/net/shibboleth/idp/plugin/PluginVersion.java

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


More information about the commits mailing list