[java-idp-jetty-base] branch 11-windows updated: IDP-2194 MSI based windows installs do not produce an access log (V5 & V4) or a jetty log (V5)

Rod Widdowson rdw at steadingsoftware.com
Wed Nov 1 17:12:42 UTC 2023


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

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

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

The following commit(s) were added to refs/heads/11-windows by this push:
     new de882f9  IDP-2194 MSI based windows installs do not produce an access log (V5 & V4) or a jetty log (V5)
de882f9 is described below

commit de882f9fc52929d930e389f20632c784bba03053
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 1 17:12:13 2023 +0000

    IDP-2194 MSI based windows installs do not produce an access log (V5 & V4) or a jetty log (V5)
    
    https://shibboleth.atlassian.net/browse/IDP-2194
    
    Update idp-system.ini *and* the pom to logback 1.4.9
---
 pom.xml                                              | 4 ++--
 src/main/resources/jetty-base/start.d/idp-system.ini | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f450a10..43a1a27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,11 +14,11 @@
     <groupId>net.shibboleth.idp</groupId>
     <artifactId>idp-jetty-base</artifactId>
     <packaging>pom</packaging>
-    <version>10.0.18-WINDOWS-SNAPSHOT</version>
+    <version>11.0.18-WINDOWS-SNAPSHOT</version>
 
     <properties>
         <assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
-        <logback.version>1.3.11</logback.version>
+        <logback.version>1.4.9</logback.version>
         <slf4j.version>2.0.5</slf4j.version>
         <maven-dist-enforcer-data.version>1.0.14</maven-dist-enforcer-data.version>
     </properties>
diff --git a/src/main/resources/jetty-base/start.d/idp-system.ini b/src/main/resources/jetty-base/start.d/idp-system.ini
index 634cf5d..b1f25ca 100644
--- a/src/main/resources/jetty-base/start.d/idp-system.ini
+++ b/src/main/resources/jetty-base/start.d/idp-system.ini
@@ -13,7 +13,7 @@ jetty.ssl.port=443
 jetty.http.port=80
 jetty.http.host=localhost
 
-logback.version=1.3.11
+logback.version=1.4.9
 slf4j.version=2.0.5
 
 ## Route request logging through standard logging API

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


More information about the commits mailing list