-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG Issue Comment id can be bigger than Integer.MAX
- Loading branch information
1 parent
8e90d6c
commit 9b54bf4
Showing
4 changed files
with
65 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
src/test/resources/com/spotify/github/v3/clients/comment_created_long_id.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"url": "https://api.github.com/repos/spotify/github-java-client/issues/comments/1958720937", | ||
"html_url": "https://github.com/spotify/github-java-client/pull/180#issuecomment-1958720937", | ||
"issue_url": "https://api.github.com/repos/spotify/github-java-client/issues/180", | ||
"id": 2459198527, | ||
"node_id": "IC_kwDODynaQc50v7Wp", | ||
"user": { | ||
"login": "vootelerotov", | ||
"id": 1439555, | ||
"node_id": "MDQ6VXNlcjE0Mzk1NTU=", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/1439555?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/vootelerotov", | ||
"html_url": "https://github.com/vootelerotov", | ||
"followers_url": "https://api.github.com/users/vootelerotov/followers", | ||
"following_url": "https://api.github.com/users/vootelerotov/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/vootelerotov/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/vootelerotov/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/vootelerotov/subscriptions", | ||
"organizations_url": "https://api.github.com/users/vootelerotov/orgs", | ||
"repos_url": "https://api.github.com/users/vootelerotov/repos", | ||
"events_url": "https://api.github.com/users/vootelerotov/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/vootelerotov/received_events", | ||
"type": "User", | ||
"user_view_type": "public", | ||
"site_admin": false | ||
}, | ||
"created_at": "2024-02-22T05:19:44Z", | ||
"updated_at": "2024-02-22T05:19:44Z", | ||
"author_association": "CONTRIBUTOR", | ||
"body": "Ran into this in the wild.", | ||
"reactions": { | ||
"url": "https://api.github.com/repos/spotify/github-java-client/issues/comments/1958720937/reactions", | ||
"total_count": 0, | ||
"+1": 0, | ||
"-1": 0, | ||
"laugh": 0, | ||
"hooray": 0, | ||
"confused": 0, | ||
"heart": 0, | ||
"rocket": 0, | ||
"eyes": 0 | ||
}, | ||
"performed_via_github_app": null | ||
} |