[java-idp-plugin-jetty] 74/186: Override logback.version pinned by Jetty
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:57:05 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=014305dfa60805b6f93bca325e63509c1c0e59a3
commit 014305dfa60805b6f93bca325e63509c1c0e59a3
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Dec 21 11:40:31 2021 -0600
Override logback.version pinned by Jetty
---
src/main/resources/jetty-base/start.d/idp-logging.ini | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/jetty-base/start.d/idp-logging.ini b/src/main/resources/jetty-base/start.d/idp-logging.ini
index f1f747a..961a006 100644
--- a/src/main/resources/jetty-base/start.d/idp-logging.ini
+++ b/src/main/resources/jetty-base/start.d/idp-logging.ini
@@ -5,4 +5,7 @@
--module=idp-logging
# This seems to be needed in some cases to get early logging output.
--Dlogback.configurationFile=resources/logback.xml
\ No newline at end of file
+-Dlogback.configurationFile=resources/logback.xml
+
+# Override logback version pinned in jetty-home/modules/logback-impl.mod
+logback.version=1.2.9
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list