From 413ed11f9c10e950137c10153e973293853f4842 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Thu, 27 Oct 2022 23:26:44 +0200 Subject: [PATCH] deps: Update Guice version to 5.1.0 Update Guice to 5.1.0. This version is compatible with Java 17. The gitblit patch of the servlet extension was ported to Guice 5.1.0, too. The update of Guice requires an update of the Guava version, too. Thus Guava is updated to 27.0.1-jar. --- .classpath | 13 +++++-- build.moxie | 6 ++-- gitblit.iml | 93 +++++++++++++++++++++++++++++++++++++++++++++----- releases.moxie | 2 ++ 4 files changed, 99 insertions(+), 15 deletions(-) diff --git a/.classpath b/.classpath index 394584d3..51cddb64 100644 --- a/.classpath +++ b/.classpath @@ -6,11 +6,18 @@ - + - - + + + + + + + + + diff --git a/build.moxie b/build.moxie index d78733bf..9b32963e 100644 --- a/build.moxie +++ b/build.moxie @@ -116,9 +116,9 @@ properties: { wikitext.version : 1.4 sshd.version: 1.7.0 mina.version: 2.0.21 - guice.version : 4.0 + guice.version : 5.1.0 # Gitblit maintains a fork of guice-servlet - guice-servlet.version : 4.0-gb2 + guice-servlet.version : 5.1.0-gb2 } # Dependencies @@ -135,7 +135,7 @@ properties: { dependencies: - compile 'com.google.inject:guice:${guice.version}' :war :fedclient - compile 'com.google.inject.extensions:guice-servlet:${guice-servlet.version}' :war -- compile 'com.google.guava:guava:18.0' :war :fedclient +- compile 'com.google.guava:guava:27.0.1-jre' :war :fedclient - compile 'com.intellij:annotations:12.0' :war - compile 'log4j:log4j:1.2.17' :war :fedclient :manager - compile 'org.slf4j:slf4j-api:${slf4j.version}' :war :fedclient :manager diff --git a/gitblit.iml b/gitblit.iml index e2ed5b0f..e78bdebf 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -15,13 +15,13 @@ - + - + - + @@ -48,24 +48,99 @@ - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releases.moxie b/releases.moxie index c7a75a92..41ad6642 100644 --- a/releases.moxie +++ b/releases.moxie @@ -17,6 +17,8 @@ r34: { additions: ~ dependencyChanges: - update to JavaMail 1.5.6 (pr-1217 by @paladox) + - update Google Guice to 5.1.0 + - update Google Guava to 27.0.1-jre contributors: - paladox } -- 2.39.5