[java-idp-jetty-base] 02/04: IDP-2053 Update Jetty base for windows installer to Jetty 10/11.0.13

Rod Widdowson rdw at steadingsoftware.com
Tue Dec 13 14:09:20 UTC 2022


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=ef91e5831b90a82303c2e348e93fb4ddd84354f6

commit ef91e5831b90a82303c2e348e93fb4ddd84354f6
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Dec 12 16:25:55 2022 +0000

    IDP-2053 Update Jetty base for windows installer to Jetty 10/11.0.13
    
    https://shibboleth.atlassian.net/browse/IDP-2008
    
    Move our version forward in the POM
    
    Move logback forward to 1.3.5
    Pin the version in idp-system.ini (so that this can be used for 11.0.13
---
 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 c6b5450..9fd6536 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.12-WINDOWS-SNAPSHOT</version>
+    <version>11.0.13-WINDOWS-SNAPSHOT</version>
 
     <properties>
         <assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
-        <logback.version>1.4.0</logback.version>
+        <logback.version>1.3.5</logback.version>
     </properties>
 
     <repositories>
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 043c9a5..6cacd3a 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=2.0.0
+logback.version=1.3.5
 
 ## Route request logging through standard logging API
 etc/jetty-requestlog.xml

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


More information about the commits mailing list