mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
Refactor general configuration
Use standard configuration store api for general configuration. This is best practice and also required for the audit log to work properly. Besides that we still need to load the general configuration manually for the instance injection binding in ScmServletModules. Since the instance injection does not resolve the bindings regularly we need also still need to update the injectable scm config using the "load" hack in the resource. Committed-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
This commit is contained in:
committed by
SCM-Manager
parent
aa78cb6f03
commit
c6df84557b
@@ -71,13 +71,12 @@ public class GitRepositoryResolver implements RepositoryResolver<HttpServletRequ
|
||||
* Method description
|
||||
*
|
||||
*
|
||||
* @param request
|
||||
* @param repositoryName
|
||||
* @param request http request
|
||||
* @param repositoryName repository name
|
||||
*
|
||||
* @return
|
||||
* @return jgit repository
|
||||
*
|
||||
* @throws RepositoryNotFoundException
|
||||
* @throws ServiceNotAuthorizedException
|
||||
* @throws ServiceNotEnabledException
|
||||
*/
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user