[java-identity-provider] branch main updated: Remove test.shibboleth.net usage in tests.
Codeberg
noreply at shibboleth.net
Tue Jul 14 13:51:39 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/4ed4322b6b03a21ec4935f1422a9314740847ab3
The following commit(s) were added to refs/heads/main by this push:
new 4ed4322b6 Remove test.shibboleth.net usage in tests.
4ed4322b6 is described below
commit 4ed4322b6b03a21ec4935f1422a9314740847ab3
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Jul 14 09:51:28 2026 -0400
Remove test.shibboleth.net usage in tests.
---
.../java/net/shibboleth/idp/installer/plugin/impl/PluginCLITest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 79a701440..9c56f700f 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
@@ -39,7 +39,7 @@ import net.shibboleth.shared.spring.httpclient.resource.HTTPResource;
public class PluginCLITest extends BasePluginTest {
private final static boolean RunInstallTests = false;
- 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_DISTRO = "http://shibboleth.net/downloads/identity-provider/plugins/oidc-common/3.1.0/oidc-common-dist-3.1.0.tar.gz";
private final String PLUGIN_IDS[] = { "net.shibboleth.oidc.common", "net.shibboleth.idp.plugin.authn.oidc.rp"};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list