Update dependency com.github.bitfireAT:dav4jvm to v4 - #6474
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
This PR contains the following updates:
2.1.3→4.0.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
bitfireAT/dav4jvm (com.github.bitfireAT:dav4jvm)
v4.0.1Compare Source
v4.0.0Compare Source
API change: the old synchronous, non-suspending callback pattern (like
MultiResponseCallback) has beenreplaced by
suspendfunctions andFlows (#200).Methods that process a WebDAV Multi-Status response (like
propfind) now return aFlowinstead ofcalling a callback; other request methods are plain
suspendfunctions.v3.0.2Compare Source
v3.0.1Compare Source
v3.0.0Compare Source
This version migrates away from OkHttp to Ktor as the underlying HTTP client.
This allows for better multiplatform support, and more flexibility in terms of configuration.
You are still free to use OkHttp as the underlying engine, but now with the freedom of using other engines as well.
The old OkHttp-based API is no longer available, and you will need to migrate your code to the new Ktor-based API.
Migration should be straightforward, as the API is very similar. The main difference is regarding the
HttpClientsetup. Other functions can just be moved from theokhttppackage to thektorpackage, and the rest of the code should work as before.Some utility functions may be missing though, if already provided by Ktor, or not useful anymore.
v2.2.1Compare Source
v2.2Compare Source
v2.1.4Compare Source
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.