[java-opensaml] branch main updated: Consolidate exception signature on Jetty test class.
Codeberg
noreply at shibboleth.net
Mon Aug 3 12:34:29 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-opensaml.
View the commit online:
https://codeberg.org/Shibboleth/java-opensaml/commit/8a1f6918cc152ba8b19a5481748ebe11de912f62
The following commit(s) were added to refs/heads/main by this push:
new 8a1f6918c Consolidate exception signature on Jetty test class.
8a1f6918c is described below
commit 8a1f6918cc152ba8b19a5481748ebe11de912f62
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Aug 3 08:34:11 2026 -0400
Consolidate exception signature on Jetty test class.
---
.../security/httpclient/SecurityEnhancedHTTPResourceTest.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/opensaml-security-api/src/test/java/org/opensaml/security/httpclient/SecurityEnhancedHTTPResourceTest.java b/opensaml-security-api/src/test/java/org/opensaml/security/httpclient/SecurityEnhancedHTTPResourceTest.java
index 956637dec..c4f2049a5 100644
--- a/opensaml-security-api/src/test/java/org/opensaml/security/httpclient/SecurityEnhancedHTTPResourceTest.java
+++ b/opensaml-security-api/src/test/java/org/opensaml/security/httpclient/SecurityEnhancedHTTPResourceTest.java
@@ -15,8 +15,6 @@
package org.opensaml.security.httpclient;
import java.io.IOException;
-import java.net.SocketException;
-import java.net.UnknownHostException;
import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.SSLSession;
@@ -53,7 +51,7 @@ public class SecurityEnhancedHTTPResourceTest {
private HttpClientSecurityContextHandler handler;
@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(DATA_PATH))));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list