[java-idp-jetty-base] branch 12.1 updated: JJETTY-36 Move shibboleth module to ee11

Codeberg noreply at shibboleth.net
Fri Dec 12 16:37:25 UTC 2025


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

codeberg pushed a commit to branch 12.1
in repository java-idp-jetty-base.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-jetty-base/commit/3233332ab3cad48a0f8701e16c27c11d1bd86a2d

The following commit(s) were added to refs/heads/12.1 by this push:
     new 3233332  JJETTY-36 Move shibboleth module to ee11
3233332 is described below

commit 3233332ab3cad48a0f8701e16c27c11d1bd86a2d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 12 16:35:52 2025 +0000

    JJETTY-36 Move shibboleth module to ee11
    
    https://shibboleth.atlassian.net/browse/JJETTY-36
---
 .../idp/module/jetty/jetty-base/modules/shibboleth.mod     | 14 +++++++-------
 .../shibboleth/idp/module/jetty/jetty-base/webapps/idp.xml |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/modules/shibboleth.mod b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/modules/shibboleth.mod
index 2ae23c9..8db9487 100644
--- a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/modules/shibboleth.mod
+++ b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/modules/shibboleth.mod
@@ -5,13 +5,13 @@ Configure Jetty for use as a Shibboleth IdP and/or SP Hub container.
 shibboleth
 
 [depend]
-ee10-annotations
-ee10-deploy
-ee10-jsp
-ee10-jstl
-ee10-plus
-ee10-servlets
-ee10-webapp
+ee11-annotations
+ee11-deploy
+ee11-jsp
+ee11-jstl
+ee11-plus
+ee11-servlets
+ee11-webapp
 resources
 server
 ext
diff --git a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/webapps/idp.xml b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/webapps/idp.xml
index 383a383..2e9ee16 100644
--- a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/webapps/idp.xml
+++ b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/webapps/idp.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
 <!-- =============================================================== -->
 <!-- Configure the Shibboleth IdP webapp                             -->
-<!-- =============================================================== -->
-<Configure class="org.eclipse.jetty.ee10.webapp.WebAppContext">
+<!-- =============================================================== flibby-->
+<Configure class="org.eclipse.jetty.ee11.webapp.WebAppContext">
   <Set name="war"><SystemProperty name="idp.home" default="/opt/shibboleth-idp" />/war/idp.war</Set>
   <Set name="contextPath"><SystemProperty name="idp.context.path" default="/idp" /></Set>
   <Set name="extractWAR">false</Set>

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


More information about the commits mailing list