-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gitblit does not work with Java 16 #1373
Comments
A possible work-around would be to set the |
How did you solve it |
Who? The OP is running Gitblit as a WAR in a Tomcat application server, where this problem does not manifest. |
The |
I am going to close this issue in favour of #1420, because Java 17 is the current LTS release, so that is the one to target for Gitblit. |
My java SDK is v16.
When start gitblit,log is
stderr
stdout
When access http://localhost:8090, the browser shows TIMEOUT. This should be gitblit can not working with jave v16.
So, I use gitblit war, with java v16 and Tomcat9, extract gitblit war to tomcat/webapps, it works for me.
Thanks.
Originally posted by @x1244 in #1315 (comment)
The text was updated successfully, but these errors were encountered: