Skip to content

deps(deps): bump actions/setup-java from 4 to 5#2

Open
dependabot[bot] wants to merge 8 commits intomainfrom
dependabot/github_actions/actions/setup-java-5
Open

deps(deps): bump actions/setup-java from 4 to 5#2
dependabot[bot] wants to merge 8 commits intomainfrom
dependabot/github_actions/actions/setup-java-5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps actions/setup-java from 4 to 5.

Release notes

Sourced from actions/setup-java's releases.

v5.0.0

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Upgrades

Bug Fixes

New Contributors

Full Changelog: actions/setup-java@v4...v5.0.0

v4.7.1

What's Changed

Documentation changes

Dependency updates:

Full Changelog: actions/setup-java@v4...v4.7.1

v4.7.0

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

zerox80 and others added 8 commits October 29, 2025 23:59
- Add TUS 1.0.0 protocol support with PATCH, HEAD, OPTIONS methods
- Create TUS operations: check support, create/patch/delete uploads, get offset
- Add database schema v48 with tusUploadUrl field in transfers
- Wire TUS into ContentUri and FileSystem upload workers
- Add TUS integration tests and update HttpConstants
- Add Timber debug logging in MainApp

Why: Enable robust resumable uploads for large files, improving reliability
over slow/unstable connections and reducing bandwidth waste on failures.
- Gradle: switch to weekly (Mon 05:00 UTC), add PR limit (10), auto rebase
  add labels (Dependencies, Gradle), use deps scope commit messages,
  and group bumps (Kotlin, AndroidX, Google, Testing, Linting)
- Add gradle-wrapper ecosystem: monthly (Mon 05:00 UTC), PR limit (5),
  auto rebase, labels (Dependencies, Gradle Wrapper), deps scope messages
- GitHub Actions: schedule weekly (Mon 05:00 UTC), PR limit (5), auto rebase,
  labels (Dependencies, CI), deps scope messages
- Remove boilerplate comments

Why: reduce PR noise, batch related updates, standardize labeling/messages,
ensure predictable update windows, and improve mergeability with auto-rebase
- Introduce in-memory LruCache for thumbnails to reduce disk I/O and speed up image loading
- Add null/recycled bitmap checks before caching to prevent crashes and wasted work
- Make disk cache initialization resilient: fall back to internal cache dir when external is unavailable; log and skip if none
- Add memory cache lock and wire add/remove to keep memory and disk caches in sync
- Minor cleanup: remove unused imports/fields and improve logging
- Read filesTusSupport from capabilities and pass into TUS flow
- Respect server maxChunkSize and HTTP method override during PATCH
- Prefer TUS for large files; on failure, force chunked fallback for
  large files when TUS is advertised, even if legacy chunking is off
- Expanded logging for chosen chunk sizes and overrides
- Applied to ContentUri and FileSystem upload workers

Why: improve interoperability with varying servers/proxies, respect
server limits, and increase reliability of large uploads.
- On retry, derive lastModifiedInSeconds from File.lastModified()

- Pass a nullable value to workers rather than the literal null string

- Switch to WorkManager Data API to handle nulls

- Ensures accurate Last-Modified metadata and more reliable conflict checks
- Added android.overridePathCheck=true to gradle.properties to handle path validation
- Enabled buildConfig feature explicitly in app's build.gradle
- Preserved existing buildfeatures.buildconfig setting in gradle.properties for compatibility
Removed the gradle-wrapper update configuration from .github/dependabot.yml to stop automated updates for the Gradle wrapper. This change aligns with the project's dependency management strategy.
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Nov 1, 2025

Labels

The following labels could not be found: CI, Dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant