[java-idp-plugin-jetty] branch main updated: JJETTY-31 Remove Windows copy of org.eclipse.jetty.util.log.class property

Rod Widdowson rdw at steadingsoftware.com
Thu Nov 13 14:57:32 UTC 2025


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

rdw pushed a commit to branch main
in repository java-idp-plugin-jetty.

View the commit online:
https://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=dddb12ffdf59b5d9327ee1a0a66f29df3c5386e9

The following commit(s) were added to refs/heads/main by this push:
     new dddb12f  JJETTY-31 Remove Windows copy of org.eclipse.jetty.util.log.class property
dddb12f is described below

commit dddb12ffdf59b5d9327ee1a0a66f29df3c5386e9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Nov 13 14:56:44 2025 +0000

    JJETTY-31 Remove Windows copy of org.eclipse.jetty.util.log.class property
    
    https://shibboleth.atlassian.net/browse/JJETTY-31
    
    Removed from runjetty.bat, but also the two bat files which setup procrun.
---
 .../src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat | 2 +-
 .../src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat     | 2 +-
 .../src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.bat | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
index df1ef41..16a3034 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
@@ -131,7 +131,7 @@ SET PORTPASS=%random%-%random%-%random%-%random%
 SET PR_DISPLAYNAME=Shibboleth IdP Daemon
 SET PR_DESCRIPTION=Runs the Jetty Container
 SET PR_CLASSPATH=%%JETTY_HOME%%\start.jar
-SET PR_JVMOPTIONS=-Didp.home=%IDP_HOME_UNIX%;-Djdk.tls.ephemeralDHKeySize=2048;-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.Slf4jLog;-Djava.io.tmpdir=%JETTY_TMP%;-Dlogback.configurationFile=%JETTY_BASE%\resources\logback.xml;-XX:+UseG1GC
+SET PR_JVMOPTIONS=-Didp.home=%IDP_HOME_UNIX%;-Djdk.tls.ephemeralDHKeySize=2048;-Djava.io.tmpdir=%JETTY_TMP%;-Dlogback.configurationFile=%JETTY_BASE%\resources\logback.xml;-XX:+UseG1GC
 SET PR_JVMMX=2048
 SET PR_JVM=auto
 SET PR_JAVAHOME=%JAVA_HOME%
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat
index 674b2c9..d6de300 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat
@@ -49,7 +49,7 @@ if not exist "%JETTY_BASE%\start.d" (
   exit /b
 )
 
-set JVM_ARGS=-Didp.home="%IDP_HOME_UNIX%" -Djdk.tls.ephemeralDHKeySize=2048 -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.Slf4jLog -Djava.io.tmpdir="%JETTY_TMP%" -XX:+UseG1GC
+set JVM_ARGS=-Didp.home="%IDP_HOME_UNIX%" -Djdk.tls.ephemeralDHKeySize=2048 -Djava.io.tmpdir="%JETTY_TMP%" -XX:+UseG1GC
 
 
 SET JETTY_ARGS=jetty.base="%JETTY_BASE%" jetty.logging.dir="%IDP_HOME_WINDOWS%\logs"
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.bat b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.bat
index ea4e210..47c7675 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.bat
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.bat
@@ -96,7 +96,7 @@ REM
 REM And set up the rest to be appended
 REM
 SET PORTPASS=%random%-%random%-%random%-%random%
-SET PR_JVMOPTIONS=-Djdk.tls.ephemeralDHKeySize=2048;-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.Slf4jLog;-Djava.io.tmpdir=%JETTY_TMP%;-Dlogback.configurationFile=%JETTY_BASE%\resources\logback.xml;-XX:+UseG1GC
+SET PR_JVMOPTIONS=-Djdk.tls.ephemeralDHKeySize=2048;-Djava.io.tmpdir=%JETTY_TMP%;-Dlogback.configurationFile=%JETTY_BASE%\resources\logback.xml;-XX:+UseG1GC
 SET PR_STARTPARAMS=STOP.KEY=%PORTPASS%;jetty.base=%JETTY_BASE%;jetty.logging.dir=%IDP_HOME_WINDOWS%\logs
 SET PR_STOPPARAMS=%PR_STARTPARAMS%
 

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


More information about the commits mailing list