github-api icon indicating copy to clipboard operation
github-api copied to clipboard

Java API for GitHub

Results 268 github-api issues
Sort by recently updated
recently updated
newest added

**Describe the bug** `getReleaseByTagName` is only able to find published releases, not draft releases. This is caused by draft releases not being accessible via the `GET /repos/:owner/:repo/releases/tags/:tag` endpoint. Draft releases...

enhancement

See #1805 See #1842 See #2009 This docs page describes secondary rate limit behavior: https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#about-secondary-rate-limits As of this reading it says: > You may encounter a secondary rate limit if...

new feature

The `GitHubSanityCachedValue` class contains a single shaled lock. This means that client to this class can be blocked by another user of the function. Instead, it might be better to...

bug
enhancement
good first issue

Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.9.8.1 to 4.9.8.2. Release notes Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases. Spotbugs Maven Plugin 4.9.8.2 Fixed generate site reports to include all site variations, thanks to @​bradleylarrick Add support...

dependencies
java

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.16.1 to 5.20.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.20.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.20.0 2025-09-20 - 11 commit(s) by Adrian-Kim, Giulio Longfils, Rafael...

dependencies
java

Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.12.0 to 5.3.2. Changelog Sourced from com.squareup.okhttp3:okhttp's changelog. Version 5.3.2 2025-11-18 Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused timeouts to...

dependencies
java

Bumps `spring.boot.version` from 3.4.5 to 4.0.0. Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.5 to 4.0.0 Release notes Sourced from org.springframework.boot:spring-boot-dependencies's releases. v4.0.0 Full release notes for Spring Boot 4.0 are available on the...

dependencies
java

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @​stefanzweifel Restore Detached State Detection (#393) @​stefanzweifel Add Support for Tag...

dependencies
github_actions

**Describe the bug** I am trying to use the project along with Jackson 2.20.1 but it fails at runtime with the following issue while creating the mapper ``` Exception in...