[java-idp-jetty-base] 02/02: JJETTY-27 Suggest we move --module enabler for logback to that ini file

Rod Widdowson rdw at steadingsoftware.com
Tue Nov 11 19:28:47 UTC 2025


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

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

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

commit a31de8dc4911df907a9ea2e0bb4f1c75f9721093
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Nov 11 19:24:00 2025 +0000

    JJETTY-27 Suggest we move --module enabler for logback to that ini file
    
    https://shibboleth.atlassian.net/browse/JJETTY-27
    
    Remove the logback module enable line from shibboleth.ini.
    
    Add a new logback.ini file which is not used in the plugin but serves to
    support the test users of the tgz/zip artifacts.
---
 .../net/shibboleth/idp/module/jetty/jetty-base/start.d/logback.ini    | 4 ++++
 .../net/shibboleth/idp/module/jetty/jetty-base/start.d/shibboleth.ini | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/start.d/logback.ini b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/start.d/logback.ini
new file mode 100644
index 0000000..463b146
--- /dev/null
+++ b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/start.d/logback.ini
@@ -0,0 +1,4 @@
+# This file is here uniquely for test purposes.
+# Do not add it to the module in jetty-base-plugin
+
+--module=logging-logback
diff --git a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/start.d/shibboleth.ini b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/start.d/shibboleth.ini
index 1b71f63..a4fb8f6 100644
--- a/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/start.d/shibboleth.ini
+++ b/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base/start.d/shibboleth.ini
@@ -1,7 +1,5 @@
 # Setup common for running an IdP or a Hub (for SP4)
 
---module=logging-logback
-
 ## Keystore file path (relative to $jetty.base)
 jetty.sslContext.keyStorePath=../credentials/idp-userfacing.p12
 ## Truststore file path (relative to $jetty.base)

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


More information about the commits mailing list