gitblit-org / gitblit

pure java git solution
http://gitblit.com
Apache License 2.0
2.27k stars 670 forks source link

Update Guice version to 5.1.0 #1434

Closed flaix closed 1 year ago

flaix commented 1 year ago

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.

This contributes one step towards Java 17 compatibility, asked for in issue #1420. In order to not spread the issue on Java 17 compatibility over multiple issues, and since this updates fixes the problem visible in the log in issue 1373, this PR closes issue #1373.