[java-idp-jetty-base] branch 9.4-testbed-eclipse updated: Bump Logback to 1.2.9
Tom Zeller
tzeller at dragonacea.biz
Tue Dec 21 17:45:32 UTC 2021
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.4-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=63d4c53f3b7e2ad78c520513ac31a262fa1fb825
The following commit(s) were added to refs/heads/9.4-testbed-eclipse by this push:
new 63d4c53 Bump Logback to 1.2.9
63d4c53 is described below
commit 63d4c53f3b7e2ad78c520513ac31a262fa1fb825
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Dec 21 11:45:18 2021 -0600
Bump Logback to 1.2.9
---
pom.xml | 4 +---
src/main/resources/jetty-base/start.d/idp-logging.ini | 3 +++
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index cfcfafb..6e4be37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.2.0</version>
+ <version>11.2.2-SNAPSHOT</version>
</parent>
<name>idp-jetty-base</name>
@@ -17,8 +17,6 @@
<version>9.4.1-SNAPSHOT</version>
<properties>
- <slf4j.version>1.7.32</slf4j.version>
- <logback.version>1.2.6</logback.version>
<jetty94-dta-ssl.version>1.0.0</jetty94-dta-ssl.version>
<assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
</properties>
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 0302599..d80aa0a 100644
--- a/src/main/resources/jetty-base/start.d/idp-logging.ini
+++ b/src/main/resources/jetty-base/start.d/idp-logging.ini
@@ -3,3 +3,6 @@
# Shibboleth IdP Logging
# ---------------------------------------
--module=idp-logging
+
+# 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