mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-22 15:32:16 +01:00
352bfe7f5ae42fd58766f807001f4038392302fa
The problem seems to be that guice had multiple options for injecting HgContext. HgContextProvider bound via Module and HgContext bound void RequestScoped annotation. It looks like that Guice 4 injects randomly the one or the other, in SCMv1 (Guice 3) everything works as expected. To fix the problem we have created a new class annotated with RequestScoped, which holds an instance of HgContext. This way only the HgContextProvider is used for injection.
SCM-Manager
This branch (default) is for the development of scm-manager 2.x. If you are interested in the development of version 1.x, please checkout the 1.x branch.
Description
The easiest way to share and manage your Git, Mercurial and Subversion repositories over http.
https://scm-manager.org/
Readme
179 MiB
Languages
Java
75.6%
TypeScript
19.6%
CSS
2.1%
HTML
1%
Groovy
0.4%
Other
1.3%