This is an automated email from the ASF dual-hosted git repository.
meteorgan pushed a change to branch fix-lister-when-dir-not-exist
in repository https://gitbox.apache.org/repos/asf/opendal.git
discard 16bd0c6b9 fix
discard 61d8e9248 rebase main
discard fab7bc1a9 fix blocking list
discard f1dc85119 fix(core): fix list with recursive when object is not
existing
add bc19b76a3 fix: drop useless import and clippy happy for java binding
(#5746)
add f9b05cdd5 fix(bindings/java): bring back false delete code (#5752)
add 0f06dad1c fix(core): fix list with recursive when object is not
existing
add 8e025ee70 fix blocking list
add 522833820 rebase main
add db71f5478 fix
add 2f08d1588 fix webdav doesn't return root path when performing list
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (16bd0c6b9)
\
N -- N -- N refs/heads/fix-lister-when-dir-not-exist (2f08d1588)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci_bindings_java.yml | 4 ++++
bindings/java/src/async_operator.rs | 4 +---
bindings/java/src/convert.rs | 8 ++++----
bindings/java/src/executor.rs | 26 +++++++++++++++++---------
core/src/services/webdav/lister.rs | 12 +++++-------
5 files changed, 31 insertions(+), 23 deletions(-)