deps(deps): bump actions/setup-java from 4 to 5#2
Open
dependabot[bot] wants to merge 8 commits intomainfrom
Open
deps(deps): bump actions/setup-java from 4 to 5#2dependabot[bot] wants to merge 8 commits intomainfrom
dependabot[bot] wants to merge 8 commits intomainfrom
Conversation
- 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>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
25e5bc0 to
599f513
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/setup-java from 4 to 5.
Release notes
Sourced from actions/setup-java's releases.
... (truncated)
Commits
dded088Bump actions/checkout from 4 to 5 (#896)0913e9aUpgrade to node 24 (#888)e9343dbBumps form-data (#887)ae2b61dBump undici from 5.28.5 to 5.29.0 (#833)c190c18Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (#730)67aec00Fix: prevent default installation of JetBrains pre-releases (#859)ebb356cImprove Error Handling for Setup-Java Action to Help Debug Intermittent Failu...f4f1212Update publish-immutable-actions.yml (#798)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)