[java-idp-testbed] branch main updated: Update to Jetty 12.0.9.

Scott Cantor cantor.2 at osu.edu
Tue May 7 17:15:15 UTC 2024


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

scantor pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=ab8359767ce3694b07d293735338ce1b940bcbc4

The following commit(s) were added to refs/heads/main by this push:
     new ab83597  Update to Jetty 12.0.9.
ab83597 is described below

commit ab8359767ce3694b07d293735338ce1b940bcbc4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue May 7 13:15:12 2024 -0400

    Update to Jetty 12.0.9.
---
 idp-testbed-jetty-12.launch | 2 +-
 pom.xml                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-testbed-jetty-12.launch b/idp-testbed-jetty-12.launch
index 25d22b8..961b953 100644
--- a/idp-testbed-jetty-12.launch
+++ b/idp-testbed-jetty-12.launch
@@ -16,7 +16,7 @@
     <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
     <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="Main"/>
     <stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="java-idp-testbed"/>
-    <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-Djetty.home=/opt/jetty-home-12.0.8 -Djava.security.egd=file:/dev/urandom -Didp.home=classpath:/net/shibboleth/idp/module -Didp.webflows=classpath*:/flows -Dlogback.configurationFile=resources/logback.xml -Didp.logfiles=${workspace_loc:java-idp-testbed/src/main/resources/logs} -Djava.io.tmpdir=tmp -Didp.loglevel.ldap=INFO -Didp.loglevel.idp=DEBUG -Didp.loglevel.opensaml=DEBUG -Didp.loglevel.messages=DEBUG"/>
+    <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-Djetty.home=/opt/jetty-home-12.0.9 -Djava.security.egd=file:/dev/urandom -Didp.home=classpath:/net/shibboleth/idp/module -Didp.webflows=classpath*:/flows -Dlogback.configurationFile=resources/logback.xml -Didp.logfiles=${workspace_loc:java-idp-testbed/src/main/resources/logs} -Djava.io.tmpdir=tmp -Didp.loglevel.ldap=INFO -Didp.loglevel.idp=DEBUG -Didp.loglevel.opensaml=DEBUG -Didp.loglevel.messages=DEBUG"/>
     <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="java-idp-testbed"/>
     <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
     <stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:java-idp-jetty-base/src/main/resources/jetty-base}"/>
diff --git a/pom.xml b/pom.xml
index f165a09..a24201b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,8 +29,8 @@
         <cas-client.version>3.6.4</cas-client.version>
         <oidc-commons.version>3.2.0-SNAPSHOT</oidc-commons.version>
         <idp-jetty-base.version>12.0.0-SNAPSHOT</idp-jetty-base.version>
-        <jetty.version>12.0.8</jetty.version>
-        <logback.version>1.5.3</logback.version>
+        <jetty.version>12.0.9</jetty.version>
+        <logback.version>1.5.6</logback.version>
         <slf4j.version>2.0.12</slf4j.version>
      </properties>
 

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


More information about the commits mailing list