Skip to content

Update dependency com.github.bitfireAT:dav4jvm to v4 - #6474

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/com.github.bitfireat-dav4jvm-4.x
Open

Update dependency com.github.bitfireAT:dav4jvm to v4#6474
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/com.github.bitfireat-dav4jvm-4.x

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.github.bitfireAT:dav4jvm 2.1.34.0.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bitfireAT/dav4jvm (com.github.bitfireAT:dav4jvm)

v4.0.1

Compare Source

v4.0.0

Compare Source

API change: the old synchronous, non-suspending callback pattern (like MultiResponseCallback) has been
replaced by suspend functions and Flows (#​200).
Methods that process a WebDAV Multi-Status response (like propfind) now return a Flow instead of
calling a callback; other request methods are plain suspend functions.

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

[!NOTE]
This release aims to give the library more stability, and start to provide releases with a more predictable versioning scheme.
The library is now in a stable state, and we will follow semantic versioning from now on.

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 HttpClient setup. Other functions can just be moved from the okhttp package to the ktor package, 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.1

Compare Source

v2.2

Compare Source

v2.1.4

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot added 3. to review Waiting for reviews dependencies labels Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants