[java-idp-jetty-base] 03/03: Revert "Initial commits for 12 branch."

Scott Cantor cantor.2 at osu.edu
Mon Mar 25 20:08:12 UTC 2024


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

scantor pushed a commit to branch 11-testbed-eclipse
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=0a9d821b5586dc91a3aaa640b254d9ed278a8118

commit 0a9d821b5586dc91a3aaa640b254d9ed278a8118
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 25 16:08:00 2024 -0400

    Revert "Initial commits for 12 branch."
    
    This reverts commit b5bef3b0e4fbd51862494c30f1c30423c7d171ae.
---
 pom.xml                                           | 23 ++++++++++++++++++++---
 src/main/resources/jetty-base/modules/idp.mod     | 14 ++++++--------
 src/main/resources/jetty-base/webapps/idp.xml     |  3 ++-
 src/main/resources/jetty-base/webapps/testbed.xml |  2 +-
 4 files changed, 29 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index c50c106..2feb001 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,20 +7,37 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.1.2-SNAPSHOT</version>
+        <version>17.0.3-SNAPSHOT</version>
     </parent>
 
     <name>idp-jetty-base</name>
     <groupId>net.shibboleth.idp</groupId>
     <artifactId>idp-jetty-base</artifactId>
     <packaging>pom</packaging>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>11.0.0-SNAPSHOT</version>
 
     <properties>
         <assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
-        <logback.version>1.4.14</logback.version>
+        <logback.version>1.4.6</logback.version>
     </properties>
 
+    <repositories>
+        <repository>
+            <id>shib-release</id>
+            <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>shib-snapshot</id>
+            <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
+
     <dependencies>
         <!-- Compile Dependencies -->
 
diff --git a/src/main/resources/jetty-base/modules/idp.mod b/src/main/resources/jetty-base/modules/idp.mod
index 11041b9..2b21c1e 100644
--- a/src/main/resources/jetty-base/modules/idp.mod
+++ b/src/main/resources/jetty-base/modules/idp.mod
@@ -2,18 +2,16 @@
 Shibboleth IdP
 
 [depend]
-ee10-annotations
-ee10-deploy
-ext
-ee10-webapp
+annotations
+deploy
 http
 https
-ee10-jsp
-ee10-jstl
-ee10-plus
+jsp
+jstl
+plus
 resources
 server
-ee10-servlets
+servlets
 ssl
 
 [files]
diff --git a/src/main/resources/jetty-base/webapps/idp.xml b/src/main/resources/jetty-base/webapps/idp.xml
index 6381549..507fc38 100644
--- a/src/main/resources/jetty-base/webapps/idp.xml
+++ b/src/main/resources/jetty-base/webapps/idp.xml
@@ -3,10 +3,11 @@
 <!-- =============================================================== -->
 <!-- Configure the Shibboleth IdP webapp                             -->
 <!-- =============================================================== -->
-<Configure class="org.eclipse.jetty.ee10.webapp.WebAppContext">
+<Configure class="org.eclipse.jetty.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>
   <Set name="copyWebDir">false</Set>
   <Set name="copyWebInf">true</Set>
+  <Set name="persistTempDirectory">false</Set>
 </Configure>
diff --git a/src/main/resources/jetty-base/webapps/testbed.xml b/src/main/resources/jetty-base/webapps/testbed.xml
index c3b5a42..9578ea8 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.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