[java-idp-plugin-jetty] 115/186: Switch to ee9 modules.
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:57:46 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=ff97f8647a4cffd7edb911ba652735ad749021e7
commit ff97f8647a4cffd7edb911ba652735ad749021e7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 26 10:19:20 2024 -0400
Switch to ee9 modules.
---
src/main/resources/jetty-base/modules/idp.mod | 14 +++++++-------
src/main/resources/jetty-base/webapps/idp.xml | 2 +-
src/main/resources/jetty-base/webapps/testbed.xml | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/main/resources/jetty-base/modules/idp.mod b/src/main/resources/jetty-base/modules/idp.mod
index 11041b9..176c52b 100644
--- a/src/main/resources/jetty-base/modules/idp.mod
+++ b/src/main/resources/jetty-base/modules/idp.mod
@@ -2,18 +2,18 @@
Shibboleth IdP
[depend]
-ee10-annotations
-ee10-deploy
+ee9-annotations
+ee9-deploy
ext
-ee10-webapp
+ee9-webapp
http
https
-ee10-jsp
-ee10-jstl
-ee10-plus
+ee9-jsp
+ee9-jstl
+ee9-plus
resources
server
-ee10-servlets
+ee9-servlets
ssl
[files]
diff --git a/src/main/resources/jetty-base/webapps/idp.xml b/src/main/resources/jetty-base/webapps/idp.xml
index e6133b5..8d766d1 100644
--- a/src/main/resources/jetty-base/webapps/idp.xml
+++ b/src/main/resources/jetty-base/webapps/idp.xml
@@ -3,7 +3,7 @@
<!-- =============================================================== -->
<!-- Configure the Shibboleth IdP webapp -->
<!-- =============================================================== -->
-<Configure class="org.eclipse.jetty.webapp.WebAppContext">
+<Configure class="org.eclipse.jetty.ee9.webapp.WebAppContext">
<Set name="war">../../../../../java-identity-provider/idp-war/src/main/webapp</Set>
<Set name="contextPath"><SystemProperty name="idp.context.path" default="/idp" /></Set>
<Set name="extractWAR">false</Set>
diff --git a/src/main/resources/jetty-base/webapps/testbed.xml b/src/main/resources/jetty-base/webapps/testbed.xml
index c3b5a42..36563ce 100644
--- a/src/main/resources/jetty-base/webapps/testbed.xml
+++ b/src/main/resources/jetty-base/webapps/testbed.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
-<Configure class="org.eclipse.jetty.ee10.webapp.WebAppContext">
+<Configure class="org.eclipse.jetty.ee9.webapp.WebAppContext">
<Set name="war">../../../../../java-idp-testbed/src/main/webapp/</Set>
<Set name="contextPath">/</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