mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 19:15:52 +01:00
Remove deprecated api calls
This commit is contained in:
@@ -45,7 +45,6 @@ public class GitUserAgentProvider implements UserAgentProvider {
|
|||||||
|
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static final UserAgent JGIT = UserAgent.scmClient("JGit")
|
static final UserAgent JGIT = UserAgent.scmClient("JGit")
|
||||||
.browser(false)
|
|
||||||
.basicAuthenticationCharset(Charsets.UTF_8)
|
.basicAuthenticationCharset(Charsets.UTF_8)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
@@ -53,7 +52,6 @@ public class GitUserAgentProvider implements UserAgentProvider {
|
|||||||
|
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static final UserAgent GIT = UserAgent.scmClient("Git")
|
static final UserAgent GIT = UserAgent.scmClient("Git")
|
||||||
.browser(false)
|
|
||||||
.basicAuthenticationCharset(Charsets.UTF_8)
|
.basicAuthenticationCharset(Charsets.UTF_8)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user