[java-identity-provider] branch main updated: Consolidate exception signature on Jetty test class.
Codeberg
noreply at shibboleth.net
Mon Aug 3 12:36:21 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/7fdb4ccfd6f4d42d5aaa181dc1712826107e88ca
The following commit(s) were added to refs/heads/main by this push:
new 7fdb4ccfd Consolidate exception signature on Jetty test class.
7fdb4ccfd is described below
commit 7fdb4ccfd6f4d42d5aaa181dc1712826107e88ca
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Aug 3 08:35:47 2026 -0400
Consolidate exception signature on Jetty test class.
---
.../src/test/java/net/shibboleth/idp/module/IdPModuleTest.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/idp-admin-api/src/test/java/net/shibboleth/idp/module/IdPModuleTest.java b/idp-admin-api/src/test/java/net/shibboleth/idp/module/IdPModuleTest.java
index bd774792b..056f08071 100644
--- a/idp-admin-api/src/test/java/net/shibboleth/idp/module/IdPModuleTest.java
+++ b/idp-admin-api/src/test/java/net/shibboleth/idp/module/IdPModuleTest.java
@@ -19,9 +19,7 @@ import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
-import java.net.SocketException;
import java.net.URISyntaxException;
-import java.net.UnknownHostException;
import java.nio.file.AccessDeniedException;
import java.nio.file.DirectoryNotEmptyException;
import java.nio.file.FileVisitResult;
@@ -82,7 +80,7 @@ public class IdPModuleTest {
private EmbeddedJetty jetty;
@BeforeClass
- public void startJetty() throws UnknownHostException, SocketException {
+ public void startJetty() throws IOException {
jetty = new EmbeddedJetty();
jetty.startServer(new EmbeddedJetty.ResourceHandler(200,
ResourceHelper.of(new ClassPathResource("net/shibboleth/idp/module/test.vm"))));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list