-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionUse
GHAppInstallation.createToken()instead.This method cannot work on aGHAppInstallationretrieved fromGHApp.listInstallations()(for example), except when resorting to unsupported hacks involving setRoot(GitHub) to switch from an application client to an installation client. This method will be removed. You should instead use an installation client (with an installation token, not a JWT), retrieve aGHAuthenticatedAppInstallationfromGitHub.getInstallation(), then callGHAuthenticatedAppInstallation.listRepositories().useGHCommitBuilder.author(String, String, Instant)insteadUseGHContent.read()UseGHContent.read()UseGHGist.getGistId()instead.Use #listRepositories().withPageSize() instead.Use #getPublishedAt()UseGHRepository.queryIssues()instead.UseGHRepository.queryIssues()instead.see https://docs.github.com/en/free-pro-team@latest/rest/teams/teams?apiVersion=2022-11-28#create-a-teamimplement aRateLimitCheckerand add it viaGitHubBuilder.withRateLimitChecker(RateLimitChecker).implement aRateLimitCheckerand add it viaGitHubBuilder.withRateLimitChecker(RateLimitChecker).
-
Deprecated Constructors
GitHubConnectorResponse.