This is an automated email from the ASF dual-hosted git repository.

meteorgan pushed a change to branch write_return_metadata_for_oss
in repository https://gitbox.apache.org/repos/asf/opendal.git


 discard 8e6c983ca feat(services/oss): Implement Write Returns Metadata for oss
     add 0c44e07c4 feat(java): add WriteOptions for write methods (#5664)
     add 11eb0027c feat(services/oss): Implement Write Returns Metadata for oss

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   (8e6c983ca)
            \
             N -- N -- N   refs/heads/write_return_metadata_for_oss (11eb0027c)

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:
 bindings/java/src/async_operator.rs                |  60 +++++++++--
 bindings/java/src/convert.rs                       |  30 ++++++
 bindings/java/src/lib.rs                           |   6 +-
 .../java/org/apache/opendal/AsyncOperator.java     |  18 +++-
 .../main/java/org/apache/opendal/Capability.java   |  29 ++++++
 .../src/main/java/org/apache/opendal/Operator.java |  12 ++-
 .../main/java/org/apache/opendal/WriteOptions.java |  88 ++++++++++++++++
 bindings/java/src/operator.rs                      |  28 ++++-
 .../test/behavior/AsyncWriteOptionsTest.java       | 116 +++++++++++++++++++++
 .../test/behavior/BlockingWriteOptionTest.java     |  92 ++++++++++++++++
 10 files changed, 461 insertions(+), 18 deletions(-)
 create mode 100644 
bindings/java/src/main/java/org/apache/opendal/WriteOptions.java
 create mode 100644 
bindings/java/src/test/java/org/apache/opendal/test/behavior/AsyncWriteOptionsTest.java
 create mode 100644 
bindings/java/src/test/java/org/apache/opendal/test/behavior/BlockingWriteOptionTest.java

Reply via email to