]> source.dussan.org Git - gitblit.git/commit
deps: Update Jetty to version 9.4.49.v20220914
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Sun, 13 Nov 2022 18:25:17 +0000 (19:25 +0100)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Sun, 13 Nov 2022 18:26:41 +0000 (19:26 +0100)
commitbb0b0eb8246bf54ee57ef2a2a8cf62614f985949
tree2eb2dbb3484d231f99579cb2aa3fb419990d56c6
parent609130e26c51739dc9a6d278b2006929546271e1
deps: Update Jetty to version 9.4.49.v20220914

This updates Jetty to the latest 9.x version as of writing. The 9.x is
still running on Java 8. The update needs two code changes.

`SessionManager` was replaced with `SessionHandler`. This was documented
in the Jetty documentation.

Adding the `GitblitContext` to the `WebAppContext` will result in two
instances getting created, because the code was changed that prevents
instantiation the same listener class multiple times. (The second time
is when the web.xml is read.) Instead, it must be added to the servlet
handler of the `WebAppContext`. This results in properly adhering to the
changed internal startup flow.

Updating Jetty also resolves #1409.
.classpath
build.moxie
gitblit.iml
src/main/java/com/gitblit/GitBlitServer.java