[java-idp-jetty-base] 01/02: IDP-2167 Handle jetty 11 & 10.0.16

Rod Widdowson rdw at steadingsoftware.com
Thu Aug 31 14:51:22 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=e812e2896a2963c4898e09235c609021d5bf5d2a

commit e812e2896a2963c4898e09235c609021d5bf5d2a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Aug 31 14:30:16 2023 +0100

    IDP-2167 Handle jetty 11 & 10.0.16
    
    https://shibboleth.atlassian.net/browse/IDP-2167
    
    Prepare for release
    * Update logback version
    * Update maven data version (for hygiene)
---
 pom.xml                                              | 1 +
 src/main/resources/jetty-base/start.d/idp-system.ini | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0c4001a..61fc097 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,7 @@
         <assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
         <logback.version>1.3.6</logback.version>
         <slf4j.version>2.0.5</slf4j.version>
+        <maven-dist-enforcer-data.version>1.0.14</maven-dist-enforcer-data.version>
     </properties>
 
     <dependencies>
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 2ca8c37..634cf5d 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.6
+logback.version=1.3.11
 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