PiyushXCoder opened a new pull request, #7065:
URL: https://github.com/apache/opendal/pull/7065

   # Which issue does this PR close?
   
   Closes #6930 
   
   Closes #.
   
   # Rationale for this change
   
   Relates to #6829 
   
   # What changes are included in this PR?
   
   This PR extracts the webdav service implementation from `opendal-core` into 
a standalone crate `opendal-service-webdav`, while keeping the public
      surface `opendal::services::Webdav` unchanged.
   
        - Keeps feature flag `services-webdav` intact.
        - Moves webdav-specific dependencies (anyhow, mea, quick-xml with 
serialization features) to the new service crate.
        - Removed the old in-tree webdav service module + its feature/deps from 
`opendal-core`.
   
   # Are there any user-facing changes?
   
   No. The public API `opendal::services::Webdav` remains unchanged and 
accessible via the `services-webdav` feature flag.
   
   # AI Usage Statement
   
   None AI was used for the task
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to