[java-identity-provider] branch main updated: IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
Rod Widdowson
rdw at steadingsoftware.com
Tue Jul 23 15:56:26 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=b235ec46fa0cab8a957700cf57be700fc0fccd3d
The following commit(s) were added to refs/heads/main by this push:
new b235ec46f IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
b235ec46f is described below
commit b235ec46fa0cab8a957700cf57be700fc0fccd3d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jul 23 16:14:57 2024 +0100
IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
Preparatory work:
Change the plugin that the *supresses PluginCli tests use to oidc.common. Allows me to
revise how the code works.
---
.../java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java
index 0ba23a1ef..d42a6089a 100644
--- a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java
+++ b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java
@@ -37,12 +37,11 @@ import net.shibboleth.shared.spring.httpclient.resource.HTTPResource;
@SuppressWarnings("javadoc")
public class PluginCLITest extends BasePluginTest {
-
private final static boolean RunInstallTests = false;
- private final String PLUGIN_DISTRO = "http://test.shibboleth.net/downloads/identity-provider/plugins/metadatagen/2.0.0/idp-plugin-metadatagen-dist-2.0.0.tar.gz";
+ private final String PLUGIN_DISTRO = "http://test.shibboleth.net/downloads/identity-provider/plugins/oidc-common/3.1.0/oidc-common-dist-3.1.0.tar.gz";
- private final String PLUGIN_ID = "net.shibboleth.idp.plugin.metadatagen";
+ private final String PLUGIN_ID = "net.shibboleth.oidc.common";
@BeforeSuite public void setUp() throws IOException
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list