]> source.dussan.org Git - gitblit.git/commit
Return of Servlet3 servlet and filter loading
authorJames Moger <james.moger@gitblit.com>
Fri, 16 May 2014 14:34:35 +0000 (10:34 -0400)
committerJames Moger <james.moger@gitblit.com>
Thu, 3 Jul 2014 20:20:37 +0000 (16:20 -0400)
commit17e2d3407065a7433c7512c37a7cf7e7df63f337
tree8b214883c2217e438735c14ee50ea1f124bbd37a
parentd19549897c0c373522e29fdcf0701edfd4956ae2
Return of Servlet3 servlet and filter loading

This is a quick return of the servlet3-style code which was reverted mid-December 2013. It is not completely tested, but a casual review was done and it's looks good. The next steps should be to restore `@Inject` annotations, simplify *DaggerModule* boilerplate, and run this on a JEE container with CDI - like JBoss AS 7.
src/main/java/WEB-INF/beans.xml [new file with mode: 0644]
src/main/java/WEB-INF/web.xml
src/main/java/com/gitblit/Constants.java
src/main/java/com/gitblit/DaggerModule.java
src/main/java/com/gitblit/dagger/DaggerContext.java
src/main/java/com/gitblit/servlet/GitblitContext.java
src/main/java/com/gitblit/servlet/InjectionContextListener.java [new file with mode: 0644]