[java-idp-jetty-base] branch 10-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 16:49:39 UTC 2023


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

rdw pushed a commit to branch 10-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=b28b821b5dc340462ec7ef69c26e28ca7263ab59

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

commit b28b821b5dc340462ec7ef69c26e28ca7263ab59
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 1 16:45:11 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.3.11 w
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 42a2958..f450a10 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>11.0.17-WINDOWS-SNAPSHOT</version>
+    <version>10.0.18-WINDOWS-SNAPSHOT</version>
 
     <properties>
         <assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
-        <logback.version>1.3.6</logback.version>
+        <logback.version>1.3.11</logback.version>
         <slf4j.version>2.0.5</slf4j.version>
         <maven-dist-enforcer-data.version>1.0.14</maven-dist-enforcer-data.version>
     </properties>

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


More information about the commits mailing list