[java-identity-provider] branch main updated: IDP-1949 - Update CAS tests to use Jetty 10

Ian Young ian at iay.org.uk
Mon May 9 15:38:20 UTC 2022


This is an automated email from the git hooks/post-receive script.

iay 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=40c47b7e3c997d2a5a8ccf2b8e4d7d729e9dbfaa

The following commit(s) were added to refs/heads/main by this push:
     new 40c47b7e3 IDP-1949 - Update CAS tests to use Jetty 10
40c47b7e3 is described below

commit 40c47b7e3c997d2a5a8ccf2b8e4d7d729e9dbfaa
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon May 9 16:35:58 2022 +0100

    IDP-1949 - Update CAS tests to use Jetty 10
    
    https://shibboleth.atlassian.net/browse/IDP-1949
---
 idp-cas-impl/pom.xml                                                    | 2 +-
 .../net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index e90c9d81f..6794b84b5 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -17,7 +17,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <jetty.version>9.4.44.v20210927</jetty.version>
+        <jetty.version>10.0.9</jetty.version>
         <automatic.module.name>net.shibboleth.idp.cas.impl</automatic.module.name>
     </properties>
 
diff --git a/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java b/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java
index a83d3ccd7..f0b7852b7 100644
--- a/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java
+++ b/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java
@@ -129,7 +129,7 @@ public class HttpClientProxyValidatorTest extends AbstractFlowActionTest {
     private Server startServer(final String keyStorePath, final Handler handler) {
         final Server server = new Server();
 
-        final SslContextFactory sslContextFactory = new SslContextFactory.Server();
+        final var sslContextFactory = new SslContextFactory.Server();
         sslContextFactory.setKeyStoreType("PKCS12");
         sslContextFactory.setKeyStorePath(keyStorePath);
         sslContextFactory.setKeyStorePassword("changeit");

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


More information about the commits mailing list